/*
	<PROJECT>
	@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,  caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	color: #4c4c4c;
}

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

/* FOR BOTTOM FOOTER
html, body {
	height: 100%;
}
*/
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

body{
	font-family: "arial";
    font-size: 12px;
    color: #4c4c4c;
	background:#fcfbef;
	margin:0 auto;
	width:1024px;
	position: relative;
}

h1 {
	/*font-size: 24px;
	font-weight:normal;
	color:#000;
	font-family: "lucida sans unicode";*/
	color: #635324;
    font-size: 14px;
    font-weight: bold !important;
    margin-bottom: 15px;
	font-family: "lucida sans unicode";
}

h2 {
    font-size: 15px;
	font-weight:normal !important;
	color:#fabc12;
	margin: 5px 0px 15px 0px;
	font-family: "lucida sans unicode";
}

h3 {
	font-size: 14px;
	font-weight:normal;
	color:#000;
	font-family: "lucida sans unicode";
}

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

h5 {
	font-size: 13px;
	line-height: 18px;
}

p {
	font-size: 13px;
	line-height: 18px;
}

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

a {
    color: #f08544;
}

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

a img {
    border-width: 0px;
}

label {
    cursor: pointer;
}


.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:148px;
}


input.submit {
    background-image: url('../images/submit.png');
    width: 87px;
    height: 28px;
    border: 0px;
    font-size: 13px;
    color: white;
    cursor: pointer;
    display: block;
}

/**
 * WRAPPERS & STRUCTUUR
 * _____________________________________________
 */

#containerWrapper{
	margin:0 auto;
	
	background-image: url('../images/html_bg.jpg');
    background-repeat: repeat-y;
    background-position: center;
	padding: 0px 30px;

	/* FOR BOTTOM FOOTER
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -140px;*/
	
}

/* FOR BOTTOM FOOTER
div.push {
	height:107px;
}
*/

#homepage h1, #logo a {
	text-indent: -5000px;
}

#headerTop{
	height:70px;
	position:relative;
	z-index:100;
}

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

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

#content #inhoud {
	padding: 0;
	padding: 0 0px 0 190px;
	margin: 0 310px 0 0px;
	padding-bottom:20px;
}

#footerWrapper{

}

#footerWrapper div#footerStandardPage,#footerWrapper div#footerHomePage{
	margin:0 auto;
	width:940px;
}

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

#containerWrapperBottom {
	margin:0 auto;
	background-image: url('../images/html_bg_footer.jpg');
    background-repeat: no-repeat;
    background-position: center;
	height: 14px;
}

div#inhoud {
	padding-left: 245px !important;
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
	z-index: 10;
}

div.boxtop_header  {
	width: 238px;
	height: 15px;
	background-image: url('../images/sidebar_top.png');
	background-repeat: no-repeat;
}

div.boxtop h4 a, div.boxtop h4 a:hover, div.boxtop h4 {
	color: #ff6c11;
	font-size: 15px;
	text-decoration: none;
}

div.boxtop h4 {
	padding-left: 10px;
}

div.boxtop  {
	background: url('../images/layout/sidebar_content.jpg') bottom;
	padding:6px 0 20px 6px;
	width:232px;
}

div.boxtop div.txt {
	width: 205px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
}

div.boxtop div.txt p {
	font-size: 13px;
	color: #575757;
	line-height: 18px;
}

div.boxbottom  {
	width: 238px;
	background-image: url('../images/layout/sidebar_bottom.jpg');
	text-align: right;
	margin-bottom: 12px;
}

div.boxbottom a {
	margin-right: 24px;
}

div.boxtop .boxbtn {
	float: right;
	display: block;
	margin-right: 20px;
}

/**
 * GENERAL & HEADER
 * _____________________________________________
 */
#contentHeaderPhoto {
	left:-8px;
	position:relative;
	top:-117px;
	height: 240px;
}

#headerTop #logo a{
	background-image: url('../images/logo.png');
	width: 350px;
	height: 242px;
	display: block;
	position: absolute;
	left: -80px;
}

