/*
	RENNIE.NL
	@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;
	vertical-align: baseline;
}

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

html, body {
	height: 100%;
}


ol, 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_effect.gif) repeat-x center top;
	font-family: Arial, sans-serif;
	/*font : normal 75%/1.3  Arial, Verdana, Tahoma, "Lucida Console", sans-serif;*/
	font-size:12px;
}

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

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


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

h2 {
	font-size: 22px;
	font-weight:normal;
	color:#c22820;
	margin-bottom:15px;
	font-style:italic;
}

h3 {
	font-size: 14px;
	font-weight:700;
	color:#3992cd;
	margin-bottom:15px;
	margin-top:10px;
}

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

a:hover{
	color: #c22820;
}

.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%;
}

.error {
	padding: 2px 0;
	font-size: 13px;
	display: block;
	color: #CC0000;
}

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

.setcenter{
	text-align:center;
}

hr{
	border:none;
	background-color:#F06668;
	height::6px;
}



/**
 * WRAPPERS & STRUCTUUR
 * _____________________________________________
 */


#containerWrapper{
	width:938px;
	padding:0 0px;
	margin:0 auto;
	
	/*min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -147px;*/
	
}

div.push {
	height:147px;
}


#glow{
	position:absolute;
	top:0;
	z-index: -1;
	margin-left:565px;
	background:url(../images/layout/logo-bayer.jpg) no-repeat top right;
	height:206px;
	width:490px;
}

#headerTop{
	height:70px;
}


#containerFooter{
	width:973px;
	background:#000 url(../images/layout/bg-footer.jpg) no-repeat bottom center;
	padding:0 15px;
	margin:0 auto;
}

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

#pg_home #content{
	padding-top: 15px;
}

#contentBottom{
	background:#fff url(../images/layout/content-footer-bg.gif) repeat-y center;
	padding-top:40px;
}

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

#content #inhoud {
	padding: 0;
	padding: 11px 0px 0px 222px;
	margin: 0 269px 0 0px;
	padding-bottom:60px;
}

#content #right {
	float: right;
	width: 230px;
	margin: 0;
	padding: 0;
	padding-top:0px;
	margin-top:100px;
}

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


#footerWrapper{
	background:#fff url(../images/layout/footer-bg.gif) repeat-x top center;	
	height:180px;
}

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

table#vmiddle th, table#vmiddle td {
	text-align: left;
	font-weight: normal;
	vertical-align:middle;
}


/**
 * GENERAL & HEADER
 * _____________________________________________
 */

h1 a{
 	width: 202px;
	height: 70px;
	background-color:#fff;
	position: absolute;
	margin:0px;
	padding:0px;
	margin-left:0px;
 	background: transparent url(../images/layout/logo.jpg) 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:689px;
	padding-top:54px;
}

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

#headerTop a:hover {
	color: #333
}



div#headerPhoto{
		background:url(../images/layout/header-content.jpg) no-repeat top left;
		height:169px;
		
		position:relative;
		z-index:444;
}


div#headerPhoto #photos{
		position:absolute;
		margin-top:-8px;
		margin-left:0px;
}

div#headerPhoto #packshot{
		position:absolute;
		margin-left:636px;
		margin-top:10px;
}




/**
 * CONTENT CONTAINERS
 * _____________________________________________
 */
 
#inhoud a{}
#inhoud a.icon{
	background:url(../images/layout/a-bg.gif) no-repeat top left;
	padding-left:20px;
}

#inhoud a:hover{
	color: #3992cd;
}

#inhoud p{
	line-height:20px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

#inhoud caption, #inhoud table, #inhoud th, #inhoud td {
	font-size:12px;
}

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

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

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



#inhoud ul{
	padding-left:14px;
	list-style:disc;
	list-style-image:url(../images/layout/li-bg.gif);
}

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

#inhoud ol{
	padding-left:19px;
	list-style:decimal;
}

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


