body {
	padding: 0px;
	margin: 0px;
	background: #bdbdbd;
	text-align: center;
	font-family: verdana, Helvetica;
}
h2{
  font-family: verdana, Helvetica;
  font-size: 11px;
  font-weight:bold;
 }
#banner_verloskundige{
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-223px;
	z-index:10000;
}
#banner_verloskundige a.close{
	position:absolute;
	z-index:2;
	right:0;
	top:0;
	display:block;
	width:45px;
	height:40px;
}
label {
	width: 100px;
	float: left;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

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

.clear {
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

input {
	border: 1px #b0b0b0 solid;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #781579;
}

h6 a {
	color: #781579;
	text-decoration: none;

}

/*
	input styles
*/

.input_large {
	width: 120px;
}

.input_medium {
	width: 75px;
}

.input_small {
	width: 45px;
}

/* 
	tooltip displays
*/

a.tooltip {
	position:relative;
	font-size: 10px;
}

a.tooltip:hover.tooltip {
	padding:0;
	z-index:10;
}


a.tooltip span {
	position: absolute;
	display: block;
	top: 5px;
	left: -120px;
	width: 110px;
	z-index: 10;
	background: url('../images/bg_infobox.png') no-repeat;
	width: 160px;
	height: 90px;
	color: #289dea;
	font-weight: normal;
	text-decoration: none;
	padding: 20px 0px 0px 20px;
	font-size: 10px;
}

a.tooltop span.invisible {
	display: none;
}

/*
	layout elements
*/

div#wrapper {
	width: 920px;
	background: #FFFFFF url('../images/bg_wrapper.jpg') repeat-y right;
	margin: 0px auto;
}

div#container {
	float: left;
	width: 897px;
	text-align: left;
}

div#container div#header {
	width: 100%;
	height: 60px;
}

div#container div#header img {
	float: left;
}

div#infobox {
	float: right;
	width: 140px;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	color: #afafaf;
	line-height: 16px;
}

div#infobox a {
	color: #afafaf;
	font-weight: bold;
}

div#infobox a:hover {
	color: #7c147d;
}

div#container div#visual {
	width: 100%;
	height: 150px;
}

div#container div#content {
	padding: 20px;
}

div#right_image {
	float: right;
	width: 23px;
}

div#left {
	float: left;
	width: 185px;
	margin: 20px 0px 0px 0px;
}

div#middle {
	float: left;
	width: 370px;
	border-left: 1px #b2b2b2 dotted;
	border-right: 1px #b2b2b2 dotted;
	margin: 20px 0px 0px 0px;
}

div#right {
	float: right;
	width: 300px;
	margin: 20px 0px 0px 0px;
	text-align: right;
}

div#subnavigation {
	float: right;
	width: 170px;
}

div#subnavigation_title {
	float: left;
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	color: #781579;
	padding: 5px 0px 0px 0px;
}

ul.navigation, ul#navigation li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.navigation {
	padding: 0px 0px 0px 0px;
}

ul.navigation li {
	text-align: left;
}

ul.navigation li a {
	display: block;
	background: url('../images/bg_navigation_item.jpg') no-repeat;
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	line-height: 14px;
	height: 18px;
	color: #000000;
	font-size: 12px;
}

ul.navigation li a:hover, ul.navigation li a.active {
	color: #7c147d;
}

div.text {
	padding: 5px 10px 0px 10px;
	font-size: 8pt;
	line-height: 20px;
}

div.text h3 {
	font-size: 18px;
	font-weight: bold;
	color: #781579;
	margin: 0px;
	padding: 0px;
}

div.text p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 8pt;
}

div.text a {
	color: #7c147d;
}

div#banner_baby {
	margin: 10px 0px 0px 0px;
}

div#footer_text {
	text-align: center;
	width: 100%;
	color: #289dea;
	font-size: 12px;
}

div#footer {
	clear: both;
	width: 100%;
	line-height: 0px;
	font-size: 0px;
}

.divider_small {
	margin: 0px 0px 0px 10px; 
	line-height: 0px; 
	padding: 0px; 
	width: 150px; 
	height: 1px; 
	border-bottom: 1px #b2b2b2 dotted;
}

.divider_wide {
	margin: 10px 10px 10px 0px; 
	line-height: 0px; 
	padding: 0px; 
	width: 270px; 
	height: 1px; 
	border-bottom: 1px #b2b2b2 dotted;
}
.hide{
  display:none;
}
