/* CSS In-Side */

body { 
background : #ffffff; 
font-family : Georgia, Verdana; 
font-size : 14px; 
color : #4c4028; 
margin : 0; 
padding : 0; 
} 
#verloop { 
position : absolute; 
top : 110px; 
width : 100%; 
height : 202px; 
background-image:url(images/verloop.jpg); 
background-repeat : repeat-x; 
z-index : 1; 
} 
#main { 
position : absolute; 
top : 10px; 
left : 50%; 
width : 1000px; 
margin-left : -500px; 
height : 100%; 
padding : 0; 
z-index : 2; 
} 
#top { 
position : absolute; 
top : 0; 
left : 0; 
width : 1000px; 
height : 200px; 
background-image:url(images/bgtop.jpg); 
background-repeat : no-repeat; 
} 
#topcontainer1 {
	position : absolute;
	top : 30px;
	left : 60px;
	height : 75px;
	width : 202px;
	font-family : Georgia, Verdana;
	font-size : 20px;
	font-weight : bold;
} 
#topcontainer2 { 
position : absolute; 
top : 30px; 
right : 69px; 
height : 75px; 
width : 250px; 
font-family : Georgia, Verdana; 
font-size : 20px; 
font-weight : bold; 
} 
#topmid { 
position : absolute; 
top : 100px; 
left : 0; 
height : 202px; 
width : 1000px; 
background:url(images/bgcont.gif) repeat-y; 
padding-left : 70px; 
} 
#menu { 
position : absolute; 
top : 0; 
left : 55px; 
height : 32px; 
width : 880px; 
background : #403522; 
} 
#menu ul { 
list-style : none; 
} 
#menu li { 
display : block; 
font-family : Georgia, Verdana; 
font-size : 12px; 
color : #ffffff; 
height : 20px; 
width : 50px; 
float : left; 
border-right : 2px solid #ffffff; 
padding : 3px; 
text-align : center; 
} 
a:link { 
text-decoration : none; 
color : #ffffff; 
} 
a:visited { 
text-decoration : none; 
color : #ffffff; 
} 
.plaatje { 
position : absolute; 
top : 50px; 
left : 40px; 
} 
a:hover { 
color : #c6b590; 
} 
#content { 
position : absolute; 
top : 302px; 
left : 0; 
width : 1000px; 
height : 500px; 
background : #ffffff url(images/bgmid.gif) no-repeat top center; 
} 
#inhoud1 { 
position : absolute; 
top : 15px; 
left : 70px; 
width : 600px; 
height : 500px; 
border-right : 2px solid #c6b590; 
text-align : left; 
} 
#inhoud2 { 
position : absolute; 
top : 15px; 
left : 680px; 
width : 200px; 
height : 500px; 
text-align : left; 
} 
#inhoud2 ul { 
list-style : none; 
} 
span a:link { 
text-decoration : none; 
color : #c6b590; 
font-weight : bold; 
} 
span a:visited { 
text-decoration : none; 
color : #c6b590; 
font-weight : bold; 
} 
span a:hover { 
color : #4c4028; 
} 
hr { 
width : 150px; 
border : 3px solid #c6b590; 
}