/* 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{
	margin-left:5px;
	margin-top:-30px;
	position:absolute;
}

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

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

#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;
}

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

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


#questionbox{
	background: transparent url(../images/layout/trueornottrue-bg.jpg) no-repeat center top;
	padding:30px 25px 0px 25px;
}

#questionbox #answer_correct,
#questionbox #answer_notcorrect,
#questionbox #percentage,
#questionbox #answer_content{	
	display:none;
}

#question-bottom{
	background: transparent url(../images/layout/trueornottrue-bottom-bg.jpg) no-repeat center bottom;
	height:20px;
}

#questionbox h3{
	color:#000;
	font-size:13px;
	margin:0px;
	padding:0px;
	font-weight:normal;
	width:225px;
	margin-bottom:20px;
}


#questionbox #answer_correct{
	color:#10a208;
	font-size:13px;
	font-weight:bold;
	background: transparent url(../images/layout/trueornottrue-icon-true.jpg) no-repeat left -5px;
	padding-left:25px;
	margin-top:15px;
}

#questionbox #answer_notcorrect{
	color:#c62821;
	font-size:13px;
	font-weight:bold;
	background: transparent url(../images/layout/trueornottrue-icon-false.jpg) no-repeat left -5px;
	padding-left:25px;
	margin-top:15px;
}

#questionbox #question_top{
	min-height:160px;
	height:expression(this.scrollHeight > 160 ? "auto":"160px");
}

#questionbox #answer_content p,#questionbox #answer_content ul,#questionbox #answer_content li{
	color:#666666;
	font-size:11px;
	line-height:15px;
}

#questionbox #answer_content ul{
	margin-bottom:10px;
}

#questionbox #question_navigation a{
	color:#000;
}


#questionbox #percentage{
	position:absolute;
	color:#a9a9a9;
	margin-left:210px;
	margin-top:2px;
	font-size:10px;
}

p#question_numbers {
	font-size:10px;
	color:#a9a9a9;
	margin:0px;
	padding:0px;
	text-align:right;
	padding-right:20px;
}


/*

#question  h2{
	text-align:center;
}

#question  div.icons{
	margin-left:92px;
	text-align:center;
}

#question  div.icons a{
	padding:0 40px;
	text-decoration:none;
	display:block;
	float:left;
}

#question div.icons a.correct{color:#13A20A;}
#question div.icons a.notcorrect{color:#C71600;}
#question div.icons a.correct:hover,#question  div.icons a.notcorrect:hover{color:#1C64AD;}

#question #question_numbers{
	position:absolute;
	font-size:11px;
	color:#ccc;
}

#question #question_navigation p{
	text-align:right;
	font-size:11px;
	text-decoration:none;
	color:#ccc;
}

#question #question_navigation p a{
	text-decoration:none;
	color:#3992CD;
}

#question p#answer_correct{
	text-align:center; 
	color:#13A20A; 
	padding:3px 0;
	margin:25px 0;
	font-size:14px;
}

#question p#answer_notcorrect{
	text-align:center; 
	color:#C71600; 
	padding:3px 0;
	margin:25px 0;
	font-size:14px;
}


#question p#answer_correct a{
	font-size:11px;
	text-decoration:none;
}


#question div#answer_content{
	color:#666;
	margin:60px 0;
	
}

#question div#answer_content h3{
	margin:0px;
	padding:0px;
}

#question div#answer_content p{
	font-size:11px;
}

#question p#percentage{
	font-size:11px;
	color:#ccc;
	margin-top:30px;
}

*/


/**
* FOOTER
* _____________________________________________
*/

#footerWrapper{
	padding-bottom:20px;
}

#footerWrapper,#footerWrapper p,#footerWrapper a,#footerWrapper strong{
	color:#666;
	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:#666666;
	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:4px;	
}

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

#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:15px;
}

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

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

p.bayer-supports-the-stomach-liver-intestine-foundation{
	background:url(../images/layout/bayer-steunt-de-maag-lever-darm-stichting.gif) no-repeat left top;
	padding-left:40px;
	padding-bottom:18px;
	margin-left:11px;
	padding-top:6px;
}






 /**
 * NAVIGATION
 * _____________________________________________
 */

 
