@charset "utf-8";
html, body {
	min-height: 101%;
	margin-top: 0px;
}

body {
	background-image: url(../images/achtergrond.jpg);
	background-color: #666699;
}

a img {
	border-style: none;
}

#container {
	text-align: left;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#hoofd {
	height: 100px;
	background-color: #1B1C48;
	background-image: url(../images/hoofd.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-bottom: 2px;
}
#hoofd img {
	margin-top: 20px;
	margin-left: 72px;
}
#sidcon {
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	width: 962px;
	background-color: #FFFFFF;
	background-image: url(../images/sidconachter.gif);
}

#inhoud {
	float: right;
	width: 815px;
	margin-right: 2px;
	background-image: url(../images/background.gif);
}
#inhoud h1 {
	font-size: 36px;
	padding-left: 10px;
	text-align: center;
	color: #adce01;
	background-color: #333366;
	margin: 0px;
	background-image: url(../images/zw_kop.jpg);
	padding-bottom: 3px;
}

#inhoud a {
	outline: none;
}





#sidebar {
	float: left;
	width: 140px;
	background-color: #990000;
}
#sidebar a {
	outline: none;
}

#sidebar p {
	padding-left: 10px;
}

#sidebar ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 5px;
	padding-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
}
#sidebar  li  a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #adce01;
	background-image: url(../images/zw_knop.png);
}

#sidebar  li  a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #11122e;
	text-decoration: underline;
	background-image: url(../images/gr_knop.png);
	outline: none;
}



#voet {
	font-size: 10px;
	text-align: center;
	padding-bottom: 2px;
	color: #ADCE01;
	background-image: url(../images/voet.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 970px;
	padding-top: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#voet a {
	color: #ADCE01;
}

#voet img {
	padding-top: 4px;
	padding-right: 4px;
}



.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}


.rood {
	color: #FF0000;
}

