html
{
	margin: 0px 0px 0px 0px;
	height:100%;
	margin-bottom: 1px;
}

a
{
	font-weight:bold;
	color:#545139;
	text-decoration:none;
	
}

a:hover
{
	font-weight:bold;
	color:#545139;
	text-decoration:none;
}	
	
body
{
	margin: 0px 0px 0px 0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	background-image:url(../images/achtergrond.jpg);
	background-repeat:repeat-x;
	background-color:#F4F4F0;
}
	
#center
{
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px auto;
	position: relative;
}

#column_left
{
	position:absolute;
	top:245px;
	width:200px;
	height:200px;
	left:140px;
}

#content
{
	position:relative;
	top:245px;
	left:390px;
	width:600px;
	color:#545139;
	text-align:justify;
	padding-bottom:20px;
}
	
	#content h1
	{
		color:#545139;
		font-size:16px;
		margin-top:0px;
	}
	
	#content p
	{
		margin-bottom:0px;
	}
	


#language
{
	position:absolute;
	width:200px;
	height:20px;
	top:25px;
	left:750px;
	z-index:3;
}

#logo
{
	position:absolute;
	width:376px;
	height:95px;
	top:31px;
	left:-5px;
}

#footer {
	margin: 0 auto;
	width: 675px;
	position: relative;
}

#footer_text
{
	margin-top:10px;
	text-align:right;
	position:absolute;
	width:835px;
}
	#footer_text a
	{
		text-decoration:underline;
		color:#545139;
	}
	
	#footer_text a:hover
	{
		text-decoration:none;
	}

#footer_stripe
{
	position:absolute;
	width:835px;
	height:4px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
}

#push {
	height: 245px;
	padding:20px;
}

#topmenu
{
	position:absolute;
	top:114px;
	width:550px;
	z-index:2;
	margin-left:390px;
}

ul
{
	margin:0px;
	padding:0px;
}

#watermerk
{
	position:absolute;
	width:377px;
	height:149px;
	left:470px;
	top:4px;
	background-image:url(../images/watermerk.jpg);
}


img { behavior: url(iepngfix.htc); }


