html{
font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
font-size: 12px;
font-weight: normal;
margin: 0;
background-color: #DEDEDE;
}
body {
margin: 0;
}
img{
border: 0px;
}
h1{
font-size: 18px;
}
h2{
font-size: 16px;
}
h3{
font-size: 14px;
font-weight: bold;
letter-spacing: 0.1em;
}
a{
color: #ffffff;
text-decoration: underline;
}
a:hover{
text-decoration: none;
}
#wrapper{
margin: 0 auto;
width: 900px;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-color: #231f20;
background-color: #ffffff;
}
#header{
height: 155px;
width: 100%;
background: url(../../images/website/header.jpg);
}
#header .admin{
position: relative;
float: right;
}
#content{
float: right;
width: 675px;
margin-top: 15px;
padding-right: 5px;
min-height: 400px;
color: #545454;
line-height: 1.5em;
}
#content li{
list-style-type: square;
}
#content a{
color: #545454;
}
#overall-content{
position: relative;
width: 100%;
background: url(../../images/website/fade.png) repeat-x top #FBFBFB;
}
#menu{
position: relative;
float: left;
width: 100%;
font-family: Helvetica,Arial,Sans-Serif;
text-transform: lowercase;
}
#menu .topmenu{
position: relative;
float: right;
font-size: 13px;
width: 675px;
margin-top: 130px;
}
.topmenu ul{
list-style: none;
margin: 0;
padding: 0;
}
.topmenu li{
display: inline;
}
.topmenu li a{
text-decoration: none;
border-left: 1px solid rgb(51, 51, 51);
border-right: 1px solid rgb(51, 51, 51);
padding-left: 10px;
padding-right: 10px;
}
.topmenu li a:hover{
color: #ffe600;
}
.topmenu li.active a{
font-weight: bold;
color: #ffe600;
}

#menu2{
float: left;
width: 205px;
margin-top: 25px;
}
#menu2 .submenu{
float: left;
font-size: 13px;
width: 200px;
margin-left: 5px;
}
.submenu ul{
margin: 0;
padding: 0;
}
.submenu li{
list-style-type: none;
}
.submenu li a{
text-decoration: none;
color: #333;
display: block;
height: 24px;
background: url(../../images/website/menu14.gif);
padding: 7px 0 0 10px;
}
.submenu li a:hover{
color: #FFF;
background:  url(../../images/website/menu14.gif) 0 -32px;
padding: 7px 0 0 10px;
}
.submenu li.active a{
font-weight: bold;
color: #ffffff;
display: block;
height: 24px;
background: url(../../images/website/menu14.gif) 0 -32px;
padding: 7px 0 0 10px;
}
#menu2 li.spacer{
margin: -6px;
padding: 0;
}

.top-foto{
width: 900px;
height: 145px;
}

#footer{
width: 100%;
background-color: #231f20;
height: 25px;
color: #ffffff;
}
#footer .copyright{
float: left;
width: 100%;
padding-top: 2px;
text-align: center;
font-size: 11px;
font-weight: normal;
}

.submit{
font-size: 11px;
font-weight: bold;
width: 100px;
height: 30px;
}

#div-errors{
color: red;
}
#div-goed{
color: green;
}

#div-photos{
float: left;
width: 100%;
}
#div-photos .map{
float: left;
width: 200px;
height: 150px;
border: 1px solid #666666;
margin: 5px;
text-align: center;
padding: 5px;
}
#div-photos .map h4{
margin: 2px;
}
#div-photos img{
padding: 2px;
}

.div-news{
width: 100%;
border: 1px dotted #666666;
}
.div-news .cats{
width: 100%;
padding-top: 5px;
padding-left: 5px;
}
.div-news .title{
width: 100%;
padding-left: 5px;
}
.div-news .date{
width: 100%;
padding-left: 5px;
padding-bottom: 10px;
font-size: 11px;
font-style: italic;
}
.div-news .news{
width: 99%;
padding: 5px;
color: #545454;
}