@charset "ISO-8859-1";
img { behavior: url(../assets/pngfix/iepngfix.htc) }
* html #menu ul{
	float:left;
}
* html #menu ul li{
	width:1%;
	white-space:nowrap;
}
* html #menu ul ul li,* html #menu ul ul,* html #menu ul ul li a{
	width:170px;
	background:none;
}
* html #kaderForm{
	padding-top:1px;
	padding-bottom:1px;
}
body {
	background-color: #706D64;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	width: 811px;
	position: relative;
	margin: 0 auto;
}
#container #header {
	height: 95px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#container #header #taalkeuze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	display: block;
	position: relative;
	float: right;
	top: 85px;
	right: 30px;
}
#container #main {
	background-image: url(../images/mainback.png);
	height: 443px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
#container #main #menu {
	height: 35px;
}

#container #main #credits {
	display: block;
	position: absolute;
	top: 378px;
	right: 2px;
}
#container #footer {
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ECE7DA;
}
a:link,a:visited,a:active {
	color: #349C31;
	text-decoration: none;
}
a:hover {
	color: #349C31;
	text-decoration: underline;
}
#footer a:link, a:visited, a:active {
	color: #ECE7DA;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.active  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/button_down.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.clearboth {
	clear: both;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav-one{
	width: 100%;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}
.nav li {
	float: left;
	margin: 0;
	position: relative;
	background-image: url(../images/menulijntje.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 35px;
	padding:0px 1px 0px 0px;	
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 15px 10px 15px;
	height: 15px;
}
.nav li a:hover {
	background-image:url(../images/button_down.png);
	background-position:left top;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {

}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: #383838;
	color: #FFF;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #3CA83A;
	color: #FFF;	
}
.nav ul {
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	left: -1px;
	width: 100%;
}
.nav li:hover ul,
.nav li.sfHover ul {
	top: 35px;
}
.nav ul li {
	border: 0;
	float: none;
}
.nav ul a {
	padding-right: 20px;
	width: 100%;
	white-space: nowrap;
}
.nav ul a:hover {
	background: #ccc;
	color: #000;
}
#taalkeuze a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#taalkeuze a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/button_down.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #FFFFFF;
}