ul.sitemap ul{ margin-left:15px; margin-bottom:20px; color:#646ca3;}
ul.sitemap{margin-top: 20px; margin-left:30px; 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 {
	font-size:11px;
	position:absolute;
	right:130px;
	top:53px;
	color: #5a5a5a;
}

#headerTop .mininav a{
	color: #5a5a5a;
	text-decoration:none;
}

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

#containerWrapper #BayerHealthCareLogo{
	position:absolute;
	right:60px;
	top:5px;
}

#packshot {
	z-index: 5;
	position: absolute;
	top: 120px;
	right: 75px;
}

#homepage #packshot {
	z-index: 5;
	position: absolute;
	top: 145px;
	right: 95px;
}


/**
 * CONTENT CONTAINERS
 * _____________________________________________
 */

div#content {
	position:relative;
	z-index:100;
	width: 950px;
}

#inhoud a:hover{text-decoration:underline; color: #f08544;}
#inhoud p{
	margin:0px;
	padding:0px;
	padding-bottom:12px;
}

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

#inhoud ul li {
	margin-bottom:10px;
	background-image: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top: 3px;
	min-height: 19px;
}

* html #inhoud ul li {
	height: 19px;
}



#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 #contentBox a{
	text-decoration:underline;
}

#inhoud #contentBox a:hover{
}


/* 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;
	right:320px;
	top:45px;
}

#searhFrm input.inputfield{
	border: 1px #dfdfdf solid;
	font-size:11px;
	padding-right:25px;
	padding-left:5px;
	width:110px;
}

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

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




/**
* FOOTER
* _____________________________________________
*/


#footerWrapper{
	padding-bottom:20px;
	
}

#footerWrapper,#footerWrapper p,#footerWrapper a,#footerWrapper strong{
	color:#635324;
	text-decoration:none;
}

#footerWrapper a:hover{
	text-decoration:underline;
}


#footerHomePage div.bayer-links{
	background:url(../images/layout/footer-home-bayerlinks-bg.gif) no-repeat top left;
	height:114px;
	width:138px;
	float:left;
	padding:13px 17px;
}
#footerHomePage div.bayer-links h3{
	margin:0px;
	padding:0px;
	color:#635324;
	font-weight:700;
	margin-bottom:5px;
}
#footerHomePage div.bayer-links ul.legallinks{
	font-size:10px;
	margin-top:10px;
}

#footerHomePage div.sitemap{
	float:left;
	width:754px;
	margin-left:12px;
	margin-top:54px;	
}

#footerHomePage div#sitemap-box{
	background:url(../images/layout/footer-home-sitemap-bg.gif) no-repeat top left;
	height:69px;
	width:704px;
	
	padding:14px 25px 0px 25px;
}

#footerHomePage div#sitemap-box p{
	font-size:11px;
}

#footerHomePage div#sitemap-box p span{
	font-size:10px;
}

#footerHomePage div#sitemap-box p strong{
	margin-top:5px;
	display:block;
}

#footerHomePage div#sitemap-box ul{
	margin-bottom:10px;
}

#footerHomePage div#sitemap-box ul li{
	display:inline;
	background:transparent url(../images/layout/footer-ul-dividers.png) no-repeat left;
	padding:0 5px 0 10px;
}

#footerHomePage div#sitemap-box ul li.first{
	background:none;
	padding:0px;
	padding-right: 5px;
}


 /**
 * NAVIGATION
 * _____________________________________________
 */

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


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

#left .links dt {
	background: #999999;
	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
}


 /*************************
        Subnavigation
 ************************/
#left #subNav{
	width:230px;
}


#left #subNav a{
    color: #ee7900;
    display: block;
    min-height: 40px;
    width: 213px;
    padding-left: 6px;
    font-size: 13px;
    line-height:2.8em;
	border-bottom: 1px solid #f6d1b2;
	text-decoration: none;
}

* html #left #subNav a{
	height: 40px;
}

#left #subNav a:hover {
	text-decoration: none;
	color: #DF7300;
}


#left #subNav a.active, #left #subNav a.active:hover
{
    color: white;
	background-image: url('../images/sidenavigation_active.png');
	background-repeat: no-repeat;
	font-weight: normal;
	border-bottom: none;
	margin-top: -1px;
	
}

#left #subNav .sub1 a span {
	color:#DF7300;
	margin-left: 10px;
	background: none;
}

#left #subNav dd.sub1 a.active span,#left #subNav dd.sub1 a.active:hover, #left #subNav dd.sub1 a.active {
	color:#fff;
}

