/*
	BEPANTHEN
	@copyright	Bayerbbs
	@author		tom.vandenberghe@bayerbbs.com
*/



/**
 * CLEAR & FIXES
 * _____________________________________________
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #666666;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

body{
	font-family: Arial, sans-serif;
	font-size:12px;
	background:#fff url(../images/layout/bg.jpg) no-repeat top center;
	color:#666666;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	color:#000;
}

h2 {
	font-size: 20px;
	font-weight:bold;
	color:#3f6093;
	margin-bottom:5px;
}

h3 {
	font-size: 15px;
	font-weight:bold;
	color:#ec4c70;
	margin-top:20px;
	margin-bottom:5px;
}




h4 {
	font-size: 12px;
	font-weight:bold;
	color:#3f6093;
	margin-top:15px;
	margin-bottom:5px;
}

h5 {
	font-size: 12px;
	font-weight:normal;
	color:#339933;
}

p {
	font-size: 12px;
}

strong{font-weight:700; color:#ec4c70;}

a{
	color: #3f6093;
	text-decoration:none;
}

a:hover{
	color: #3f6093;
	text-decoration:none;
}

.clear{clear:both;}
.hidden{display:none;}

.alignright{text-align:right;}
.alignleft{text-align:left;}
.aligncenter{text-align:center;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

span.form-error {
	padding: 2px 0;
	font-size: 13px;
	display: block;
	color: #CC0000;
	/*margin-left:167px;*/
}





/**
 * WRAPPERS & STRUCTUUR
 * _____________________________________________
 */

#containerWrapper{
	width:976px;
	margin:0 auto;
}

#headerTop{
	height:70px;
}

#containerFooter{
	width:976px;
	padding:0 15px;
	margin:0 auto;
}

#content #left {
	position:absolute;
	width: 170px;
	margin: 0px;
	padding: 0px;
	margin-top:6px;
}

#content #inhoud {
	padding: 0;
	padding: 15px 19px 16px 11px;
	margin: 12px 0px 0 182px;
	background:#fff url(../images/layout/inhoud-bg.jpg) no-repeat top left;
}

#right {
	float: right;
	position: relative;
	width: 165px;
	margin: 0;
	padding: 0;
	margin-top:20px;
}

#contentbottom {
	margin-top: 15px;
}


#content div#inhoud { 
	/*min-height:600px;
	height:expression(this.scrollHeight > 600 ? "auto":"600px");*/
}



/**
 * GENERAL & HEADER
 * _____________________________________________
 */

#headerTop h1 a{
 	width: 260px;
	height: 70px;
	background-color:#fff;
	position: absolute;
	margin:0px;
	padding:0px;
	margin-left:0px;
 	background: transparent url(../images/layout/logo.gif) no-repeat top left;
	text-indent: -9999px;

}

ul.sitemap ul{margin-left:15px; margin-bottom:20px; list-style:square; color:#646ca3;}
ul.sitemap{margin-left:30px; list-style:square; color:#0099CC;}
ul.sitemap li{padding:2px 0;}
ul.sitemap li ul li a {font-weight: normal;}
ul.sitemap li ul li ul li a {font-style: italic;}

#headerTop .mininav {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 195px;
	font-size: 10px;
	position: relative;
	margin-left:779px;
	top: -5px;
}

#headerTop .mininav a{
	color: #666;
}

#headerTop .mininav a:hover{
	color: #3c3c3c;
}

#containerWrapper #BayerHealthCareLogo{
	position:relative;
	padding:0px;
	padding-top:10px;
	float: right;
}


/**
 * CONTENT CONTAINERS
 * _____________________________________________
 */
 
 
 
 
#inhoud a{text-decoration:none;}
#inhoud a:hover{text-decoration:underline;}
#inhoud p{
	line-height:18px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

#inhoud p.intro{font-weight:700;}
#inhoud small{color:#009999; font-size:10px;}

#inhoud ul{
	list-style:disc;
	margin-left:18px;
	margin-bottom:10px;
}

#inhoud ol{
	list-style:decimal;
	margin-left:23px;
	margin-bottom:10px;
}

#inhoud ul li{
	margin-bottom:5px;
}

#inhoud ul.nolist,#inhoud ol.nolist{
	list-style:none;
	margin:0px;
}

#inhoud ul.nolist li #inhoud ol.nolist {
	margin-bottom:0px;
}

#inhoud .toplink{text-align:right;}
#inhoud .toplink a{color:#CFCFCF; font-size:10px;}


