/* Opbouw site */
.bodies {
	background-image: url(../images/stijl.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #003;
	text-align: center;
	margin: 0 auto;
	font: 13px/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
#container {
	width: 1024px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: left;
}
#topheader {
	background-image: url(../images/stijlen.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color:#ffcc00;
	width: 100%;
	height: 250px;
	border-bottom: 1px solid #999;
}
#maincontent {
	width: 75%;
	background-color: #FFF;
	vertical-align: top;
	text-align: center;
}
#sidebar {
	width: 25%;
	background-color: #FF9;
	vertical-align: top;
	text-align: center;
}
#voet {
	background-color: #ffcc00;
	border-top: 1px solid #999;
	height: 50px;
	font-size: 11px;
	color: #333;
	text-align: center;
}
/* tekst classes */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
.hoofd {
	width: 600px;
	text-align: justify;
	font-size: 11px;
	color: #333;
	margin: 45 auto;
}
.hoofd_deel {
	width: 600px;
	margin: 35 auto;
}
.deel_1 {
	width: 47%;
	float: left;
	text-align: justify;
	font-size: 11px;
	color: #333;
	margin-right: 3%;
}
.deel_2 {
	width: 47%;
	float: right;
	text-align: justify;
	font-size: 11px;
	color: #333;
}
/* menu */
#submenu ul li a {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	}
#submenu ul, 
#submenu ul li
	{list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
	}

#submenu {
	float: right;
	margin-top: 160px;
	padding: 0; 
	text-align:center;
	}
	#submenu a {
	white-space: nowrap; 
	padding: 5px;
	margin: 1px;
	text-decoration: none;
	}
#submenu a:hover {
	color: #fff; 
	background: #369;
	}	