html,body{
	background-color: #ffffff; 
	color: #000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	height:100%;
	margin:0;border:0;padding:0;
}
a{
	font-family:Helvetica, Arial, sans-serif;
	outline:none;
}
#wrapper{
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:1000px;
	background-color:#E9F1F5;
	background-image:url('/plaatjes/main_bg_n.png');
	background-repeat:repeat-y;
	background-position:top left;
}
#kop{
	position:relative;
	height:120px;
	min-width:1000px;
	background-image:url('/plaatjes/header_bg_n.png');
}
	#header{
		position:relative;
		background-image:url('/plaatjes/hoek_bg_n.png');
		background-repeat:repeat-y;
		height:120px;
	}
	#header_img{
		width:506px;
		float:right;
		margin-right:10px;	
	}
	#header ul{
		position:absolute;
		margin:0;padding:0;
		list-style:none;
		bottom:4px;
		left:200px;
	}
		#header ul li{
			float:left;	
			margin-left:15px;
                        padding-bottom: 1px;
			border-bottom:3px solid #568;
		}
		#header ul li:hover{
			border-bottom:3px solid #3abcff;
		}
		#header ul li a{
			font-family:Georgia, "Times New Roman", Times, serif;
			text-decoration:none;
			font-size:15px;
			font-weight:bold;
			outline:none;
			color:#CFDFFF;
                        padding-bottom: 1px;
			border-bottom:3px solid #568;
		}
		#header ul li a.active{
			border-bottom:3px solid #3abcff;
		}
		#header ul li a:hover{
			color:#CFDFFF;
			border-bottom:3px solid #3abcff;
		}
#midden{
	position:relative;
	background-image:url('/plaatjes/zwanger.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	min-height:780px;
	min-width:1000px;
	border-top:10px solid #FFF;
	padding-bottom:120px;
}
* html #midden{
	height:780px;
}
	#menu{
		position:absolute;
		width:180px;
		top:20px;
		left:10px;
		min-height:300px;
		padding-bottom:100px;
	}
	#content{
		position:relative;
		top:20px;
		min-width:780px;
		margin:0px 50px 0px 220px;
	}
#voet{
	position:relative;
	clear:both;
	background-color:#CCC;
	border-top:10px solid #FFF;
	color:#FFF;
	height:100px;
	bottom:0;
	width:100%;
        margin-top:130px;
}

#wit{
	display:none;
	position:absolute;
	background-color:white;
	opacity:.65;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
#error_msg{
	display:inline-block;
	border:1px solid red;
	background-color:#FBE4E4;
	color:#F00;
	padding:10px 30px 10px 30px;
	margin-bottom:20px;
}
#mingle{
	position:absolute;
	bottom:10px;
	right:10px;
}
#mingle a{
	padding:2px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#EEE;	
}
#mingle a:hover{
	background-color:#DDD;
	color:#FFF;
}
.clear{
    clear:both;
}

#dialog-confirm{
    display:none;
}
#dialog{
    display:none;
}

.popup{
	display:none;
	position:absolute;
	top:60px;
	left:330px;
	width:450px;
	background-color:white;
	border:1px solid #666;
}
.popup ul, .popup li{
	list-style:none;
	padding:0;margin:0;border:0;
}
.popup ul{
	margin-top:20px;
}
.popup li{
	margin-top:5px;
}
.popup .ekopje{
	display:block;
	margin-left:20px;
	width:390px;
	margin-top:10px;
	font-weight:bold;
	font-size:16px;
	color:#589;
	border-bottom:1px dotted #589;
}
.popup label{
	margin:2px 0px 5px 30px;
	display:inline-block;
	width:90px;
}
.popup li input{
	width:250px;
	padding:0;
	margin-left:20px;
	margin-top:5px;
	margin-bottom:1px;
}
.popup input{
	width:200px;
	padding:0;
	margin-left:144px;
	margin-top:8px;
	margin-bottom:20px;
}
.popup_close{
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
}
