/*/
 * 
 * Cascading Style Sheet
 * 
 * style.css
 * 
 * Company: Struckman Recreatie
 * Creator: Anton Vink
 * 
/*/


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

a img {
border:0;
}

.break {
clear:both;
}

ul {
margin-left:35px;
}

/* BASIS */
body{
text-align:center;
background:#cfdbbb;
font-family:"Verdana", sans-serif;
}

p {
margin-bottom:15px;
}

#box {
width:1000px;
min-height:780px;
height:auto;
margin:0 auto;
text-align:left;
}


/* TOP */
#top {
width:1000px;
height:153px;
padding:18px 0px 18px 0px;
}
#banner {
width:935px;
height:153px;
float:left;
margin-left:11px;
background:url(../images/banner.jpg) no-repeat top center;
}


/* MID  */
#mid {
width:1000px;
min-height:612px;
height:auto;
}

#mid_links {
	
background:url(../images/menu.png) no-repeat top left #dfe2d2;
background:
width:183px;
min-height:520px;
height:auto;
float:left;
margin-left: 11px;
border:3px solid #8da24e;
}

.menu_item {
padding:10px 8px 7px 10px;
width:172px;
height:22px;
border-bottom: 3px #89a652 solid;
}
.menu_item a {
color:#1e4300;
font-size:16px;
text-decoration:none;
font-weight:600;

}
.menu_item a:hover {
text-decoration:underline;
}

#mid_header {
width:721px;
height:21px;
float:left;
margin-left:18px;
padding: 4px 4px 3px 8px;
background:url(../images/submenu.png) no-repeat top left;
margin-bottom: 12px;
font-size:15px;
color:#1e4300;
font-weight:600;
}

.mid_header a {
font-size:15px;
color:#1e4300;
font-weight:600;
text-decoration:none

}
.mid_header a:hover {
text-decoration:underline;
}



#mid_mid {
width:721px;
height:auto;
float:left;
margin-left:18px;
}

#mid_mid_top {
width:721px;
height:20px;
text-align:left;
color:#1e4300;
font-size:16px;
font-weight:600;
margin-top:-2px;
}

#mid_mid_bottom {
background-color:#e2eed0;
width:701px;
height:auto;
border:solid #a8bb62 3px;
padding:10px 10px 0px 10px;
color:#1e4300;
font-size:13px;
}