@charset "utf-8";
body {
	background-color: #FFFFCC;
	margin-top:0px;
	
}
#header {
	background-color: #FD9A35;
	height: 175px;
	width:1000px;

}
#container {
	display: block;
	position: relative;
	width: 1000px;
	height:750px;
	z-index:20;
	left: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	width: 590px;
	height:445px;
	position:absolute;
	left: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
		z-index:25;
}
#menu {
	position:absolute;
	left:70px;
	top:0px;
	height: 230px;
	width: 130px;
	background-color: #FFCC66;
	
}
#bullet {
	position:absolute;
	left:0px;
	top:0px;
	height: 230px;
	width: 70x;
	background-color: #FFCC66;

}

#links {
	position:absolute;
	left:0px;
	top:175px;
	width:200px;
	height:450px;
	background-image: url(images/bg_menu.jpg);
	z-index: 19;
}

#menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:26px;
	text-align:left;
	background-color:#FFCC66;
	text-decoration:none;
	font-weight:bold;
	color:white;
	;
	
}
#menu a:hover {
	color:#666666;
	
	
}

.kop2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}

#rodelijn {
	position:absolute;
	left:0px;
	top:625px;
	width:1000px;
	height:2px;
	background-color: #CC6600;
	z-index: 22;
}
#rechts {
	position:absolute;
	left:800px;
	top:175px;
	width:200px;
	height:450px;
	background-color: #FFCC66;
	z-index: 23;
	background-image: url(images/bg_menu2.jpg);
	background-position: left bottom;
}
#beneden {
	position:absolute;
	left:0px;
	top:627px;
	width:1000px;
	height:50%;
	background-color: #FFDC93;
	z-index: 24;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

