body{
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color: #666666;
}
td, tr{
	vertical-align:top;
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #666666;
}

table.maxHeight{
	width:100%;
	height:100%;
}


a {
	color: #A13229;
	text-decoration: underline;
	font-size: 11px;
}
a:hover {
	text-decoration: none;
	color: #A13229;
	font-size: 11px;
}

a.linkFooter {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
a.linkFooter:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 10px;
}
a.nieuws {
	color: #A13229;
	text-decoration: none;
	font-size: 11px;
}
a.nieuws:hover {
	text-decoration: underline;
	color: #A13229;
	font-size: 11px;
}




input{
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#666666;
}
input.button{
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#000000;
}
textarea{
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#666666;
}
select{
	font-size:11px;
	font-family:"Trebuchet MS";
	color:#666666;
}





.bgColor{
	background-color:#FFFFFF;
}
.bgFooter{
	background-color:#FFFFFF;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
}
.links{
	width:auto;
}
.midden{
	width:800;
}
.rechts{
	width:auto;
}

.spacer{
	font-size:1px;
	height:1px;
	width:1px;
}
.rodeAstrix{
	color:#FF0000;
	font-size:9px;
}
.footer {
	font-size: 10px;
	color:#CCCCCC;
}
.leesverder{
	color:#A13229;
	text-decoration:none;
}
a.leesverder:hover{
	color:#A13229;
	text-decoration:underline;
}
.hlink a{
	color:#666666;
	text-decoration:none;
}
a.hlink:hover{
	color:#666666;
	text-decoration:none;
}


.info-box, .success-box, .warning-box, .error-box { 
    border: 1px solid; 
    margin: 10px 0px 10px 0; 
    padding:10px 10px 10px 45px; 
    background-repeat: no-repeat; 
    background-position: 10px center;
    font: normal 100% Helvetica, Arial, sans-serif;
}  

.info-box { 
    color: #00529B; 
    background:#BDE5F8 url(/images/info.png) top left no-repeat;
    background-position: 5px 5px;
} 
.success-box { 
    color: #4F8A10; 
    background:#DFF2BF url(/images/success.png) top left no-repeat;
    background-position: 5px 5px;
} 
.warning-box { 
    color: #9F6000; 
    background:#FEEFB3 url(/images/warning.png) top left no-repeat;
    background-position: 5px 5px;
} 
.error-box { 
    color: #D8000C;
    background:#FFBABA url(/images/error.png) top left no-repeat;
    background-position: 5px 5px;
} 