#containerWrapper .menu {
	width:932px;
	height: 47px;
	background-color: #0099CC;
	background: url(../images/menu.png) top right no-repeat;
	position:relative;
	z-index: 40;
	left:5px;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	left: 235px;
}


#containerWrapper .menu li {
	float: left;
	position: relative;
	z-index: 999999;
	background-image:url("../images/layout/menu_seperator.png");
	background-position:left center;
	background-repeat:no-repeat;
}

#containerWrapper .menu a, .menu a:visited {
	color:white;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:44px;
	line-height:42px;;
	padding-left:3px;
	padding-right:4px;
	text-align:center;
	margin-left: 3px;
	text-decoration: none;
}

#containerWrapper .menu li.first {
    background-image: none;
}

#containerWrapper .menu a:hover, #containerWrapper .menu li:hover a.mainmenu, #containerWrapper .menu .active a {
    text-decoration: none;
    background-color: #e36700;
}

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

#containerWrapper .menu ul {
	z-index: 10000 !important;
	position: relative;
}

#containerWrapper .menu ul ul {
	height:0;
	left:0;
	position:absolute;
	z-index: 10000 !important;
	visibility:hidden;
	width:190px !important;
	padding-top: 1px;
}

#containerWrapper .menu ul ul li {
	background: none;
}

#containerWrapper .menu ul ul a, .menu ul ul a:visited, #containerWrapper .menu ul li.active ul a {
	background-color: #ee7818;
	display: block;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	height:30px;
	padding:0px 10px 0px 10px;
	line-height: 30px;
	width: 190px;
	border-bottom: 1px solid #feb450;
	background-image:none;
	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;
	border: none;
}

#containerWrapper .menu table td {
	border: none;
}

#containerWrapper .menu ul ul a:hover {
	color: #fff;
	background: #ff9503;
	text-align:left;
}

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

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

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

#containerWrapper .menu ul li:hover ul,
#containerWrapper .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%;/*18%*/
	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: 60%;
}
.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:#E36700;
	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 Autocomplete */

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

.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: #FEE517;
}

.ac_over {
	background-color: #FF6200;
	color: white;
}




  
 
 /*************************
        Newsbox
*************************/

div#main_news {
	height:150px;
	left:50px;
	position:absolute;
	top:520px;
	width:370px;
}

div#main_news div.main_news_item a {
    color: #e00813;
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}


div#main_news p {
	line-height: 18px;
	font-size: 13px;
	margin-top: 5px;
	padding: 0px;
}

div#main_news div.main_news_item img {
    float: left;
    margin-right: 6px;
}

div#main_news div.main_news_item h3  a{
    color: #000;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
	text-decoration: none;
	font-family: "Myriad Pro","lucida sans unicode";
	font-weight: normal;
}

* html div.main_news_item_text {
    float: right;
}

div.main_news_item_imagebox {
    float: left;
    margin-right: 15px;
}

div#main_news ul#main_news_counterbar {
    margin: 0px;
    list-style: none;
    position: absolute;
    bottom: 4px;
    right: -70px;
}

div#main_news ul#main_news_counterbar li {
    display: inline;
	background-image: none;
}

div#main_news ul#main_news_counterbar li a {
    text-decoration: none;
	color: #414040;
}

div#main_news ul#main_news_counterbar .active, div#main_news ul#main_news_counterbar .deactive {
    width: 14px;
    height: 14px;
    display: block;
    font-size: 9px;
    text-align: center;
    float: left;
    margin-right: 6px;
	padding-top: 1px;
	background-repeat: no-repeat;
}

div#main_news ul#main_news_counterbar .active {
    background-image: url('../images/number_active.png');
    color: white !important;
}

div#main_news ul#main_news_counterbar .deactive {
    background-image: url('../images/number_deactive.png');
}

div#main_news ul#main_news_counterbar .active:hover, div#main_news ul#main_news_counterbar .deactive:hover {
    text-decoration: none;
}


div#main_news p.newslink {
	margin:10px 0px 0px 143px;
	text-align: left;
}


#proflink a{
	width: 110px;
	height: 170px;
	left: 400px;
	top: 150px;
	position: absolute;
	display: block;
	text-indent: -50000px;
}

