html{
	
	margin:0px;
	padding:0px;
}
body{
	background-color:#231f20;
	font-family:Verdana;
	color:#58595b;
	font-size:10px;
	line-height:14px;
	margin:0px;
	padding:0px;
}

td{
	font-family:Verdana;
	color:#58595b;
	font-size:10px;
	line-height:14px;
}

#wrapper
{
	background-color:white;
	
	margin:0px 15px 0px 15px;
}

#wrapper2
{		
	position:relative;
	width:1000px;	
	margin-left:-500px;
	left:50%;
	margin-bottom:-20px;
	*margin-bottom:0px;
}

#iebalk{
	height:15px;
	display:none;
	*display:block;
}

#header{
	text-align:left;
	background-color:#231f20;
}


#datumtijd{
	height:20px;
	line-height:20px;
	background-color:white;
	float:right;
	margin-top:35px;
	padding-left:15px;
	padding-right:15px;
	color:#1b232a;
}

#logowrapper
{	
	position:relative;
	width:1000px;	
	margin-left:-500px;
	left:50%;
}
#logowrapper img
{
	float:left;
}

#content{	
	text-align:left;
}

#menu
{
	border-top:dotted 1px #231f20;
	border-bottom:solid 1px #231f20;
	margin:3px 0px 2px 0px;
	min-height:30px;
	text-align:left;
}

#submenu{				
	border-top:dotted 1px #231f20;
	border-bottom:solid 1px #231f20;
	
}

#panel1{	
	margin-top:35px;
	margin-bottom:35px;
}

#panel2
{
	margin-top:35px;
	margin-bottom:35px;
	
}

#panel2 .content
{
	border-bottom:dotted 1px #231f20;
}

a.menubutton{
	display:block;
	float:left;
	height:20px;
	color:#231f20;
	text-decoration:none;
	margin:4px;
	line-height:20px;
	height:20px;
	padding:0px 7px 0px 7px;
}

a.activemenubutton{
	display:block;
	float:left;
	color:white;				
	background-color:#231f20;	
	height:20px;
	text-decoration:none;
	margin:4px;
	line-height:20px;
	height:20px;
	padding:0px 7px 0px 7px;
}


h1.title
{
	border-top:dotted 1px #231f20;
	border-bottom:dotted 1px #231f20;
	font-size:11px;
	color:#231f20;
	margin:0px;
	line-height:25px;
	font-family:Arial;
	font-weight:normal;
}

.clear{
	clear:both;
}