#inhoud .inhoud-contentleft{
	position:absolute;
	margin-top:15px;
}


#inhoud #contentBox{
	margin-left:209px;
	margin-top:10px;
	min-height:230px;
	height:expression(this.scrollHeight > 230 ? "auto":"230px");
}
#inhoud #contentBox a{text-decoration:underline; font-weight:bold;}

#inhoud #contentBox h3 a{
	color:#ec4c70; 
	text-decoration:none;
}


#inhoud div#contentbanners{
	margin-left:209px;
}

#inhoud div.contentbanner{
	background:#fff url(../images/layout/box-bg.jpg) no-repeat top left;
	height:175px;
	width:237px;
	padding:0 20px;
	float:left;
	margin:30px 0;
}

#inhoud div.contentbanner div.bannerphoto{
	margin-top:10px;
}

#inhoud div.contentbanner div.bannercontent{
	position:absolute;
	margin-top:20px;
	height:130px;
	overflow:hidden;
}

#inhoud div.contentbanner div.bannercontent p{
	border-bottom:#c5c8c9 solid 1px;
	line-height:14px;
}

#inhoud div.contentbanner div.bannercontent h5,#inhoud div.contentbanner div.bannercontent h5 a{
	color:#3f6093;
	margin:0px;
	padding:0px;
	font-weight:700;
	margin-bottom:5px;
	text-decoration:none;
}
	



/* START SEARCH */
#search-result div {
	padding: 8px 0px 0px 0px;
	border-bottom: 1px solid #E2F4FD;
	color: #333;
}

#search-result a.link{
	color:#666;
	font-size:11px;
}

#searchBox{
	position:absolute;
	margin-top:-1px;
	margin-left:845px;
}

#searhFrm input.inputfield{
	font-size:11px;
	color:#666666;
	border:#fff solid 1px;
	font-family: Arial, sans-serif;
	padding-right:0px;
	padding-left:10px;
	padding-top:2px;
	width:90px;
	background-color:#DDF1F2;
}

#searhFrm input.submitbtn{
	border: none;
	height: 16px;
	width: 17px;
	padding:0px;
	color:#666;
	font-family: Arial, sans-serif;
	background: url(../images/layout/but_simplesearch_submit.png) no-repeat center top;
}

#searhFrm input.submitbtn{
	font-size:11px;
}
/* END SEARCH */




/**
* FOOTER
* _____________________________________________
*/


#containerFooter{
	margin-top:30px;
	margin-bottom:30px;
}

#containerFooter p{
	padding-top:20px;
	text-align:center;
	font-size:10px;
	color:#999999;
	padding-bottom:0px;
	padding-left:330px;
}






 /**
 * NAVIGATION
 * _____________________________________________
 */

 
#left .links{
	width:170px;
	position:absolute;
	margin-top: 19px;
}


#left .links dl{
	margin: 0;
	padding: 0;
}

#left .links dt {
	background: #148ea0;
	color: #fff;
	padding-left: 12px;
	margin-bottom:3px;
	padding-top:0px;
	padding-bottom: 1px;
}

#left .links dd {
	margin: 0;
	padding: 0 0 0px 12px
}

#left .links a {
	color: #666666;
	text-decoration: none;
}

#left .links a:hover {
	text-decoration:none;
}

#left .links ul {
	font-size: 9px;
	list-style: none;
	margin: 5px 0 0;
	border-top:#999 solid 1px;
	padding: 5px 0 0 12px
}


 
#left #subNav{
	width:170px;
	background:#fff url(../images/layout/subnav-bg.jpg) no-repeat top left;
	padding-right:7px;
}

#left #subNav div#subContent{
	min-height:510px;
	height:expression(this.scrollHeight > 510 ? "auto":"510px"); 
}

#left #subNav div.subNavTitle{
	width:145px;
	background:#fff url(../images/layout/subnav-top-bg.jpg) no-repeat top left;
	
	padding:12px 16px 0px 16px;
	height:26px;
	
	color:white;
	text-transform:uppercase;
	margin-bottom:10px;
}


#left #subNav dl{
	padding:0 10px;
}

#left #subNav a{
	display:block;
	border-bottom:#fff solid 1px;
	padding:5px 5px;
	text-decoration:none;
	color:#fff;
}

#left #subNav dd.sub1 a span{
	padding-left:15px;
	display:block;
	color:#fff;
}