/********************************
 *	Page variatons
 ********************************/
body #inhoud h1 {
	color: #ff6200;
    font-size: 24px;
    font-weight: normal;
}

body#inhoud h2, body#inhoud strong {
	font-size: 15px;
	font-weight: bold;
	color: #fabc12;
}


body#gezond_gewicht #inhoud h2, body#gezond_gewicht #inhoud strong {
	color: #388328;
}

body#natuurlijke_energie #inhoud h2, body#natuurlijke_energie #inhoud strong {
	color: #85b539;
}

body#vitaliteit #inhoud h2, body#vitaliteit #inhoud strong {
	color: #3d7abc;
}

body#vermoeidheid #inhoud h2, body#vermoeidheid #inhoud strong {
	color: #f51f3a;
}

body#vermoeidheid #inhoud h2, body#vermoeidheid #inhoud strong {
	color: #f51f3a;
}


/********************************
 *	homepage
 ********************************/

div#flashbuttons_container {
	left:580px;
	position:absolute;
	top: 110px;
	z-index: 100;
}

div#main_news {
	top: 163px;
	left: 15px;
}

/*body#homepage #footerWrapper {
	position: absolute;
	top: 710px;
	left: 30px;
}*/

body#homepage div#containerWrapper {
	height: 940px;
}

body#homepage div#inhoud {
	min-height: 1px;
	height: 1px;
}

body#homepage {
	overflow-x: hidden;
}

#homebox {
	background: transparent url(../images/homebox.png) no-repeat top left;
	width: 932px;
	height: 228px;
	position: absolute;
	left: 7px;
	top: 337px;
}

#homebox  p,body #homebox  h2{
	font-size: 11px;
	line-height: 13px;
	font-family: Arial;
}

body #homebox  h2{
	color: #dd202b;
	margin:0px;
}

#homebox  .left, #homebox  .right {
	width: 426px;
	height: 188px;
	float: left;
	padding: 20px;
}


/* POLL
 */

 #right div.pollbox{
	background: transparent url(../images/layout/sidebar_content.jpg) bottom;
	
	width:198px;
	
	min-height:150px;
	height:expression(this.scrollHeight > 150 ? "auto":"150px");
	
	padding:0 20px;
	padding-bottom:1px;
}

#right a.rightpoll_link_archive{
	color:#606060;
	font-size:10px;
	text-decoration:none;
}

#right div.pollbox-top{
	background: transparent url(../images/sidebar_top.png) no-repeat bottom left;
	width: 238px;
	height: 15px;
	margin-top:15px;
}

#right div.pollbox-bottom{
	background: transparent url(../images/layout/sidebar_bottom.jpg) no-repeat top left;
	width: 238px;
	height: 15px;
	margin-bottom: 10px;
}

#right div.pollbox h4{
	color:#FF6C11;
	margin:0px;
	padding:0px;
	font-size:15px;
	margin-bottom:5px;
	text-decoration:none;
}

#right div.pollbox ul{
	list-style:none;
	margin:0px;
}

#rightpoll_submit {
	background: transparent url(../images/submit.png) no-repeat center;
	width: 67px;
	height: 23px;
	color: #fff;
	font-size: 13px;
	padding: 5px 0px 0px 20px;
	float: right;
}

#rightpoll_message p {
	font-size: 12px;
}


.answersvoted{
	width:195px;
}


.answersvoted dd.percentage{
	position:absolute;
	margin-top:2px;
	
	padding:0 5px;
	color:#606060;
	font-weight:bold;
}

.answersvoted dd.bar{
	border:#DFDFDF solid 1px;
	height:18px;
	margin-bottom:15px;
	background-color:#fff;
}

.answersvoted dd div.answers-feedback-bar{
	background-color:#FF8702;
	height:10px;
	font-size:10px;
	padding:3px 0 5px 0px;
	letter-spacing:1px;
}

.error {
	color: #ff0000;
}

