@charset "utf-8";

body, div, table, th, td, caption, h1, h2, h3, h4, h5, h6, a, p, pre, ul, ol, li, dl, dt, dd, form, address, embed, object {
	margin:0px; 
	padding:0px; 
	font-size:100%;
	font-weight:normal;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	color: #804000;
	line-height:190%; 
	text-align:left; 
	word-break:normal;
	vertical-align:bottom;
}
body {
	color:#000000; 
	font-size:82%; 
	background:#FFFFFF; 
	line-height:1s0%; 
	text-align:center;
	height:100%;
}

h1 {
	font-size: 30px;
	font-family: DejaVu Serif, Georgia, Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #804000;
	text-decoration:none;
}
a:hover {
	color:#7281A2; 
	text-decoration:underline;
}
p {
	padding: 10px;
}
#container {
	width: 860px;
	height: 550px;
	position: relative; 
	margin: 10px auto; 
	text-align: left;
	border: 0px dashed;
}

#header_logo {
width:860px;
	height:75px;
	position:relative;
	margin:0px auto;
	margin-bottom: 10px;
	overflow:hidden;
	border-bottom:2px dotted #gray;
	
}

#menu {
	height:30px; 
	position:absolute; 
	top:50px; 
	left:10px; 
	overflow:hidden;
}
#menu li {
	float:left; 
	height:30px;
}
#menu li a {
	display:block; 
	height:30px; 
	background-repeat:no-repeat; 
	overflow:hidden;
}
#menu li a:hover {
	background-position:0px -30px;
}
#menu .home				a {width:55px; color: red;}
#menu .werkwijze			a {width:85px; color: red;}
#menu .prijzen			a {width:60px; color: red;}
#menu .voorwaarden		a {width:100px;color: red;}
#menu .youtube			a {width:75px; color: red;}
#menu .contact			a {width:65px; color: red;}

#content {
	top:140px; 
	width:800px; 
	height: 425px;
	border: 0px dashed #336699;
	margin-left:30px;
	margin-right:100px;	
	border: 0px dotted;
	padding: 5px;
	list-style-position: outside;
}
#footer {
	width:860px; 
	position:relative; 
	margin:0px auto; 
	border-top:2px solid #000000;
	font-size: 80%;
	text-align: right;
}
#flashcontent {
	height: 100%;
	vertical-align:top;
}