#left #subNav{
	width:171px;
}


#left #subNav a{
	display:block;
	border-top:#bbbbbb solid 1px;
	padding:9px 20px;
	text-decoration:none;
	color:#c22820;
}

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

#left #subNav a:hover{
	padding:9px 20px;
	background:#f1f1f1 url(../images/layout/subnav-active-bg.jpg) right center no-repeat;
}

#left #subNav a.active,#left #subNav a.active:hover
{
	background:#f1f1f1 url(../images/layout/subnav-active-bg.jpg) right center no-repeat;
	font-weight:700;
}






.menu {
	width: 938px;
	height: 47px;
	background: transparent url(../images/layout/nav-bg.png) no-repeat top left;
	position:relative;
	z-index:9999;
}

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


.menu li {
	float: left;
	position: relative;
	background:url(../images/layout/nav-dividers.jpg) no-repeat top left;
}

.menu a {
	font-weight:700;
	display: block;
	text-decoration: none;
	color: #fff;
	padding:0px;
	height: 25px;
	font-size: 12px;
	padding:8px 7px 0px 7px;
}



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

#mHome {
	background-image:none;
}

#mHome a {
	width: 32px;
	text-align:left;
	padding-left:124px;
	
}




.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: 32px;  /* voor ie6*/
}

.menu ul ul a, .menu ul ul a:visited {
	background-color: #ECECEC;
	display: block;
	font-size: 12px;
	font-weight:normal;
	color: #c22820;
	height:auto;
	padding:7px 15px;
	width: 190px;
	text-align:left;
	border-bottom:#c0c0c0 solid 1px;
}

* 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 {
	background:#c22820 url(../images/layout/nav-active-bg.jpg) repeat-x top center;
	color:#c22820;
}


.menu ul #mHome.active a{
	background:none;
	color:#fff;
}

.menu #mHome a:hover,.menu ul #mHome.active a:hover{
	color:#c22820;
	background:#c22820 url(../images/layout/nav-home-active-bg.jpg) no-repeat top left;
}


.menu ul ul a:hover {
	color: #fff;
	background: #c22820;
	text-align:left;
	margin:0;
}


.menu ul li.active ul a:hover {
	color: #fff;
	background: #c22820;
}

.menu ul li.active ul a {
	background-image:none;
	background: #ECECEC;
}





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

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

.menu ul li.active:hover a,
.menu ul li.active:hover a:hover ,
.menu ul li.active a:hover ,
.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:#C22820 solid 1px;
	padding:5px 10px;
	background-color:#C22820;
	color:#fff;
	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%;
}




 /**
 * HOMEPAGE
 * _____________________________________________
 */

#pg_home div#content{
	background:none;
	border:none;
} 
 

#pg_home div#headerPhoto{
		background:none;
		height:281px;
		margin-left:1px;
		margin-top:-1px;
}


/*
#pg_home div#headerPhoto{
		background:url(../images/layout-action/header-home.gif) no-repeat top left;
		height:281px;
		margin-left:1px;
		margin-top:-1px;
}
*/

#pg_home div#headerPhoto #packshot{
		position:absolute;
		margin-top:38px;
		margin-left:5px;
}

#pg_home div#headerPhoto #txt{
		position:absolute;
		margin-top:27px;
		margin-left:347px;
}

#pg_home div#headerPhoto a{
		height:281px;
		width:937px;
		
		display: block;
		
		color:#fff;
		text-decoration:none;
		text-indent: -5000px;
}

#pg_home div#headerPhoto a#btn2{
		position:absolute;
		margin-top:192px;
		margin-left:576px;
}

#pg_home div#headerPhoto a#btn3{
		position:absolute;
		margin-top:10px;
		margin-left:240px;
}






#pg_home div.homebox div.top h2,#pg_home div.homebox div.top h2 a{
	color:#2370b8;
	font-size:15px;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
	text-decoration:none;
	font-style: normal;
	font-weight:700;
}

#pg_home div.homebox div.top h2{
	padding-left:145px;
}