/********************************
 *	Color table
 ********************************/
 
 .producttable td, .producttable th{
 	padding: 0px;
 	text-align: center;
 	border: none;
 	vertical-align: middle;
 	font-family: Arial, sans-serif;
 }
 
  .producttable td {
 	border-bottom: 1px solid #007C2E;
 	padding: 12px 0px;
 }
 
 .producttable th {
 	height: 50px;
 	font-size: 15px;
 	font-weight: bold;
	
 }
 
 #inhoud #contentBox .producttable th a{
 	text-decoration: none;
 }
 
 .producttable th.green a {
	 color: #017c4d;
 }
 
 .producttable th.red a {
 	color: #f0094f;
 }
 
 .producttable th.blue a {
 	color: #084596;
 }
 
 #inhoud #contentBox .producttable th.green a:hover {
	 color: #017c4d;
	 text-decoration: underline;
 }
 
 #inhoud #contentBox .producttable th.red a:hover {
 	color: #f0094f;
	text-decoration: underline;
 }
 
 #inhoud #contentBox .producttable th.blue a:hover {
 	color: #084596;
	text-decoration: underline;
 }
 
  .producttable {
 	border: none;
 	width: 880px;
 	height: 505px;
 	border-collapse: collapse;
 }
 
 .producttablediv {
 	width: 960px;
 	height: 574px;
 	padding: 32px 37px 32px 37px;
 	margin-left: -255px;
 	margin-top: -100px;
 	background: transparent url(../images/producttable/bg.png) no-repeat -9px -10px;
 }
 
 .producttable .images, .producttable .images td {
 	height: 125px;
 	padding: 0px;
 	border: none;
 }
 
 .producttable .images td img {
 	vertical-align: bottom;
 }
 
 /********************************
 *	Productselector
 ********************************/
 
#productselector li a img {
 	position: absolute;
}
 
#productselector li a {
 	color: #ec6311;
 	font-size: 14px;
 	width: 230px;
 	display: block;
 	padding: 3px 30px 7px 0px;
 }
 
#productselector li a:hover {
 	text-decoration: none;
 	color: #fff;
 }
 
#inhoud #productselector li {
	 	background: transparent url(../images/layout/arrow-list.gif) no-repeat left 5px;
	 	width: 250px;
	 	height: 42px;
}

#inhoud #productselector li:hover {
	 	background: transparent url(../images/layout/productselector-btn.gif) no-repeat;
	 	width: 260px;
	 	height: 42px;
}

#inhoud #productselector li:hover a {
	 	color: #fff;
}

#productselector a img{
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
	width:200px;
	margin:20px 600px;
	text-align:left;
}

#productselector a:hover img,#inhoud #productselector li:hover a img {
	visibility:visible;
}




#inhoud form .bigquestion {
	width: 100%;
}

#inhoud form .disabled {
	background-color: #DDDDDD;
}

#age.hidden{display:none; }

#pg_morning-enery-wekker #left, #pg_morning-enery-wekker #right, #pg_morning-enery-wekker h1{
	display:none;
}

#pg_morning-enery-wekker #inhoud {
	margin:0px;
	padding:0px;
	padding-left:0px !important;
}

#pg_morning-enery-wekker #content_top{
	width:410px;
	float:right;
}

#pg_morning-enery-wekker #contentHeaderPhoto{
	height:180px;
}

#content_bottom .secondimage img{
	margin-top: -1px;
}


#pg_morning-enery-wekker #inhoud #content_top p{
	text-align:right;
	font-size:14px;
	color:#6e6e6e;
	font-weight:700;
	padding-right:60px;
}

#pg_morning-enery-wekker #inhoud #content_top p strong{
	color:#eb5600;
	font-size:24px;
}


#pg_morning-enery-wekker #inhoud #content_bottom {
	padding-top:200px;
	padding-bottom:150px;
	padding-left:60px;
}

#pg_morning-enery-wekker #inhoud #content_bottom .qr-code{
	position:absolute;
	margin-left:320px;
	margin-top:135px;
}


#pg_morning-enery-wekker #inhoud #content_bottom p{
	font-size:14px;
	color:#6e6e6e;
	font-weight:700;
}


#pg_morning-enery-wekker .newsletterbox{
	background-color:#fff;
	padding:2px;
	border:#e2e2e2 solid 1px;
	width:280px;
	position:absolute;
	margin-left:530px;
	margin-top:136px;
}

#pg_morning-enery-wekker .newsletter{
	background-color:#eeeeee;
	
	padding:15px;
}

#pg_morning-enery-wekker .newsletter strong{
	color:#eb5800;
	font-size:18px;
	margin-bottom:10px;
}

