	body{
	margin : 0px;
	background-color : #e9e9e9;
	}
	#center{
	width : 850px;
	margin : auto;
	}

	#menuline{
	width : 850px;
	height : 43px;
	background-image : url(../images/menulinebg.gif);
	background-repeat : no-repeat;
	background-position : right 0px;
	background-color : #15387D;
	}
	#contentcontainer{
	width : 558px;
	padding : 15px;
	padding-left : 40px; 
	padding-top : 25px;
	padding-right : 25px;
	background-color : #6D6D70;
	color : #BBBCBE;
	font-family : "Lucida Sans Unicode", Arial, Verdana, Helvetica;
	font-size : 11px;
	line-height : 1.6em;
	float : left;
	}
		#contentcontainer h1{
		font-size : 15px;
		font-weight : bold;
		}
		#contentcontainer h5{
		margin-bottom : 0px;
		font-size : 11px;
		font-weight : normal;
		color : #EF922D;
		}
		#contentcontainer a{
		color : #BBBCBE;
		}
		#contentcontainer a:hover{
		color : #EF922D;
		}
		#backtop{
		text-align : right;
		}
	#newscontainer{
	width : 197px;
	padding : 15px;	
	padding-top : 25px;
	background-color : #BBBCBE;
	background-image : url(../images/nieuwsbg.gif);
	background-repeat : no-repeat;
	background-position : bottom;
	font-family : "Lucida Sans Unicode", Arial, Verdana, Helvetica;
	font-size : 12px;
	line-height : 1.6em;
	float : left;
	}
		#newscontainer h2{
		font-size : 14px;
		font-weight : bold;
		}
		#item{
		color : #6D6D70;
		border-bottom : 1px dashed #6D6D70;
		}
		#item a{
		text-decoration : none;
		color : #6D6D70;
		}
		#item a:hover{
		color : #000000;
		}
.w250{
width : 350px;
}		
.w100{
width : 120px;
}	
.border{
border : 1px solid silver;
}