body, html{
margin: 0;
height: 100%;
background-color:	#E8E8E8 ;
font-family: Arial, serif;
font-size:3;
}

body{
}

#main_container{
float: left;
width: 100%;
min-height: 100%;
_height: 100%;
margin: -15px 0 0 0;
}

/* container boxen */
#header_container{
width: 100%;
height: 75px;
padding: 15px 0px 0px 0px;/*eerste was 46*/
overflow:hidden;
}

#links_container{
float: left;
min-height: 100%;  /*was 100% of 400px?*/
width: 250px;
/*background: url(web/vrouw-receptie-vrouw.gif) no-repeat 0 0;*/

}

#content_container{
margin: 0 250px 0 260px;
/*min-height:500px;*/
/*background: url(web/2.gif) no-repeat right 10px;*/
/*background-color: #cccccc;*/
}

#rechts_container{
float: right;
width: 250px;
/*min-height: 500px; */
}

#footer_container{
clear: both;
height: 15px;/*was 46*/
width: 100%;
text-align: center;
}

/* content boxen */
#header{
width: 100%;
height: 75px;
padding: 0px 0;
background-color:white;
}

#rechts, #links, #content{
padding: 5px 5px 0 10px;
}

#footer{
height:15px;
}

/* algemenen tags */
a {
	text-decoration:none;
	color:blue;
}
a:hover{
	text-decoration:none;
	color:red;
}
a:visited{
	color:blue;
}
img{
	border:0;
}

/*tags per div*/

.uitklap{
	margin-left: 10;
}