#pg_morning-enery-wekker .newsletter input{
	background: transparent url(../images/layout/newsletter-input.jpg) no-repeat left center;
	border:none;
	width:188px;
	height:35px;
	padding:0px 10px;
}

#pg_morning-enery-wekker .newsletter .btn{
	position:absolute;	
}

#pg_morning-enery-wekker #inhoud #content_bottom p.errormsg{
	color:#DD1F1F;
}

#pg_morning-enery-wekker #inhoud #content_bottom p.goodmsg{
	color:#1F892F;
}


#pg_morning-enery-wekker #inhoud #content_bottom .newsletter p{
	font-size:12px;
}

/*CHALLENGE */

#inhoud #challenge #intoform {
	width: 365px;
	background:url(../images/layout/challenge-bg-top.gif) no-repeat top left;
	padding: 25px 35px 20px 50px;
	font-family: Myriad Pro,Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	z-index: 100;
	position: relative;

}

#inhoud #challenge form .gt-submit-btn {
	background:url(../images/layout/but-challenge.gif) no-repeat top center;
	width: 118px;
	height: 35px;
	border: none;
	font-weight: normal;
	font-family: Myriad Pro,Arial, sans-serif;
	font-size: 16px;
}

#inhoud #challenge form .bigquestion {
	width: 100%;
}

#inhoud #challenge  form .gt-form-row {
	margin-bottom: 15px;
	float: left;
}

#contentBox #experience #width-100 .row2 label{
	width: auto;
}

#contentBox #experience .row2 .gt-form-textarea{
	position: relative;
	width: 450px;
}

#inhoud .row2 {
	margin-bottom: 15px;
	padding: 15px;
	background-color:#FFDD4A;
}
#inhoud #challenge   {
	margin-bottom: 15px;
	float: left;
}


#inhoud #challenge form .gt-form-text, #inhoud #challenge form .gt-form-text-error {
	width: 50%;
}

#inhoud #challenge form .challengebottom {
	width: 451px;
	background:url(../images/layout/challenge-bg-bottom.gif) no-repeat bottom left;
	clear: both;
	z-index: 1000;
	position: absolute;
	margin-top: -10px;

}

#inhoud #challenge {
	margin-top: 20px;
	margin-bottom:100px;
}

/*EXPERIENCE*/

#contentBox #experience {
	width: 500px;
	margin-left: -100px;
}

#contentBox #experience h2 {
	font-size: 20px;
	color: #FF6200;
}

#contentBox #experience .bold {
	font-weight: bolder;
	color: #E36700;
}

#contentBox #experience label {
	cursor: default;
}

#contentBox #experience .gt-submit-btn {
	cursor: pointer;
}

#contentBox #experience .gt-form-textarea {
	margin-left: 170px;
	width: 170px;
	height: 80px;
	position: absolute;
	margin-left: 0px;
}


#contentBox #experience textarea#why.gt-form-textarea {
	margin: -20px 0px 0px 170px;
	height: 80px;
	position: relative;
	width: 200px;
	height: 100px;
}

#contentBox #experience form.gt-form div.gt-form-row-inline label.wide {
	width: 80%;
}

#contentBox #experience form.gt-form div#s2-1Y div#float_left,#contentBox #experience form.gt-form div#s2-1Y div#float_right {
	float: left;
	width: 200px;
}

#contentBox #experience #width-100 .row {
	background-color: #FFDD4A;
	margin: 5px;
	height: 45px;
	padding: 7px;
	width: 100%;
}

#contentBox #experience #width-100 label {
	width: 230px;
	margin-right: 50px;
	font-size :12px;
}

#contentBox #experience #width-100 .radio-list {
	height: 15px;	
	width: 170px;
	float: left;
	display:block;
}

#contentBox #experience #width-100 .left {
	width:90px;
}

#contentBox #experience #width-100 .right {
	width: 60px; 
	position: absolute; 
	margin-top: -5px;
	margin-left:0px;
}

#contentBox #experience #width-100 .high {
	height: 100px;
}


#contentBox #experience #width-100 .high span.form-error {
	margin-left: 285px;
}

#contentBox #experience #step5 .wide {
	position: absolute;
	width: 400px;
	height: 30px;
	margin-left: 25px;
}

