/*
	bepanthol.be
	@copyright	Bayerbbs
	@author	Tom Vanden Berghe <tom.vandenberghe@bayerbbs.com>
	@editor	Yannick Van Leuvenhage <yannick.vanleuvenhage@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;
	vertical-align: baseline;
}


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

#rightTools ul {
	list-style: none;
}

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

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

body{
	background:#fff url(../images/layout/bg.gif) repeat-x;
	/*font-family: Arial, sans-serif;*/
	font : normal 75%/1.3  Arial, Verdana, Tahoma, "Lucida Console", sans-serif;
}

body.size1 {
	font : normal 75%/1.3  Arial, Verdana, Tahoma, "Lucida Console", sans-serif;
}

body.size2 {
	font : normal 95%/1.1  Arial, Verdana, Tahoma, "Lucida Console", sans-serif;
}


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

h2 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial;
	margin-bottom: 15px;
	font-weight: lighter;
	color: #003c89;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	color:#000;
}

h4 {
	font-size: 14px;
	font-weight:normal;
	color:#000;
}

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

p {
	font-size: 12px;
}

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

a{
	color: #2A368A;
}

a:hover{
	color: #2A368A;
	text-decoration:none;
}

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

.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:973px;
	/*background:#fff url(../images/layout/bg-wrapper.jpg) no-repeat top center;*/
	padding:0 14px;
	margin:0 auto;
}

#containerWrapper #BayerHealthCareLogo{
	position:absolute;
	padding-top:8px;
	padding-left:863px;
}

#headerTop{
	background:#fff url(../images/layout/bg-header.gif) no-repeat;
	height:70px;
}


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

#content{
	/*background:#fff url(../images/layout/inhoud-bg.gif) repeat-y left top;*/
}

#content #left  {
	float:left;
	width: 170px;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
}

#content #inhoud {
	padding: 0;
	margin: 0px 224px 0 165px;
	/*background:#fff url(../images/layout/inhoud-bg2.gif) repeat-y left top;*/
	/*background:transparent url(../images/layout/graphicelement.jpg) no-repeat 92px top;*/
}

#content #right {
	position:absolute;
	width: 270px;
	margin: 0;
	padding: 0;
	padding-top:0px;
	margin-left:711px;
	z-index:1;
}

#content #actionlink{
	position: absolute;
	margin-left: 170px;
	z-index:0;
}


.homecontentnavi {
	margin-top:-4px;
}

.linkleftfr {
	background-image: url(../images/layout/link-left-fr.gif);
	width: 272px;
	height: 210px;
	display: block; 
	float: left;
	margin-right:0px;
	margin-top:-3px;
}
.linkmiddlefr {
	background-image: url(../images/layout/link-middle-fr.gif);
	width: 272px;
	height: 210px;
	display: block; 
	float: left;
	margin-left:3px !important;
	margin-left: 4px;
	margin-top:-3px;
}
.linkrightfr {
	background-image: url(../images/layout/link-right-fr.gif);
	width: 272px;
	height: 210px;
	display: block; 
	float: left;
	margin-left: 4px !important;
	margin-left: 3px;
	margin-top:-3px;
}

.linkleftnl {
	background-image: url(../images/layout/link-left.gif);
	width: 272px;
	height: 210px;
	display: block; 
	float: left;
	margin-top:-3px;
}
.linkmiddlenl {
	background-image: url(../images/layout/link-middle.gif);
	width: 272px;
	height: 210px;
	display: block; 
	float: left;
	margin-left:3px !important;
	margin-left: 4px;
	margin-top:-3px;
}
.linkrightnl {
	background-image: url(../images/layout/link-right.gif);
	width: 272px;
	height: 210px;
	display: block; 
	float: left;
	margin-left: 4px !important;
	margin-left: 3px;
	margin-top:-3px;
}


.linkleftfr:hover {
	background-image: url(../images/layout/link-left-fr-hover.gif);
}
.linkmiddlefr:hover {
	background-image: url(../images/layout/link-middle-fr-hover.gif);
}
.linkrightfr:hover {
	background-image: url(../images/layout/link-right-fr-hover.gif);
}

.linkleftnl:hover {
	background-image: url(../images/layout/link-left-hover.gif);
}
.linkmiddlenl:hover {
	background-image: url(../images/layout/link-middle-hover.gif);
}
.linkrightnl:hover {
	background-image: url(../images/layout/link-right-hover.gif);
}

#contentBox a {
	color: #FF0099;
	text-decoration: underline;
}

#contentBox a:hover {
	color: #003399;
	text-decoration: underline;
}

#inhoud .homecontentnavi img {
	float: left; 
}

#right .homecontentnavi img {
	float: right;
	margin-right: 6px;
}

#inhoud .toright  img{
	float: right;
}

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


/**
 * GENERAL & HEADER
 * _____________________________________________
 */

h1 a{
 	width: 250px;
	height: 65px;
	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:#2a368a;}
ul.sitemap li{padding:2px 0;}

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

#headerTop a, #headerTop {
	color: #999;
	text-decoration: none
}

#headerTop a:hover {
	color: #333
}


div#leftBanner{
	position: absolute;
	margin-left:92px;
	z-index:10;
}


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

#inhoud p.intro{font-weight:700; color:#003c89;}

#inhoud small{color:#009999; font-size:10px;}

#content #inhoud {
	padding: 40px;
}

#pg_home #inhoud {
	padding: 0px;
}

.contentpage {
	background-color: #fff;
}


