/* CSS Document voe de SIDOVER */


html{
	height: 100%;}
body{
	background-color: #BB1E1A;
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
#container{
	width: 871px;
}
#header{
	height: 221px;
	background-image: url(images/header.jpg);
}
#menu{
	background-image: url(images/menu-bg.jpg);
	margin: 0px;
	height: 243px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	width:254px;
	float: left;
	display: block;
}

#menu li{
	text-decoration: none;
	text-indent: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #1CD9DF;
	list-style-image: url(images/blauw-blokje.jpg);
}
#menu a{
	color: #333333;
	text-decoration: none;
	list-style-type: none;
	font-weight: normal;
}
#menu li a:hover{
	color: #000000;
	text-indent: 10px;
}

#hover{}


#content{
	text-align: left;
	float: left;
	width: 580px;
	position:relative;
	padding-left: 5px;
	margin-top:30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #1ED9E0;

}

#footer{}


.wit{
	color: #FFFFFF;
}
.hahaverstopt{
	text-indent: -9999px;
	text-decoration: none;
}

