/* ML Webdesign | http://www.ml-webdesign.com */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #343434;
font-family: Arial, Helvetica, sans-serif;
}

#container {
width: 750px;
height: auto;
min-height: 800px;
position: absolute;
left: 50%;
margin-left: -375px;
background-color: #424a33;
border: 4px solid #adae75;
border-bottom: none;
border-top: none;
}

#header {
width: 750px;
height: 230px;
background-image: url(../Images/head.jpg);
border-bottom: 1px solid #adae75;
}

#subcontainer {
width: 750px;
height: auto;
}

#left {
width: 180px;
height: auto;
position: relative;
float: left;
background-color: #424a33;
}

b1 {
color: #333333;
}

.menu {
width: 200px;
height: auto;
margin-top: 25px;
}

*{margin:0;padding:0;}

.menu{
width:185px; /* de breedte 152 + 8 ?? */
list-style:none;
}
 
.menu li{
list-style:none;
margin-left:8px;
padding-bottom:10px;/* padding - margin collaps */
}

.menu a{
display:block;
text-decoration:none;
font-size:13px;
padding:12px 8px;/* hoogte button = font 12 + 2 x 15 padding = 42 ? */
font-family: Arial, Helvetica, sans-serif; /* normaal op body */
}
* html .menu a{height:1px;} /* haslayout IE < 7 */
 
.menu a,.menu a:link,.menu a:visited{
background-color: #adae75;
color: #000000;
font-style: italic;
}
 
.menu a:hover{
text-decoration: none;
color: #adae75;
background-color: #343434;
}

.menu a:active{
}

.foto {
margin-left: 8px;
}

#content {
width: 570px;
height: auto;
position: relative;
float: left;
}

.contenttekst {
color: #cfd4b1;
font-size: 15px;
font-style: italic;
margin: 32px 30px 30px 30px;
}

.contenttekst a {
color: #ac7d39;
}