/*/
 * 
 * Cascading Style Sheet
 * 
 * Creator: Peter Mudde
 * Website: Mudah.nl
 *
/*/


/* ELEMENTEN */
* {
margin:0; 
padding:0;
} 

a img {
border:0;
}

.break{
clear:both;
}

p {
margin-bottom:15px;
}
li {
margin-left:18px;
}

h1 {
font-size:18pt;
color:#8dad21;
margin:0px 0px 10px 0px;
}
h3 {
margin-bottom:6px;
text-align:center;
}

/* BASIS */
html, body{
text-align:center;
background:#dedfd5;
font-family:Arial, Helvetica, sans-serif;
}

#box {
width:900px;
height:505px;
margin:0 auto;
text-align:left;
}

/* HEADER */
#header {
width:900px;
height:77px;
margin-top:116px;
}

#logo {
width:325px;
height:57px;
margin-left:30px;
padding-top:20px;
background-color:#4e4f48;
text-align:center;
font-size:30pt;
color:#dedfd5;
}

/* CONTENT  */
#mid {
width:900px;
height:auto;
margin-top:38px;
}

#menu {
width:156px;
height:auto;
float:left;
margin:2px 50px 0px 199px;
font-size:10pt;
font-weight:bold;
text-align:center;
}
#menu a {
display:block;
width:156px;
height:21px;
margin-bottom:-12px;
padding-top:4px;
color:#88a71b;
text-decoration:none;
}
#menu a.active {
display:block;
width:156px;
height:21px;
padding-top:4px;
font-size:10pt;
color:#dedfd5;
font-weight:bold;
background-color:#88a71b;
}

#inhoud {
width:450px;
height:auto;
min-height:250px;
padding:0px 10px;
float:left;
font-size:8pt;
color:#4e4f48;
}
#inhoud p {
letter-spacing:1px;
}
#inhoud a {
color:#4e4f48;
}
#inhoud a:hover {
text-decoration:none;
}
.pagination li {
display:inline;
list-style:none;
margin-left:5px;
}

/* FOOTER */
#footer {
margin-top:50px;
padding-top:3px;
color:#bbbeb3;
text-align:center;
font-size:7pt;
background:url(../images/streep.png) no-repeat top left;
}

#bloem {
position:absolute;
margin:-144px 0px 0px 30px;
}