#pg_home div.homebox{
	width:289px;
	float:left;
	background:url(../images/layout/home-box-bg.jpg) top left no-repeat;
	height:195px;
	padding:25px 5px 0px 5px;
}

#pg_home div.homeboxMiddle{
	margin:0px 20px;
}

#pg_home div.homebox div.top .photo{
	position:absolute;
	margin-top:-11px;
	margin-left: -1px;
}


#pg_home div.homebox div.top p{
	color:#c42720;
	font-size:18px;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
	text-decoration:none;
	font-style: normal;
	padding-left:145px;
	padding-right:5px;
}

#pg_home div.homebox div.boxbottom{
	position: absolute;
	background: transparent url('../images/layout/home-box-a-bg.jpg') no-repeat scroll top left;
	width:238px;
	margin-left:25px;
	margin-top:125px;
}

#pg_home .btn_poll_stem {
	background: transparent url('../images/layout/home-box-a-bg.jpg') no-repeat scroll top left;
	width:173px;
	height: 30px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 65px;
	padding-top: 14px;
	position: absolute;
	top: 572px;
}

#pg_home div.homebox-poll-data {
	margin-left: 25px;
}

#pg_home #homebox-content-box1 h2 {
	padding-left: 5px;
}

#pg_home div.homebox div.boxbottom2{
	position: absolute;
	width:238px;
	margin-left:-40px;
	margin-top:112px;
}

#pg_home div.homebox a.boxbtn {
    color: #fff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    font-weight:700;
    height: 44px;
    text-decoration: none;
    padding-top:14px;
    font-size:13px;
    width:238px;
    text-align: center;
}




#right div.bluebox{
	margin-bottom:30px;
	margin-top:15px;
	background: transparent url(../images/layout/right-box-bg.jpg) no-repeat top left;
	
	width:207px;
	height:138px;
	
	padding-top:20px;
}

#right div.bluebox h2,#right div.bluebox h3{
	margin:0px;
	padding:0px;
}

#right div.bluebox h2 a,#right div.bluebox h3 a{
	text-decoration:none;
	border:none;
}

#right div.bluebox h2{
	color:#c42720;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
}

#right div.bluebox h3{
	color:#1c64a7;
	font-size:13px;
	margin-bottom:5px;
	text-decoration:none;
}

#right div.bluebox div.boxtop{
	
}

#right div.bluebox div.boxtopphoto{
	/*min-height:60px;
	height:expression(this.scrollHeight > 60 ? "auto":"60px"); 
	*/
}

#right div.bluebox div.boxtop div.blueboximg{
		position: absolute;
		margin-left:0px;
		margin-top:-10px;
}

#right div.bluebox div.boxtop div.blueboximg_small{
		position: absolute;
		margin-left:0px;
		margin-top:-10px;
}

#right div.bluebox div.boxtopphoto div.txt{
		width:110px;
		margin-left:90px;

}

#right div.bluebox div.boxtopphoto_small div.txt{
		width:140px;
		margin-left:60px;
		min-height:75px;
		height:expression(this.scrollHeight > 60 ? "auto":"60px"); 
}


#right div.bluebox div.boxbottom{
	position: absolute;
	background: transparent url('../images/layout/right-box-a-bg.jpg') no-repeat scroll top left;
	width:161px;
	margin-left:22px;
	margin-top:80px;
}

#right div.bluebox a.boxbtn {
    
    color: #fff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    font-weight:700;
    height: 32px;
    text-decoration: none;
    padding-left:45px;
    padding-top:8px;
    width:116px;
}

#right div.trueornottrue{
	padding-left:10px;
	
}

#right #trueornottrue_btn_true{
	width:87px;
	height:29px;
	border:none;
	background: transparent url('../images/layout/trueornottrue-left-btn-true.jpg') no-repeat scroll top left;
	margin-left:15px;
	margin-top:5px;
}

#right #trueornottrue_btn_false{
	width:87px;
	height:29px;
	border:none;
	background: transparent url('../images/layout/trueornottrue-left-btn-false.jpg') no-repeat scroll top left;
	margin-top:5px;

}