#contentBox #experience #step5 #contactme {
	position: relative;
	top: 8px;
}

#contentBox #experience #step5 #step5button.gt-submit-btn {
	position: absolute;
	margin: 30px 0px 0px -125px;;
}

#contentBox #experience #score, #contentBox #experience #pointer {
	width: 40%;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
}

#contentBox #experience #score h3 {
	margin-bottom: 15px;
	margin-top: 30px;
}

#contentBox #experience #score .small {
	color: black;
}

#contentBox #experience #pointer img#labelimg {
	width: 176px;
	height: 198px;
	margin: 5px;
	z-index: 999;
	cursor:
}
	
#contentBox #experience #pointer img#pointer {
	width: 39px;
	height: 25px;
	z-index: 9999;
	position: absolute;
	margin-left: -60px;
}

#contentBox #experience #pointer span#score_label {
	width: 39px;
	height: 25px;
	z-index: 9999;
	position: absolute;
	margin-left: -40px;
	font-size: 15px;
	color: white;
	font-weight: bold;
}

#contentBox #experience #facebookimg, #contentBox #experience #twitterimg {
	cursor: pointer;
}

html body#algemeen div#containerWrapper div#content div#inhoud div#contentBox div#experience form.gt-form div#s2-1Y div#float_left div.gt-form-row-inline label {	
	width: 90px;
}

#contentBox #experience div#width-100 form.gt-form div.gt-form-row-inline input#step4.gt-submit-btn {
	margin-left: 10px;
}

#contentBox #experience form.gt-form div#s2-1Y div.gt-form-row-inline label#smaller {
	width: 60px;
}

#contentBox div#experience div#width-100 form.gt-form div.gt-form-row-inline input#step4.gt-submit-btn {
	margin-left: 11px;
}

#contentBox #experience input#code.gt-form-text, #contentBox #experience input#email.gt-form-text {
	width: 250px;
	margin-left: -50px;
}

#contentBox #experience input#step1_btn.gt-submit-btn {
	margin-left: -50px;
}

#contentBox #experience form.gt-form #s2-1Y #float_left div.gt-form-row-inline label {
	width: 150px;
}

#contentBox #experience form.gt-form div#s2-1Y div#float_left div.gt-form-row-inline, #contentBox #experience form.gt-form div#s2-1Y div#float_right div.gt-form-row-inline {
	margin-bottom: -15px;
}

#contentBox #experience form.gt-form div#s2-1Y div#more.gt-form-row-inline {
	position: relative;
	top: 15px;
	margin-bottom: 25px;
}

#contentBox div#experience form.gt-form div#s2-1Y div#float_right {
	margin-left: 30px;
}

#contentBox #experience form.gt-form div.gt-form-row-inline a {
	position: relative;
	top: 5px;
}

.hidden{display:none;}

#albert-register-form input {
	
	width:180px;
	height:18px;
}
#albert-register-form label {
	
	line-height:18px;
}
.albert-small-text{
	font-size:9px;
	line-height:10px;
}
#albert-freepack-form #Postcode{
	
	width:35% !important; 
}
#albert-freepack-form #Postcode2{
	
	width:13% !important; 
} 
#albert-freepack-form label {
	line-height:18px; 
}
#albert-splash-form-input{
	width:35%;
}
#albert_code_div{
	padding-left:13px;
	padding-top:15px;
	background:url(../images/albert/albert-splash-input.jpg) no-repeat top left;
	height:60px;
}
#albert_code_div span{
	font-size:18px;
	margin-right:5px;
}
#albert-register-form textarea{
	width:180px;
}
#albert-voorbeeld-table{
	border:none;
	
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	
	margin-bottom:7px;
}
#albert-voorbeeld-table td{
	
	border-style:none;
	
	padding-left:0px;
	padding-top:1px;
	padding-bottom:3px;
}
.albert-line{
	height:1px;
	
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	
	margin-bottom:7px;
}
#albert-voorbeeld-verzenden{
	width:45%;
	float:left;
	margin-bottom:7px;
}
#albert-voorbeeld-verzenden input{
	width:120px;
}
#albert-voorbeeld-terug input{
	width:120px;
}
#albert-voorbeeld-terug{
	width:45%;
	float:left;
	margin-bottom:7px;
}

