body {
background:;
color:black;
font-family:"Eras Medium ITC", Arial, Verdana;
font-size:11px;
margin:0px;
}

#container {
	background:#;
	width:800px;
	height:px;
	margin-left: auto;
	margin-right: auto;
}
	#head {
	background:;
	width:800px;
	height:200px;
	}
		#logo {
			background:url(img/head2.png);
			width:800px;
			height:200px;
			}
	
	#content {
	background:;
	width:800px;
	height:px;
	}	
		#left {
		background:;
		width:200px;
		height:px;
		float:left;
		}
			#menu {
			background:;
			width:200px;
			height:390px;
			}
			#menu2 {
			background:;
			width:200px;
			height:50px;
			}
		
		#right {
		background:#aa1e38;
		width:600px;
		min-height:px;
		float:left;
		}
			#text {
			background:#98012e;
			width:350px;
			min-height:600px;
			float:left;
			}
			#images {
			background:;
			width:250px;
			height:600px;
			float:left;
			}
					
	#foot {
	background:url(img/foot1.png) no-repeat;
	width:800px;
	height:50px;
	}
	
p.text {
color:white;
font-size:12px;
text-align:left;
padding:25px;
}

p.nieuws {
color:white;
font-size:14px;
text-align:left;
padding:25px;
}

a#menu:link{
color:#C6C8CA; text-decoration:none; font-weight:bold; }
a#menu:visited{
color:#C6C8CA; text-decoration:none; font-weight:bold;}
a#menu:hover{
color:#FFFFFF; text-decoration:overline underline; font-weight:bold;}

a:link{
color:white; text-decoration:underline; font-weight:; }
a:visited{
color:white; text-decoration:underline; font-weight:;}
a:hover{
color:white; text-decoration:underline; font-weight:bold;}