.answersvoted{
	width:240px;
}


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

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

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




#inhoud #years{
	margin-left:-160px;
	margin-top:-200px;
	margin-bottom:150px;
}

#inhoud #years #yearsboxes{
	position:absolute;
}

#inhoud #years #yearsboxes a{
	background: transparent url('../images/layout/75yearbox.png') no-repeat scroll top left;
	width:103px;
	height:152px;
	display:block;
	text-align:center;
	text-decoration:none;
	
	color:#808080;
	font-size:15px;
	font-weight:700;
	
	padding-top:23px;
	position:absolute;
}

#inhoud #years #yearsboxes a:hover{
	background: transparent url('../images/layout/75yearbox-hover.png') no-repeat scroll top left;
}


#inhoud #years #yearsboxes a img{
	padding-top:7px;
}

#inhoud #years img.yearbox-packshot{
	position:absolute;
	margin-left:-35px;
	margin-top:-70px;
}


#inhoud #years #yearsboxes a.yearsbox-1936{	margin-top:395px;	margin-left:52px;}
#inhoud #years #yearsboxes a.yearsbox-1940{	margin-top:395px;	margin-left:192px;}
#inhoud #years #yearsboxes a.yearsbox-1955{	margin-top:395px;	margin-left:332px;}
#inhoud #years #yearsboxes a.yearsbox-1966{	margin-top:395px;	margin-left:472px;}
#inhoud #years #yearsboxes a.yearsbox-1968{	margin-top:395px;	margin-left:612px;}


/*
#inhoud #years #yearsboxes a.yearsbox-1975{	margin-top:644px;	margin-left:52px;}
#inhoud #years #yearsboxes a.yearsbox-1983{	margin-top:644px;	margin-left:192px;}
#inhoud #years #yearsboxes a.yearsbox-1987{	margin-top:644px;	margin-left:332px;}
#inhoud #years #yearsboxes a.yearsbox-1994{	margin-top:644px;	margin-left:472px;}
#inhoud #years #yearsboxes a.yearsbox-1995{	margin-top:644px;	margin-left:612px;}
*/


#inhoud #years #yearsboxes a.yearsbox-1995{	margin-top:644px;	margin-left:52px;}
#inhoud #years #yearsboxes a.yearsbox-1994{	margin-top:644px;	margin-left:192px;}
#inhoud #years #yearsboxes a.yearsbox-1987{	margin-top:644px;	margin-left:332px;}
#inhoud #years #yearsboxes a.yearsbox-1983{	margin-top:644px;	margin-left:472px;}
#inhoud #years #yearsboxes a.yearsbox-1975{	margin-top:644px;	margin-left:612px;}


#inhoud #years #yearsboxes a.yearsbox-1996{	margin-top:893px;	margin-left:52px;}
#inhoud #years #yearsboxes a.yearsbox-2000{	margin-top:893px;	margin-left:192px;}
#inhoud #years #yearsboxes a.yearsbox-2007{	margin-top:893px;	margin-left:332px;}
#inhoud #years #yearsboxes a.yearsbox-2011{	margin-top:893px;	margin-left:477px;}



#inhoud #years #yearsboxes a.yearsbox-2011{
   background: transparent url('../images/layout/75yearbox-2011.png') no-repeat scroll top left;
   width:160px;
   height:239px;
   padding-top:33px;
   font-size:25px;
}

#inhoud #years #yearsboxes a.yearsbox-2011:hover{
   background: transparent url('../images/layout/75yearbox-2011-hover.png') no-repeat scroll top left;
}



.productoverview h3 {
	font-size: 18px;
	font-weight: normal;
}

.productoverview tr.bordertr td {
	border-bottom: 1px solid #cccccc;
}

.productoverview tr.bordertr td {
	border-bottom: 1px solid #cccccc;
}

.productoverview {
	margin-top: 212px;
}

.headerproductimage {
	z-index: 9999;
	position: absolute;
}
