/*************************************************************
  
Website Concept & Design by Tabeoka
Realisation & Implementation by Tabeoka .
Copyright - 2011 - by 'Tabeoka'. All rights reserved.

Graphic Design by 'Marc and Niki' 
HTML & CSS production by 'Niki' 
 www.tabeoka.be 
  
/************************************************************/

* { 
	behavior: url("../iepngfix.htc"); 
}

body {
	background-color: #6d6d74;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 15px 0 0 0;
	padding: 0;
}

#wrapper {
	width: 933px;
	height: 593px;
	background-image: url(../img/beeld.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#tekstvlak {
	width: 394px;
	height: 593px;
	float: right;
	padding:0px 16px 0 20px;
	color: #000000;
	font-size: 1em;
	background-color: #FFFFFF;
}

#footer {
	width: 933px;
	float: left;
	font-size: 0.9em;
	background-repeat: no-repeat;
	height: 45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../img/beeld_footer.jpg);
	background-color: #FFFFFF;
}
#footerimg {
	
	float: right;
	padding-right: 20px;
	
}
h2 {
	font-weight: bold;
	color: #6d6d74;
	font-size: 2.1em;
	margin-top:55px;
	
	

}


a 
{
	color: #6d6d74;
	text-decoration: none;
	font-weight: bold;
}

a.lijn {
	color: #FFFFFF;
	text-decoration: underline;
}

.uitklap
{	margin: 6px;
}
p  {
	margin-bottom: -1px;


}

