/*
tekst: 9c8679
menu: 8a776b
*/

/*------ ALGEMENE OPMAAK ------*/
* {
	margin: 0;
	padding: 0;
}

td, th, p, h1, li, a, body, div, b, span, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #9c8679;
}

table{border-collapse: collapse; border-color: #9c8679; }
img {border: 0;}
td, th { empty-cells:show; vertical-align:top;}
th { font-weight: bold; }
a{	text-decoration: none; }
a:hover{	text-decoration: underline; }
ul{margin:0 0 5px 0; padding-left:20px;}
.small{ font-size: 65%;}
h1{ margin:0; border-bottom: 1px solid #ffffff ; }
p{ margin-bottom: 10px; }
/*------ END ALGEMENE OPMAAK ------*/

body{
	background-image:url(images/gradient_groen.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper{
	width: 950px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -475px;
/*	border: 1px solid red;*/
}

#logo{
	position: absolute;
	top: 182px;
	left: 90px;
}

#menu{
	position: absolute;
	right: 40px;
	top: 230px;
}

#content{
	position: absolute;
	right: 0;
	top: 310px;
	width: 560px;
	min-height: 320px;
	height:auto !important;
  	height: 320px;
	border-left: 1px solid #d6cdbb;
	padding-right: 40px;
	padding-left: 25px;
	/*border: 1px dashed blue;*/
}  

#kop{
	position: absolute;
	right: 650px;
} 

#foto{
	position: absolute;
	right: 650px;
} 


   
