
/* CSS Document */

a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #999999;
}

a.linkopacity {
	filter:alpha(opacity=60);
-moz-opacity: 0.60; 
	opacity: 0.60;
}

a.linkopacity:hover {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
cursor:pointer;
}

h1{
	font-size:25px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding:0px;
	margin:0px;
}
h2{
	font-size:25px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding:0px;
	margin:0px;
	width:210px;
}

.text{
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
	line-height:14px;
}

.infotext{
	font-family:"Courier New", Courier, monospace;
	font-size:10px;
	line-height:12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: repeat-y;
}
.underline{
	background-image:url(images/grijs_lijntje.gif);
	background-repeat: repeat-x;
	padding-bottom:1px;
}
.wit{
background-color:#FFFFFF;
padding-left:3px;
padding-right:3px;
}
.grijs{
color:#999999;
}
.formbutton{
border:0px;
width:30px;
cursor:pointer;
color: #FFFFFF;
background-color:#000000;
font-family:"Courier New", Courier, monospace;
font-size:11px;
}
.selectbutton{
border:0px;
width:180px;
border: 1px solid #666666; 
font-family:"Courier New", Courier, monospace;
font-size:11px;
}
.gobutton{
border:0px;
border: 0px;
cursor:pointer;
background-color: #222222;
color:#FFFFFF;
font-family:"Courier New", Courier, monospace;
font-size:11px;
}
.searchfield{
width:180px;
border: 1px solid #666666; 
font-family:"Courier New", Courier, monospace;
font-size:11px;
}
.red {
color: #FF0000;
}