/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

body, td{
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#222222;
	line-height:20px;
}

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#1e263d;
	scrollbar-face-color: #1E263D; 
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color: White; 
	scrollbar-3dlight-color: #45568A; 
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color: #D6DBEB; 
	scrollbar-arrow-color: #ffffff;

}
#container{
	position:absolute;
	left:50%;	
	margin-left:-438px;
	width:877px;
	height:100%;
}

#tabel{
	height:100%;
}

ul{
	list-style-image: url(../images/bullet.gif);
	margin-top:5px; 
	margin-bottom:0px; 
	padding-left:1px;
	margin-left:12px
}
A:link, A:visited, A:active, A:hover { 
	color:#000066; 
	text-decoration: none;
	font-weight:bold;
}
A:hover { 
	color:#000066; 
}


.zwart A:link, .zwart A:visited, .zwart A:active, .zwart A:hover { 
	color:#757575; 
	text-decoration: none;
}
.zwart A:hover { 
	color:#000000; 
}

#body_contents{
	margin:10px 6px 10px 10px;
	padding-left:5px;
}

#body_titel{
	margin:10px;
	margin-top:5px;
}

#body_titel_intern{
	background-color:#f97c31;
	color:#FFFFFF;
	font-weight:bold;
}

#body_img{
	margin:15px 10px 0px 10px;
}

#zoekveld{
border-left:1px solid #8490b3;
border-top:1px solid #8490b3;
border-bottom:1px solid #8490b3;
border-right:0px solid #8490b3;
height:21px;
width:100px;
}


.smoothline{
	border:1px solid #8490b3;
	height:21px;
}

.smoothlineta{
	border:1px solid #8490b3;
}
