/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'opmaak2008' */
body {
   background:url(images/bg.gif)  repeat-x top left;
   font-family:Arial, Helvetica, sans-serif;
   font-size: 62.5%;
   background-color:#DCDEE2;
   
   }
 
* { margin:0; padding:0; outline:none;}
p {
display:block;
padding:5px;

}

#container {
	width: 890px;margin: 0 auto;
}

#header {
	padding: 0 20px;height:186px;
}


.logo{
	 background:url(images/logo.jpg) no-repeat top left;
	 width: 237px;
	 height:158px;
	 text-indent:-99999px;
	 overflow:hidden;
	 display:block;
	 float:left;
 }


#header h2{
	 color:#98A6D3;
	 font-size:2.4em;
	 font-weight:normal;
	 width: 460px;
	 clear:right;
	 padding: 95px 0 0 0;
	 line-height: 1.4em;
	 font-family:Georgia, "Times New Roman", Times, serif;
	 text-align:right;
	 float:left;
	 margin-left:130px;
	 margin-top:4px;
	  }
 

#menu {
	width:853px;
	height:30px;
	background-color:#424242;
	border:solid 2px #333333;
	color:#98A5CF;
	margin-top:-2px;
        
}


#menu LI {
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
	float: left;
        list-style-type:none; 	
}

#menu LI A {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	display: block;
	color:#98A5CF;
}

#menu LI A:hover {
	background-color:#98A5CF;
	color:#333;
}

#menu LI UL LI A {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	color:#2B2B2B;
	background-color:#97A6D3;
	text-decoration:underline;
	
}
#menu LI UL LI{
	font-size: 11px;
	color:#2B2B2B;
	background-color:#97A6D3;
		}

#menu LI UL LI A:hover {
	text-decoration: underline;
	color:#2b2b2b;
	background-color:#98A5CF;
	
}

#menu UL LI UL {
	position: absolute;
	display: none;
	width: 800px;
        height:40px;
}

#menu UL LI:hover UL, #menu UL LI A:hover UL, #menu LI.sfhover UL {
	display: block;
 }

#menu .sel, #menu .actual, #menu .sel:hover {
    background-color:#97A6D3;
	padding: 0px 20px 0px 20px;
	color:#2B2B2B;
}

#menu .neutral {
	background: transparent !important;
	color:#333333 !important;
}

#menu .sub-home   { margin-left: -2px; }
#menu .sub-active { margin-left: -75px; }
#menu .sub-health {margin-left:-215px; padding-left:150px;}
#menu .sub-nutrition { margin-left:-350px; padding-left:220px;}
#menu .sub-relax { margin-left: -450px; padding-left:300px; }


.submenu { margin-bottom: 20px; }

.submenu LI {
	margin-bottom: 1px;
	font-size: 14px;
	color:#003300;
}

.submenu LI A {
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	display: block;
	height: 30px;
	color:#2b2b2b;
	}

.submenu LI A:hover {
   	color: #F4F4EA;
}

.submenu .sel { 
	padding: 0px 15px 0px 15px; 
	display: block;
}

.submenu LI UL LI {
 text-decoration:underline;
	padding-left: 20px;
}

.submenu LI UL LI A:hover {
	background-color:#97A6D3;
	color:#990000;
}

.submenu LI UL .sel {
	background: url('images/icon-arrow.gif') #51473D no-repeat 15px 10px;
	padding: 0px 15px 0px 35px;
}

#contentwrapper {
     background:url(images/bg_content.gif) no-repeat bottom left;
     width:900px;
}

#contentbox {
	 padding:10px;
	 float:left;
	 width:835px;
	 background-color:#FFFFFF;
	 border-top:solid #97A6D3 32px;
	 border-bottom:solid #999999 1px;
	 border-left:solid #999999 1px;
	 border-right:solid #999999 1px;
	 margin-top:-2px;
	 }
 
#content {
	width:500px;
	float:left;
	}


#text {
    width:570px;
	margin:4px;
	font-size:13px;
	line-height:140%;
	float:left;
	}

#text h2 {
    line-height:150%;
	letter-spacing:1pt;
	font-size:16px;
	color:#215A95;
	}
	
#text strong {
   color:#215A95;
}

#text b {
   color:#215A95;
}

b {
   color:#215A95;
}

#s1 {  
        padding: 0;  
        margin:  0;
	margin-bottom:5px;
	float:left;
	width:600px;
	height:240px;
	overflow:hidden;
} 
 
.pics img {  
    padding: 0;  
    border:  0;
} 

#banners {
	float:right;
	width:225px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#banners h2, #banners a {
   font-family:Georgia, "Times New Roman", Times, serif;
   color:#215A95;
   font-size:16px;
   text-decoration: none;
}

#line {
	height:1px;
	width:600px;
	margin-left:-5px;
	margin-bottom:10px;
	border-bottom:1px #000000 solid;
	_margin-top:-9px;
	_margin-left:-10px;
}

#banner1 {
	height:90px;
}

#banner2 {
	height:94px;
}

.banner, #banner2, #banner1 {
        float:left;
	border:solid #999999 1px;
	font-size:12px;
	width:190px;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
        background-color:#FFFFFF;
}

.bannerbmi {
          float:left;
	border:solid #999999 1px;
	font-size:12px;
	width:190px;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
        background-color:#FFFFFF;
	      
}

.banner a.readmore {
  color: #215A95;
  font-size:12px;
  text-decoration: none;
  broder-bottom: 1px dotted #215a95;
}


#adres {
        float:left;
	border:solid #999999 1px;
	font-size:13px;
	width:190px;
	height:60px;
	margin-bottom:10px;
	margin-left:10px;
	padding:10px;
	background-color:#FFFFFF;
	
}

#footer {
	clear:both;
	text-align:right;
	margin-right:19px;
	padding-top:5px;
	font-size:13px;
	padding-bottom:20px;
}

#footer a {
  text-decoration:none;
  color:#000000;
}

#text ul li {
   list-style:outside;
   margin:7px;
   margin-left:20px;
}


#text ol li {
   list-style:decimal;
   margin-left:40px;
}

ul.newslist {
  color: #215A95;
}

ul.newslist li a {
    color: #000;
    text-decoration: none;
      }
 
ul.newslist li a:hover {
   border-bottom: 1px dotted #215A95;
   color: #215A95;
  }

#text table tr td {
  margin: 0;
  padding: 1px 42px 1px 1px;
}

.style1 {	font-size: 16px;
	color: #215A95;
	font-weight: bold;
}

.style2 {
color: #215A95 
}

.bmi {
 border: 1px solid #000000;
 margin-left: 150px;
 padding: 10px; 
 background-color: #999999;  
 width: 250px;
}


#form_div {
}
  #form_div ul.error_list {

  }
.firstcol {
  width: 130px;
}
.seccondcol {
  width: 420px;
}
#form_table tr td {
  height: 25px;
  font-size: 8pt;
  vertical-align: top;
}
#form_table tr td strong {
  font-size: 10pt;
}
#form_table .input_text {
  width: 220px;
  border: 1px solid #888;
  padding: 2px;
}
#form_table select {
  width: 73px;
  border: 1px solid #888;
  padding: 2px;
}
#form_table .input_select {
  width: 226px;
  border: 1px solid #888;
  padding: 2px;
}
#form_table .error {
  background: #e00;
}
#form_table .input_submit {
  background: #215A95;
  border: 1px solid #888;
  color: #fff;
  padding: 3px;
  width: 140px;
  text-align: left;
}
fieldset {
border:0;
}

/* End of 'opmaak2008' */

