* {
	margin: 0;
	padding: 0;
	}
body {
	color: #333;
	background-color: #e2e2f3;
	font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
	font-size: 75%;
	text-align: center;
	}

/* --- CONTAINERS --- */

div#print {
	display: none;
	}
div#container {
	width: 990px;
	min-height: 575px;
	margin: 10px auto 0 auto;
	padding: 0 0 1px 0;
	background:#fff url(../images/bg_prenataal_02.png) no-repeat;
	text-align: left;
	}
div#header-wrap {
	margin: 0;
	}
div.header-in {
	padding: 0 10px;
	}
div#content-wrap {
	margin: 40px 0 0 0;
	}
div#center { /*voor de index pagina met 3 cols*/
	margin: 0 365px 20px 365px;
	width: 258px;
	color: #083058;
	border-left: 1px solid #597fac;
	border-right: 1px solid #597fac;
	/*background-color: #efeff7;*/
	}
div#center-in { /*voor de index pagina met 3 cols*/
	padding: 20px 40px;
	}
div#twocolcenter {
	margin: 0 365px 10px 0;
	/*width: 625px;*/
	color: #083058;
	}
div#twocolcenter-in {
	padding: 1px 0;
	}	
div#left {
	float: left;
	width: 365px;
	color: #083058;
	}
div#left-in {

	}
div#indexright {
	float: right;
	width: 364px;
	color: #083058;
	}
div#right {
	float: right;
	width: 364px;
	color: #083058;
	border-left: 1px solid #597fac;
	}
	
div#right-in {
	
	}
div#footer-wrap {
	clear: both;
	}
div#footer-in {
			
	}

/* --- SUB CONTAINERS --- */
* { }

/* --- LISTS --- */
	
ul#nav-algemeen {
	float: right;
	line-height: 20px;
	margin: 18px 19px 0 0;
	padding: 0;
	list-style: none;
	}
ul#nav-algemeen li {
	display: inline;
	padding: 0 2px 0 2px;
	}
ul#nav-algemeen li a {
	color: #083058;
	background-color: inherit;
	font-size: 110%;
	text-decoration: none;
	}
ul#nav-algemeen li a:hover {
	color: #275583;
	background-color: inherit;
	border-bottom: 1px solid #275583;
	}
	
ul#nav-hoofdmenu {
	float: right;
	line-height: 20px;
	margin: 69px 16px 0 0;
	color: #fff;
	font-size: 120%;
	list-style: none;
	}
ul#nav-hoofdmenu li {
	display: inline;
	padding: 0 2px 0 2px;
	}
ul#nav-hoofdmenu li a {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.14em;
	}
ul#nav-hoofdmenu li a:hover {
	color: #fff;
	background-color: inherit;
	border-bottom: 1px solid #fff;
	}
	
ul#nav-submenu {
	float: left;
	width: 250px;
	margin: 16px 0 25px 50px;
	padding: 10px 0;
	font-size: 120%;
	letter-spacing: 0.2em;
	list-style: none;
	}
ul#nav-submenu li {
	margin: 0;
	padding: 15px 0px 5px 0px;
	line-height: 15px;
	border-bottom: 1px solid #597fac;
	}	
ul#nav-submenu li a {
	margin: 0 0;
	background-color: inherit;
	color: #083058;
	text-decoration: none;
	}
ul#nav-submenu li a:hover {
	color: #275583;
	background-color: inherit;
	border-bottom: 1px solid #275583;
	}
ul#nav-submenu ul#subsubmenu {
	margin: 0 0 0 15px;
	list-style: none;
	}	
ul#nav-submenu ul#subsubmenu ul#subsubsubmenu {
	margin: 0 0 0 15px;
	list-style: none;
	}	
	
#twocolcenter-in ul {
	margin: 0 25px 3px 32px;
	font-size: 100%;
	list-style: none;
	}
#twocolcenter-in ul li {
	padding: 2px 0 2px 18px;
	text-decoration: none;
	background: url(../images/prenataal_bullet.png) no-repeat 0 0.3em;
	}
	
ul#nav-footer {
	margin: 0 190px;
	padding: 0 2px;
	color: #aaa;
	background-color: inherit;
	font-size: 80%;
	list-style: none;
	text-align: right;
	}
ul#nav-footer li {
	display: inline;
	}
ul#nav-footer li.left {
	float: left;
	}
ul#nav-footer li a {
	margin: 0 3px;
	color: #aaa;
	background-color: inherit;
	}
ul#nav-footer li a:hover {
	color: #333;
	background-color: inherit;
	}
/*ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}*/

/* --- TYPOGRAPHY --- */
*.x {
	display: none;
	}
div#header-wrap h1 {
	display: none;
	}
div#center h2 { /* voor indexpagina met 3cols */ 
	margin: 0 0 5px 0;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.1em;
	}
div#left h2, div#indexright h2, div#right h2, div#twocolcenter h2 {
	margin: 15px 30px 10px 32px;
	font-size: 120%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.1em;
	}
div#left h3, div#indexright h3, div#right h3, div#twocolcenter h3 {
	margin: 20px 30px 10px 32px;
	font-size: 110%;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.1em;
	}		
div#center p { /* voor indexpagina met 3cols */ 
	margin: 5px 0 5px 0;
	background-color: inherit;
	font-size: 100%;
	line-height: 18px;
	}
div#center p a {
	color: #083058;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #083058;
	}
div#center p a:hover {
	color: #275583;
	background-color: inherit;
	border-bottom: 1px solid #275583
	}	
div#left p, div#indexright p, div#right p, div#twocolcenter p {
	margin: 5px 30px 5px 32px;
	background-color: inherit;
	font-size: 100%;
	line-height: 18px;
	}
	
p a.italiclink {
	color: #083058;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #083058;
	}
	
p a.italiclink:hover {
	color: #2a537d;
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid #2a537d;
	}
	
span {
	/*border-bottom: 1px solid #fff;*/
	font-weight: bold;
  }
#nav-submenu span, #subsubmenu span {
	/*border-bottom : 1px solid #083058;*/
	font-weight: bold;
	}    		

/* ----------------------- image map -------------------- */		
	
#imap {
	display:block; 
	width:275px; 
	height:0px; 
	position:relative; 
	margin:0 0 0 0;
	}
#imap a#logo {
	display:block; 
	width:275px; 
	height:0; 
	padding-top:100px; 
	overflow:hidden; 
	position:absolute; 
	left:32px; 
	top:0; 
	cursor:default;
	}
#imap a#logo:hover {
	background-position: 0 0; 
	z-index:10;
	}
#imap dd {
	position:absolute; 
	padding-top:100px; 
	margin:0;
	}
#imap #home {
	left:32px; 
	top:0px; 
	z-index:20;
	}
#imap a#link_home {
	display:block; 
	width:275px; 
	height:40px; 
	text-decoration:none; 
	z-index:20;
	}
#imap a#link_home:hover {
	border-bottom: 1px solid #083058;
	}
	
/* ----------------------- images -------------------------- */

img {
	margin: 20px 20px 10px 35px;
	border: 1px solid #597fac;
	}
	
div#right-in img {
	margin: 40px 0 40px 55px;
	border: 1px solid #597fac;
	}
div#right-in .imgtest img {
	margin: 20px 0 20px 55px;
	border: 1px solid #597fac;
	}	
	