@import url("basic.css");
@import url("news.css");
@import url("formulier.css");
body{
	margin : 0px;
	padding : 0px;
	background-image : url(../images/jonkersikke-bg-body.jpg);
	background-repeat : repeat-x;
	background-position : 0px top;
	background-color : 0px;
	}
	#center{
	width : 950px;
	margin : auto;
	clear : both;
	}
	.clear{
	clear : both;
	}
	#logobar{
	width : 950px;
	height : 85px;
	background-image : url(../images/jonkersikke-topimage-logo.jpg);
	background-repeat : no-repeat;
	float : left;
	}
	#menubar{
	width : 950px;
	height : 36px;
	float : left;
	}
	#imagebar{
	width : 950px;
	height : 213px;
	background-image : url(../images/jonkersikke-image1.jpg);
	background-repeat : no-repeat;
	float : left;
	}
	#kolomcontainer{
	width : 950px;
	background-image : url(../images/jonkersikke-bg-gradient.jpg);
	background-repeat : repeat-x;
	background-position : 0px bottom;
	clear : both;
	}
		#kolom1{
		width : 316px;
		float : left;
		background-image : url(../images/jonkersikke-stippel.gif);
		background-repeat : repeat-y;
		background-position : right 0px;
		}
			#dummy{
			heigth : 400px;
			width : 1px;
			float : right;
			}
			#newscontainer{
			padding : 30px;
			font-family  : Arial;
			font-size : 11px;
			line-height : 1.4em;
			color : #5c4440;	
			float : left;		
			}
				#newscontainer h1{
				font-family  :  justlefthand,Georgia, Arial;
				font-size : 40px;
				color : #5c4440;
				}
		#kolom2{
		width : 634px;
		float : left;
		background-image : url(../images/jonkersikke-bg-watermerk.jpg);
		background-repeat : no-repeat;
		background-position : right bottom;
		}
			#content{
			padding-left : 48px;
			padding-top : 27px;
			padding-right : 48px;
			padding-bottom : 37px;
			font-family  : Arial;
			font-size : 12px;
			color : #5c4440;
			line-height : 1.6em;
			float : left;
			}
				#content h1{
				font-family  : justlefthand, piranesi, Georgia, Arial;
				font-size : 40px;
				color : #5c4440;
				}
				#content a{
				color : #5c4440;
				}
				#backtop{
				padding-top : 25px;
				font-family  : Arial;
				text-align : right;
				color : #5c4440;
				}
	#footer{
	width : 924px;
	height : 89px;
	padding-left : 26px;
	padding-top : 10px;
	background-image : url(../images/jonkersikke-bg-bottom.jpg);
	background-repeat : repeat-x;
	font-family  : Arial;
	font-size : 11px;
	color  :#ffffff;
	float : left;
	}
