/* CSS Document */

body{
margin-top:10px;
background-image:url(../layout/backgroundImage.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-color:#333333;
}


.hoofdnavtable{
	
}

a:link{
	color:#BD0000;
	text-decoration:underline;
}

a:hover{
	color:#BD0000;
	text-decoration:underline;
}

a:visited{
	color:#BD0000;
	text-decoration:underline;
}

a:active{
	color:#BD0000;
	text-decoration:underline;
}

.subnavtable{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
letter-spacing:2px;
font-weight:bold;
}

.subnavtable td{
padding:0px;
}

.subnavtable a{
font-family:"Trebuchet MS";
margin-left:20px;
font-size:12px;
color:#FFFFFF;
letter-spacing:2px;
font-weight:bold;
text-decoration:none;
}

.subnavtable a:hover{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
letter-spacing:2px;
font-weight:bold;
text-decoration:none;
}

.subnavtable a:active{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
letter-spacing:2px;
font-weight:bold;
text-decoration:none;
}

.subnavtable a:visited{
font-family:"Trebuchet MS";
font-size:12px;
color:#FFFFFF;
letter-spacing:2px;
font-weight:bold;
text-decoration:none;
}

.nieuwstable{
font-family:"Trebuchet MS";
color:#000000;
font-size:12px;
}

.nieuwstable a{
font-family:"Trebuchet MS";
color:#CC0000;
font-size:12px;
}

.nieuwstable a:hover{
font-family:"Trebuchet MS";
color:#CC0000;
font-size:12px;
}

.nieuwstable a:active{
font-family:"Trebuchet MS";
color:#CC0000;
font-size:12px;
}

.nieuwstable a:visited{
font-family:"Trebuchet MS";
color:#CC0000;
font-size:12px;
}

.headernieuws{
font-family:"Trebuchet MS";
font-size:14px;
font-weight:bold;
color:#000000;
}

.bodyteksttable{
font-family:"Trebuchet MS";
color:#000000;
font-size:12px;
}

h1{
font-family:"Trebuchet MS";
color:#000000;
font-size:20px;
margin-bottom:-10px;
font-weight:bold;	
}

h2{
font-family:"Trebuchet MS";
color:#000000;
font-size:16px;
margin-bottom:-15px;
font-weight:bold;
}

input{
	width:350px;
}

select{
	width:350px;
}

textarea{
	width:350px;
	height:160px;
}