#left #subNav a:hover, #left #subNav a.active,#left #subNav a.active:hover{
	color:#fff;
	padding:5px 5px;
	background: transparent url(../images/layout/subnav-arrow.gif) no-repeat right;
}

#left #subNav a.active,#left #subNav a.active:hover{
	font-weight:700;
}

#left #subNav .sub1 a:hover, #left #subNav dd.sub1 a.active,#left #subNav dd.sub1 a.active:hover{
	color:#fff;
	padding:5px 5px;
	background: transparent url(../images/layout/subnav-arrow.gif) no-repeat right;
}






#containerWrapper .menu {
	width: 976px;
	height: 18px;
	background:url(../images/layout/nav-bg.jpg) no-repeat top left;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}


#containerWrapper .menu li {
	float: left;
	position: relative;
	z-index: 1000;
}

#containerWrapper .menu a, .menu a:visited {
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #3f6093;
	border-right: 1px solid #fff;
	padding:0px 10px;
	height: 18px;
	line-height: 17px;
}


* html .menu a, * html .menu a:visited, , * html .menu a:hover{
	display: block;
	float:left;
	text-align:center;
	padding-top:0px;
}

#containerWrapper #mHome a {
	display:block;
	width: 140px;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
	text-align:left;
	padding-left: 20px;
}

#containerWrapper .menu .mHome {
	border:none;
}

#containerWrapper .menu .mHome a, #containerWrapper .menu .mHome a:hover, #containerWrapper .menu .mHome a:visited{
	width: 140px;
}

#containerWrapper .menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	left: 0;
	width: 190px !important;
	width: 180px;
}

* html .menu ul ul {
	top: 16px; 
}

#containerWrapper .menu ul ul a, .menu ul ul a:visited, #containerWrapper .menu ul li.active ul a {
	background-color: #58bfc8;
	display: block;
	font-size: 11px;
	font-weight:normal;
	color: #fff;
	height:auto;
	padding:1px 10px;
	width: 190px;
	border-bottom: 1px solid #fff;
	border-right: 0px solid #fff;
	text-align:left;
}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 190px !important;
	width: 180px;/* voor ie6*/
}

#containerWrapper .menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

#containerWrapper .menu ul ul a:hover {
	color: #fff;
	background: #58bfc8;
	text-align:left;
	margin:0;
	padding-top:1px;
}

#containerWrapper .menu ul li.active a {
	color: #fff;
	background: #58bfc8;
	text-align:left;
}

#containerWrapper .menu a:hover, #containerWrapper .menu ul li.active ul a:hover, #containerWrapper .menu ul li.active ul a {
	color: #fff;
	background: #58bfc8;
	text-align:left;
}


#containerWrapper .menu ul li ul a:hover, #containerWrapper .menu ul li.active ul a:hover {
	color: #3f6093;
	background: #ABDEE2;
	text-align:left;
}

#containerWrapper .menu:hover >a {
	color: #fff;
	background: #58bfc8;
}

#containerWrapper .menu ul ul:hover >a {
	color: #fff;
	background: #58bfc8;
}

#containerWrapper .menu ul li:hover ul,
#containerWrapper .menu ul a:hover ul {
	visibility: visible;
}



#questions{
	/*min-height:500px;
	height:expression(this.scrollHeight > 500 ? "auto":"500px");*/
}





 /**
 * FORMS
 * _____________________________________________
 */

.gt-form {
}
.gt-form .gt-form-text, .gt-form .gt-form-textarea {
	border: 1px solid #aaa;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	font-size: 108%;
	width: 98%;
}
.gt-form .gt-form-text-error, .gt-form .gt-form-textarea-error {
	border: 1px solid #aaa;
	border-left:3px solid #CC0000;
	background-color: #fff; /*F5F9EA*/
	padding: 1%;
	font-size: 108%;
	width: 98%;
}

.gt-form .gt-form-text-small{
	border: 1px solid #aaa;
	background-color: #fff; /*F5F9EA*/
	width: 38%;
	padding:2px;
}

.gt-form label {
	color: #454545;
	display: block;
	margin-bottom: 3px;
}
.gt-form option {
	font-size: 108%;
}
.gt-form .gt-form-row {
	margin-bottom: 10px;
}

/* Auto clear the form row */
.gt-form .gt-form-row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.gt-form-row {display: inline-block;}

/* Hides from IE-mac \*/
* html .gt-form-row {height: 1%;}
.gt-form-row {display: block;}
/* End hide from IE-mac */
/* End auto clearing the form row */

