@charset "utf-8";
/* CSS Document */
html, body{
	font-family:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	width:100%;
	background-color:#D2D2D2;
	line-height:20px;
	height:100%
}
.leftbar{
	padding-top:20px;
	font-size:14px;
}
.leftbar a:active, .leftbar a:link, .leftbar a:visited{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.leftbar a:hover{
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}
.content img{
	border:1px solid #000000;
}
.content img:hover{
	opacity:0.4;
	filter:alpha(opacity=40); 
}
.content{
	padding:20px;
	font-size:13px;
}
.content a:active, .content a:link, .content a:visited{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.content a:hover{
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}
.rightbar{
	position: absolute;
	width: 900px;
	text-align:right;
	font-size:14px;
}
.rightbar a:active, .rightbar a:link, .rightbar a:visited{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.rightbar a:hover{
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}
select{
	width:130px;
	font-size:11px;
	background-color:#D2D2D2;
	border-color:#D2D2D2;
}
#selectedZoekveld{
	width:130px;
	font-size:11px;
	font-weight:bold;
	font-style:oblique;
	background-color:#333333
	border-color:#D2D2D2;
}
input{
	width:130px;
	font-size:11px;
	background-color:#D2D2D2;
	border-color:#D2D2D2;
}