/* 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-left:805px;
	margin-top:15px;
}

#searhFrm input.inputfield{
	border:#666666 solid 1px;
	font-size:11px;
	padding:3px;
	padding-right:25px;
	width:75px;
	background: transparent url(../images/layout/search-zoom.jpg) no-repeat center right;
}


#searhFrm input.submitbtn{
	border:#666666 solid 1px;
	padding:1px 5px;
	background-color:#cccccc;
	color:#666;
	font-family: Arial, sans-serif;
}

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


/* START LOGINFRM */
#loginFrm{
	position:absolute;
	margin-left:776px;
	margin-top:50px;
	width:190px;
}

#loginFrm label{
	width:70px;
	display:block;
	float:left;
	font-size:11px;
	padding-top:4px;
}

#loginFrm div.row{
	margin:5px 0;
}


#loginFrm input.inputfield{
	border:#666666 solid 1px;
	font-size:11px;
	padding:3px;
	width:100px;
	color:#2a368a;
}

#loginFrm input.submitbtn{
	border:#666666 solid 1px;
	padding:1px 5px;
	background-color:#fbc34e;
	color:#2a368a;
	font-family: Arial, sans-serif;
	font-size:11px;
}


#loginFrm a{
	font-size:11px;
	text-decoration:none;
}
/* END LOGINFRM */




#rightTools{
	margin-bottom:20px;
	margin-left: 70px;
	margin-top: 10px;
}

#rightTools h5 {
	background: url(../images/layout/bg-right-header.gif) repeat-y;
	color: #fff;
	font-weight: bold;
	padding-left: 7px;
}

#rightTools a{
	text-decoration:none;
	color:#666;
}

#rightTools a.selected{
	font-weight:700;
}

#rightTools ul {
	margin-left: 10px;
	line-height: 30px;
}

.resizeicon {
	padding-left: 25px;
	margin: 5px 0px;
}

.searchicon {
	padding-bottom: 8px;
	margin: 5px 0px;
}

.resizeicon {
	background: url(../images/layout/resize.gif) no-repeat;
}

#rightTools ul a {
	color: #000;
}



dl.galleryProducts{
	clear:left;
	background-color:#EFEFEF;
	margin-bottom:10px;
	padding:10px 10px;
}

dl.galleryProducts dt{
	width:150px;
	float:left;
}

dl.galleryProducts dd{
	margin-bottom:10px;
}

dl.galleryProducts dd input.txt{
	width:30px;
	border: 1px solid #aaa;
	background-color: #fff; /*F5F9EA*/
	padding:2px 5px;
}








/**
* FOOTER
* _____________________________________________
*/


#containerWrapper .links{
	width:170px;
	position:absolute;
	margin-top:1px;
}


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

#containerWrapper .links dt {
	background: #94a7ab;
	color: #e1f4f8;
	padding-left: 12px;
	margin-bottom:5px;
	padding-top:2px;
	padding-bottom:2px;
	
}

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

#containerWrapper .links a {
	color: #96a7ab;
	text-decoration: none;
}

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

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


#containerFooter p{
	padding-top:110px;
	text-align:center;
	font-size:10px;
	color:#2a368a;
	padding-bottom:0px;
}

 /**
 * NAVIGATION
 * _____________________________________________
 */
 

#left #subNav{
	/*background-color:#E0F3F7;*/
	background-color:#AEE0EB;
	width:170px;
}


#left #subNav a{
	display:block;
	border-top:#fff solid 1px;
	padding: 1px 0px 1px 12px;
	text-decoration:none;
	color:#003C89;
}

#left #subNav .sub1 span {
	padding-left: 10px;
}

#left #subNav .sub1 a {
	background-color:#E0F3F7; 
}

#left #subNav a {
	display:block;
	border-top:#fff solid 1px;
	padding: 1px 0px 1px 12px;
	text-decoration:none;
}

#left #subNav a:hover, #left #subNav .active {
	color:#E0F3F7;
}

#left #subNav dd :hover, #left #subNav dd .active, #left #subNav dd.sub1 .active {
	background-color:#2A368A;
}



.menu {
	width: 973px;
	height: 18px;
	background: url(../images/layout/menu-bg.gif) repeat-x;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 10;
	position: relative;
}


.menu li {
	float: left;
	position: relative;
}

.menu li ul li{
	border-top: 1px solid #fff;
}

.menu a{
	font-weight:bold;
	display: block;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;

	padding:0px 10px;
	height: 17px;
	padding-top:1px;
}


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

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

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

.menu .mHome a, .menu .mHome a:hover, .menu .mHome a:visited{
	width: 161px;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	left: 0;
	width: 190px !important;
	width: 180px;/* voor ie6*/
}

html .menu ul ul {
	/*top: 30px !important;*/
	top: 18px;  /* voor ie6*/
}

.menu ul ul a, .menu ul ul a:visited {
	background-color: #E0F3F7;
	display: block;
	font-size: 11px;
	font-weight:normal;
	color: #2A368A;
	height:auto;
	padding:3px 10px;
	width: 190px;
	border-width: 0 0 0 0;
	text-align:left;
}

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

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


.menu a:hover, .menu ul li.active a{
	color: #2A368A;
	background:#E0F3F7;
	text-align:left;
}

.menu ul ul a:hover {
	color: #E0F3F7;
	background: #2A368A;
	text-align:left;
	margin:0;
	padding-top:3px;
}


.menu ul li.active ul a:hover {
	color: #E0F3F7;
	background: #2A368A;
	text-align:left;
}



.menu:hover >a {
	color:#2A368A;
	background: #d31a21;
}

.menu ul ul:hover >a {
	color: #fff;
	background: #646ca3
}



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



 /**
 * 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 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:#666666 solid 1px;
	padding:1px 5px;
	background-color:#fbc34e;
	color:#000;
	font-family: Arial, sans-serif;
}

/* @group Modules */
/* Width Styles */
.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%;
}
