@import url("basic.css");
@import url("news.css");
@import url("formulier.css");
	body{
	margin : 0px;
	margin-top : 15px;
	padding : 0px;
	background-color : #97999C;
	}
	#center{
	width : 950px;
	margin : auto;
	background-color : #ffffff;
	border : 1px solid #000000;
	
	}
	.clear{
	clear : both;
	}
	#logobar{
	width : 950px;
	height : 136px;
	background-image : url(../images/fe-druk-logo.gif);
	background-repeat : no-repeat;
	float : left;
	}
	#kol1{
	width : 560px;
	float : left;
	background-image : url(../images/watermerk.gif);
	background-repeat : no-repeat;
	background-position : bottom left;
	}
		#content{
		padding : 00px 60px 30px 45px;
		font-family : Arial, Verdane, century gothic;
		font-size : 12px;
		line-height : 1.6em;
		color : #50638c;
		float : left;
		}
			#content h1{
			font-size : 20px;
			color  : #001e49;
			font-weight : normal;
			}
			#content h2{
			font-size : 20px;
			color  : #cadc45;
			font-style : italic;
			font-weight : normal;
			}
		#adres{
		padding-left : 45px;
		padding-top : 25px;
		padding-bottom : 25px;
		font-family : verdana,century gothic;
		letter-spacing : -1px;
		font-size : 9px;
		color : #001e49; 
		float : left;
		}
	#kol2{
	width : 23px;
	background-image : url(../images/kol2bg.gif);
	background-repeat : repeat-y;
	float : left;
	}
	#kol3{
	width : 367px;
	background-image : url(../images/kol3bg.gif);
	background-repeat : repeat-y;
	float : left;
	}
		#newscontainer{
		padding : 0px 50px 10px 10px;
		font-family : Arial, Verdane, century gothic;
		font-size : 12px;
		}
			#newscontainer h1{
			font-family : centrury gothic, Arial, Verdana;
			font-weight : normal;
			font-size : 20px;
			color  : #001e49;
			}
			
	#footer{
	width : 950px;
	height : 4px;
	background-color : #001e49;
	float : left;
	}