.gt-form .gt-form-row-inline {
	clear: left;
}
.gt-form .gt-form-row-inline label {
	width: 30%;
	margin-right: 4%;
	padding: 1% 0;
	float: left;
	display: inline;
}
.gt-form .gt-form-element-label {
	margin-bottom: 5px;
	padding-left: 3px;
}
.gt-form .gt-form-note {
	font-size: 93%;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666666;
}
.gt-form .gt-form-row-inline .gt-form-text,
.gt-form .gt-form-row-inline .gt-form-text-error {
	width: 63%;
}
.gt-form .gt-form-radio, .gt-form .gt-form-checkbox {
	margin-right: 3px;
}
.gt-form .gt-submit-btn {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
.gt-form .gt-cancel {
	line-height: 31px;
}

.gt-error {
	background-color: #cc0000;
	padding: 5px;
	color: #fff;
}
.gt-notice-box {
	border: 3px solid #aaa;
	padding: 1em;
	background-color: #fff; /*F5F9EA*/
}
.gt-success {
	background-color: #6caa00;
	padding: 5px;
	color: #fff;
}

.gt-form .gt-submit-btn{
	border:#fff solid 1px;
	padding:3px 8px;
	background-color:#0099cc;
	color:#fff;
	font-family: Arial, sans-serif;
}

.gt-width-33 {
	width: 33%;
}
.gt-width-66 {
	width: 66%;
}
.gt-width-99 {
	width: 99%;
}
.gt-width-25 {
	width: 25%;
}
.gt-width-50 {
	width: 50%;
}
.gt-width-75 {
	width: 75%;
}
.gt-width-100 {
	width: 100%;
}



.gt-list-table {
	width: 99%;
}

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

.gt-list-table th {
	background-color: #E6F8DF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #666666;
}
.gt-list-table tbody td {
	padding: 5px 10px;
	background-color: #fff;
}

.gt-list-table tbody tr.rowEven td{
	background-color:#EFFBFF;
}


.gt-list-table tbody img {
	width: 65px;
	height: 65px;
}

#inhoud .gt-list-table tbody a {
	font-weight: normal;
	color: #666;
	font-size: 11px;
}

#inhoud .gt-list-table tbody tr td > a{
	font-weight: bold;
	color:#0099CC;
}


.gt-list-table td {
	width: auto;
}
.gt-list-table th.gt-table-col-checkbox {
	width: 20px;
}





 
 
 
 
 /**
 * RIGHTPAGE
 * _____________________________________________
 */

#right ul{
	list-style:disc;
	margin-left:18px;
}

#right ul li{
	margin-top:5px;
}

 
#tagcloud {
	background-color:#F4F4F4;
}

#cloud a.tag0 { font-size: 1em; font-weight: 100; }
#cloud a.tag1 { font-size: 1.1em; font-weight: 200; }
#cloud a.tag2 { font-size: 1.2em; font-weight: 300; }
#cloud a.tag3 { font-size: 1.3em; font-weight: 400; }
#cloud a.tag4 { font-size: 1.4em; font-weight: 500; }
#cloud a.tag5 { font-size: 1.5em; font-weight: 600; }
#cloud a.tag6 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag7 { font-size: 1.7em; font-weight: 800; }
#cloud a.tag8 { font-size: 1.9em; font-weight: 900; }
#cloud a.tag9 { font-size: 2em; font-weight: 900; }

#cloud { padding: 2px; line-height: 3em; text-align: center; }
#cloud a { padding: 0px; text-decoration:none; }

#cloud { margin: 0; }
#cloud li { display: inline; }


/*Ajax Autocompleate */

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #E6F8DF;
}

.ac_over {
	background-color: #0099CC;
	color: white;
}





 /**
 * HOMEPAGE
 * _____________________________________________
 */
 
#pg_home #content {
	margin-top:45px;
}
 
#pg_home #content #inhoud {
	padding: 0;
	padding: 15px 19px 16px 11px;
	margin: 0px 0px 0 10px;
	background:none;
}

#pg_home #content #inhoud, #pg_home #content #inhoud p{
	color:#aeb1b1;
	font-size:11px;
}

#pg_home #headerHome #boxes{
	position: absolute;
	margin-top:327px;
	margin-left:379px;
	z-index:99:
}

#pg_home #headerHome #boxes img{
	padding-right:20px;
}

#pg_home #btn_test_bepanthen_vragenlijst{
	position: absolute;
	margin-left:25px;
	margin-top:356px;
}