@charset "utf-8";
/* CSS Aad Trompert */

body {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	background-color:#fff;
}

#wrapper{
	margin: 16px auto 0px auto;
	width:1000px;
	height:50%;
}

#top_logo {
	width: 372px;
	height: 70px;
	float:left;
	color:#333;
}
#nav {
	padding-top:41px;
	width: 620px;
	height: 29px;
	_height: 31px;
	float:left;
	font-size: 14px;
}

#nav a {
	color:#517676;
	text-decoration:none;
	width:110px;
	display:block;
	float:left;
	}

#nav .current{
	text-decoration: none; 
	font-weight:bold;
	}


#leeg {
	width: 372px;
	height: 40px;
	float:left;
	color:#333;
	font-size: 11px;
}
#sub_nav {
	width: 620px;
	height: 40px;
	float:left;
	color:#517676;
	font-size: 11px;
	padding-top:26px;
}

#sub_nav_wrapper a {
	color:#517676;
	text-decoration:none;
	padding-right:13px;
	display:block;
	float:left;
	}

#sub_nav_wrapper .current{
	text-decoration: none; 
	font-weight:bold;}
	
#sub_nav_wrapper strong {
	float:left;
	padding-right:16px;
	}	


#content{
	width: 620px;
	float:left;
	margin-right:6px;
	padding-bottom:6px;
}
#content a{
	color:#000; 
}

#left{
	width: 362px;	
	float:left;
	display:block; 
	padding-right:10px; 
	font-size:11px;
}

#full{
	width: 979px;	
	float:left;
	display:block; 
	padding-right:10px; 
	font-size:11px;
}

#right{width: 122px; float:right;}

.knopje_weg {	border-style:none;
	background-color: #ffffff;
	color:#333333;
	width:24px;
}

input[disabled] {
	display:none;
}
