#header{
	width:800px;
	height:150px;
	margin-bottom:10px;
	float:left;
	background:url(../images/header.png);
}

/* Lay-out Vak */
.header_links{
	width:3px;
	height:26px;
	background:url(../images/layout/rood_linksbovenhoek.jpg);
	float:left;
}

.header_centraal{
	height:26px;
	background:url(../images/layout/rood_bovenlijn.jpg);
	float:left;
	padding-top:1px;
	vertical-align:middle;
	font-family:"Myriad Pro";
	font-size:18px;
	color:#FFFFFF;
}
.header_rechts{
	width:3px;
	height:26px;
	float:left;
	background:url(../images/layout/rood_rechtsbovenhoek.jpg);
}

/* Content */
.content{
	height:auto;
	border: 1px solid #e0dFDF;
	border-top-width: 0px; 
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	font-family:Verdana;
	font-size:11px;
	float:left;
}

/* Footer */
.footer_links{
	width:9px;
	height:10px;
	background:url(../images/layout/linksonderhoek.jpg);
	float:left;
	margin-bottom:10px;
}
.footer_centraal{
	height:1px;
	margin-top:9px;
	background:url(../images/layout/onderlijn.jpg);
	float:left;	
	margin-bottom:10px;
}
.footer_rechts{
	width:9px;
	height:10px;
	float:left;
	background:url(../images/layout/rechtsonderhoek.jpg);
	margin-bottom:10px;
}
/* Lay-out Vak */

/* Link kleurtjes */
a.link,a.menu:link{
color:#da0c24;
text-decoration: none;
}
a.link,a.menu:visited{
color:#da0c24;
text-decoration: none;
}
a.link,a.menu:hover{
color:#da0c24;
text-decoration: underline;
font-weight: normal;
}

a img { border: 0px solid #FFF; }
a { color:#000000; }
a { text-decoration: none; } a:hover { text-decoration: underline; }