/* CSS Document */

/* ////////////////////////////////  
   main DIVs
///////////////////////////////// */

html>body #container {
	width: 512px;
} 

#container {
	margin: 0 auto;
	width:532px;
	background: #FFF;
	text-align: left;
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#header{
	padding: 20px;
	text-align: left;
	position: relative;
	float: left;
	margin: 0;
	width:512px;
	min-height:40px;
	background-color:#FFF;
	border: solid #CCC 10px;
	border-bottom: dotted #CCC 1px;
}

#maincontent {
	padding: 20px;
	text-align: left;
	position: relative;
	float: left;
	margin: 0;
	width:512px;
	min-height:220px;
	background-color:#FFF;
	border: solid #CCC 10px;
	border-top: none;
}

* html #maincontent{ /* IE only */
	height:220px;
	width:521px;
}

/*********************************/
/* HTML tags                     */
/*********************************/
body, html {
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color: #333333;
	line-height: 16px;
	background-color: #EEE;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 13px;
	color: #0063DB;
	padding-bottom: 7px;
	margin-bottom: 0px;
	line-height: 15px;
}

h2 {
	font-size: 11px;
	color: #161616;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	line-height: 15px;
}

h3 {
	font-size: 10px;
	color: #083D70;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}

a{
	color: #0063DB;
}

a:hover{
	color: #202020;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#maincontent ul {
	list-style-type: square;
	list-style-position: outside;
	display: block;
}
#maincontent li {
	list-style-type: square;
	list-style-position: outside;
	display: block;
}

#maincontent a {
	text-decoration: none;
	/*border-bottom: 1px solid #ADC8E3;*/
}

#maincontent a:hover {
	text-decoration: none;
	/*border-bottom: 1px solid #ADC8E3;*/
}

ol {
	list-style-position: outside;
	margin-top: 2px;
	margin-left: 1px;
}

p {
	clear: left;
	line-height: 16px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	margin-top: 2px;
	padding-top: 2px;
}

hr { 
	background-color:#F3F3F3;
	border: 1px solid #F3F3F3;
	margin-bottom: 5px;
	padding: 0 5px 0 5px;
}

.top {
	width: 100%;
	float: right;
	text-align: right;
	padding: 5px 0 5px 0;
}

li .but {
	height: 14px;
	padding: 2px;
	margin: 2px 0 2px 0;
	list-style-type: none;	
}

.leftcolspan2 {
	width: 280px; 
	padding: 0px;  
	margin: 0 15px 0px 0;  
	float: left;
}

.leftcolspan3 {
	width: 425px; 
	padding: 0px;  
	margin: 0 15px 0px 0;  
	float: left;
}

.rightcolspan2 {
	width: 280px; 
	padding: 0px;  
	margin: 0 0 5px 5px; 
	float: left;
	clear: right;
}

.box {
	margin: 10px 0 15px 0;
	padding: 10px;  
	float: left;
	border-bottom: 2px solid #F6F6F6;
	border-top: 2px solid #F6F6F6;
	clear: right;
	width: 575px;
	/*background-color: #F6F6F6;*/
/*
	margin: 10px 0;
	padding: 10px;  
	float: left;
	width: 545px;
	border-bottom: 2px solid #F6F6F6;*/
}

.box ul  {
	margin-left: 8px; 
}

.box li  {
	/*list-style: none url(images/bullet.gif) outside; */
}

.opsomming {
 	color: #ADC8E3;
	font-size: 9px;
}

.formulier {
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	line-height: 16px;
	width: 200px;
}

#logo {
	width: 112px; float: left; display: block;
}

#menu2 {
	float: right; width: 300px; padding-top: 44px; display: block;
	font-size: 10px;
}
#menu2 td { text-align:center;}



/* ////////////////////////////
   HOOFDMENU - dropdown 
   ///////////////////////// */
#navdiv {
	position: relative;
	width: 300px;
	display: block;
	float: right;
	z-index: 2;
}   
   
#nav {
	position: relative;
	display: block;
	float: right;
	z-index: 3;
	width: 400px;
}

#nav a {
	text-decoration: none;
}

#nav ul { /* all lists */
	padding: 5;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: right;
	text-align: center;
	position: relative;
	width: 60px;
	height: 18px; 
	border: solid 1px #FFF;
}
#nav li a:hover { /* all list items */
	/*background: #F3F3F3;
	border-top: dotted 1px #CCC;*/
}
#nav li a{ padding-top: 19px; display:block;border-top: dotted 1px #FFF;}
