﻿@import url("reset.css");

body {
	background-color: #000000
	}

a { 
	text-decoration: none;
}

i { font: 12px Arial; font-style:italic} 

	#Pagecontainer { position: relative; width: 980px; margin: 0 auto; overflow: hidden; background-color: #ccc; margin-top:10px}
	
	#Header { height: 100px ; }
		
		.logo { background-color: #d1d1d1 }
		.title-bar { width: 980px; height: 155px; background-color: #000000; position: absolute; top: 100px; }
		
	#Message { height: 140px;  background-color:Black}
	
		.Hardwerken { text-align:right; color:White;  }
		.Hardwerken a { text-decoration:none; color:White}
		.Hardwerken a:hover { text-decoration:none; color:Yellow}
		.Hardwerken a:visited { text-decoration:none; color:White}
		.Hardwerken a:visited:hover { text-decoration:none; color:Yellow}
		
	#Content { width: 980px; min-height: 400px; overflow: hidden; background: url(../images/cirkels.gif) right bottom no-repeat; padding-bottom: 50px; }
		
		.subcontent { width: 290px; float: left; }
			
			.latest-news { width: 145px; height: 220px; background: url(../images/backgrounds/nieuws-cloud2.gif) no-repeat; margin: 20px 0 0 20px; padding: 35px 40px 0 45px; }
				.latest-news h4 { font: bold 14px Arial; color: #ed1e79; margin-bottom: 10px; }
				.latest-news p, .latest-news a { font: 12px Arial; color: #fff; margin-bottom: 10px; }
			
			.maincontent { width: 450px; min-height: 350px; float: left; background: url(../images/magenta.gif) 42px 0px repeat-y; margin-top: 20px; }
						
			.maincontent.no-subcontent { margin-left: 290px; }
				.maincontent h1 { padding-left: 54px; background: url(../images/cirkel-blauw.gif) no-repeat; height: 32px; font: bold 20px Arial; padding-top: 3px; }
				.maincontent p { padding-left: 55px; font: 12px Arial; margin-bottom: 20px; }
					.maincontent p a { font: 12px Arial; text-decoration: underline; color: #ed1e79; }
						.maincontent p a:hover { color: #fff; }
				.maincontent h3 { font: bold 12px Arial; padding-left: 55px; }
				.maincontent img { margin: 0 0 5px 55px;
	width: 470px;
	height: 313px;
	
