/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#7F8083;
margin: 0 0 0 0px;
padding: 0;
width:100%;
height:100%;
}
body, html {

/* Red dominant */
  scrollbar-arrow-color: #DFE0E1 !important;
  scrollbar-darkshadow-color: #DFE0E1 !important;
  scrollbar-face-color: #C00010 !important;
  scrollbar-highlight-color: white !important;
  scrollbar-shadow-color:  #999999 !important;
  scrollbar-track-color: #DFE0E1 !important;
  scrollbar-3dlight-color: #DFE0E1 !important;
}

/*------------------------------------------ TEXT */
p{
margin:20px 0 20px 0;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#7F8083;
}
#left p{
margin:5px 0 30px 0;
padding:0;
font-size:11px;
font-weight:bold;
color:#3E282B;
}
#footer p{
margin : 0;
font-size:9px;
color:#3E282B;
}
strong{ /* Use for black bold text */
font-weight:bold;
color:#3E282B;
line-height:15px;
}
span{ /* Use for red text */
color:#C00010; 
}

/* Title section */
			h1{ /* Use for red tittle */
			margin: 0px 0px 0px 0px;
			font-size:22px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#C00010;
			}
			h2{ /* Use for black tittle */
			margin: 0px 0px 5px 0px;
			font-size:18px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			}
			h3{  /* Use for top title of the right block */
			display:block;
			position:relative;
			top:-2px;
			margin: 0px 0px 0px 25px;
			padding-left:3px;
			font-size:11px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			background-color:white;
			width:130px;
			height:12px;
			vertical-align:middle;
			}
			h4{ /* Use for black title of the right block */
			margin: 15px 0px 5px 0px;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			}
			#leftcenter h4{ /* Use for black title of the right block */
			margin: 0px 0px 5px 0px;
			padding: 0;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			}
			h6{ /* Use for red little title */
			margin: 15px 0px 5px 0px;
			font-size:10px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#C00010;
			}
			h6.littletitle{ /* Use for black little title */
			margin: 30px 0px 0px 0px;
			font-size:11px;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#3E282B;
			}
			#leftcenter h5{ /* Use for red title of the left block */
			margin:5px 0 10px 0;
			padding:0;
			font-size:10px;
			font-weight:bold;
			color:#C00010;
			}



a{
color:#3E282B;
text-decoration:none;
}
a:hover{
color:#C00010;
text-decoration:underline;
}
a:active{
color:#C00010;
}

/* list */
		dl, dt, dd, ul, li, ol {
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		#text li, #center2 li, #center_adapt li, #principal_adapt li, #principal_fixed li{
		list-style-position:outside;
		list-style-type:disc;
		margin:0 0 0 30px;
		}
		#principal ul, #principal_adapt ul, #principal_fixed ul, #right ul {
		margin-bottom:10px;
		margin-top:10px;
		}
		#producttable li { 
		margin:0;
		list-style-type:none;
		}
		#center_adapt dl{
		margin-bottom:15px;
		list-style-type:none;
		}

#rightcenter img+p{
margin:5px 0 0 0;
}
img{
border:0px;
}




/*------------------------------------------ PRODUCT TABLE------------------------------------------*/  
#producttable{
clear:right;
margin:0;
padding:0;
background-color:white;
list-style-type:none;
}
table{
width:100%;
float:none;
}
td{
font-size:11px;
padding : 0px 0px 0px 0px;
}
.tdred{  /* Use for a red background of cellule */
color:white;
background-color:#C00010;
padding : 5px 5px 5px 5px;
}
.textcenter{
text-align:center;
}



/*------------------------------------------ CONTAINER, AND FOOTER */
#container {
	position: absolute;
	width: 100%;
}
#container #footer {
	clear:both;
	height:30px;
	margin-left:165px;
	margin-top:10px;
}



/*------------------------------------------ HEADER */
#header {
margin:5px 0px 0px 0px;
padding:0px;
height: 62px;
width:100%;
min-width:80px;
}
#headerspacer{
width:99%;
height:70px;
background-color:#C00010;
}
.imgheader1{
position:absolute;
top:5px;
left:0px;
}
.imgheader2{
position:absolute;
top:5px;
right:0px;
}
#language{
position:absolute;
top:43px;
left:250px;
width:200px;
height:20px;
background-color:#C00010;
color:white;
}
#language a{
color:white;
}
#language a:hover{
text-decoration:underline;
}


/*------------------------------------------ RESEARCH */
#research { position:relative; top:40px; height:40px; padding:0px 0px 0px 0px; margin:0px 0px 40px 10px; width:150px;/* background-color:red;*/ }
#research form{ padding:0; margin:0; background-image:url(../pictures/research.gif); background-repeat:no-repeat; background-position:0px 0px; }
#inputtext{ display:block; top:10px; margin:0 0 0 5px; padding:2px 0 0 0; height:13px; border:0px; background-color:transparent; width:110px; }
#inputgo{ display:block; position:relative; left:116px; top:-15px; }
select, input{ font-size:9px; margin-top:3px; color:#7F8083; }

/*------------------------------------------ PRINCIPAL CONTAINER */

			#principal { margin-left:10px; background-image:url(../pictures/spacer_gray.gif); background-repeat:repeat-y; background-position:bottom left; display:inline-block; }
			
			/* Use principal and center for template with a right and a left block */ 
			#center { position:relative; margin-left:155px; margin-right:210px; min-width:350px; min-height:450px; text-align: center; }
			* html #center { position:absolute; left:0; right:355px;}
			#center .links { text-align:left; line-height:16px; margin-right:360px;}
			#center .links h1 { font-weight:normal; font-size:24px; line-height:26px; }
			#center .links h3 { position:static; width:auto; height:auto; margin:10px 0 5px 0; font-size:16px; padding:0; line-height:25px; font-weight:normal; font-style:italic; }
			
			#center .rechts { position:absolute; width:336px; top:0; right:0; }
			#center .rechts a:hover { text-decoration:none; }

			div.sub_block { margin:0 0 8px 0; padding:0; height:80px; width:336px; background-image:url(../pictures/bg_sub_block.jpg); background-position: 0px 0px; background-repeat: no-repeat; }
			div.text { float:right; padding:8px; width: 170px; text-align:left; }
			div.image { float:left; padding: 1px; text-align:right; width:134px; }
			div.text h1 { font-size:14px; font-weight:bold; padding:0; margin:0; color:#C00010;}
			div.text p { padding:0; margin:5px 0px 0px 0px; font-size:9px; }
			
			div.sub_block:hover { background-image: url(../pictures/bg_sub_block_.jpg); }
			
			div.volumes { margin:0 0 8px 0; padding:0px; height:80px; width:338px; }
			div.volume { float:left; margin:0 1px 0 1px; padding:17px 0 0 0; width:110px; height:63px; background-image:url(../pictures/btn_volume.png); background-position:0px 0px; background-repeat:no-repeat; }
			div.volume a { color:#FFFFFF; font-size:16px; font-variant:small-caps; }
			div.volume a:hover { color:#FFFFFF; }
			div.certificaten { text-align:right; margin:0 0 8px 0; padding:0; height:50px; width:336px; }
			div.certificaten a, div.certificaten img { margin:0; padding:0; border:0; }
			
			/* Use center2 (with #principal_adapt) for template with just a right block */ 
			#center2 {
				margin-left:0px;
				margin-right:210px; 
				height:60%;
				min-height:450px;
			}
			
			/* Use pricipal_adapt for template without right or left block */
			#principal_adapt {
				margin-top:0px;
				margin-right:20px;
				margin-left:10px;
				margin-bottom:40px;
			}
			
			/* Use center_adapt (with #principal) for template  with just a left block */
			#center_adapt {
				margin-left:160px;
				margin-right:30px;
				height:60%;
				min-height:450px;
			}
		
		
			/* Error page */
			#principal_fixed{
				margin-top:0px;
				margin-right:30px;
				margin-left:30px;
				margin-bottom:0px;
			}
			#center_fixed {
				margin-top:50px;
				margin-left:220px;
				margin-right:30px;
				padding:0;
				width:460px;
				height:400px;
			}
			#error{
				position:absolute;
				width:600px;
				margin-top:-12px;
				margin-left:-80px;
			}

#right{
	position:absolute;
	top:145px;
	right:0;
	width:190px;
	background-image:url(../pictures/right2.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#righttop{ /* Background-picture of top right block */
	border-top:10px solid #FFFFFF;
	height:12px;
	background-image:url(../pictures/right1.gif);
	background-repeat:no-repeat;
}

#rightcenter{
	margin: 20px 10px 20px 25px;
}

#rightcenter form{
	padding:0;
	margin:0;
	background-image:url(../pictures/research.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#rightbottom{ /* Background-picture of bottom right block */
	height:12px;
	background-color:white;
	background-image:url(../pictures/right3.gif);
	background-repeat:no-repeat;
	background-position:top;
}

/*------------------------------------------ LEFT BLOCK */
#left {
float:left;
width:135px;
}
#lefttop{ /*Gray corner of top left block */ 
height:5px;
background-image:url(../pictures/left1.gif);
background-repeat:no-repeat;
background-position:top left;
}
#leftcenter{
margin: 10px 10px 20px 10px;
}
#leftcenter p {
	font-weight: normal;
	font-size: 10px;
	line-height: 140%;
}
#leftbottom{ /*Gray corner of bottom left block */
margin-top: 50px;
height:12px;
background-image:url(../pictures/left3.gif);
background-repeat:no-repeat;
background-position:bottom left;
float:left;
clear:both;
}



/*------------------------------------------ MENU TOP ------------------------------------------*/
#menu {
position: absolute;
top: 74px;
right: 50px;
height:26px;
z-index:110;
width:700px;
}

#menu dl {
float: left;
margin-left: 2px;
margin-right: 1px;
width: 93px;
}

#menu dd{
position: absolute;
cursor: pointer;
visibility:hidden;
top:27px;
background-color:#DFE0E1;
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;
z-index:-50;
background-image:url(../pictures/bt_gray2.gif);
background-repeat:no-repeat;
background-position:left bottom;
width:130px;
}

#menu dd ul li a {
	background-image:url('../pictures/streepje.gif');
	background-repeat:no-repeat;
	padding-left:10px;
	background-position:0px 6px;
}

#menu dd ul li a:hover {
	background-image:url('../pictures/streepje_hover.gif');
	background-color:#ECECEC;
}

#menu li {
text-align:left;
padding: 2px 0px 5px 0px;
}
#menu li a {
text-decoration: none;
display: block;
height: 100%;
font-size: 9px;
border: 0 none;
margin-top: 6px;
}
#menu dt {
cursor: pointer;
height:26px;
text-align: center;
margin-top: 1px;
padding:0px;
width:93px;
}
#menu dt a.blacktext {
color: #3E282B;
text-decoration: none;
display: block;
border: 0 none;
padding-top:8px;
font-weight:bold;
}
#menu dt a.graytext {
color: white;
text-decoration: none;
display: block;
border: 0 none;
padding-top:8px;
font-weight:bold;
}
#menu dt a.graytext_2lines {
color: white;
text-decoration: none;
display: block;
border: 0 none;
padding-top:1px;
font-weight:bold;
} 
#menu dt a:hover {
height:26px;
color:#C00010;
background-image:url(../pictures/bt_survol_w.gif);
background-repeat:no-repeat;
} 
#menu dt.bt_gray{ /* Background image for gray button */
background-image:url(../pictures/bt_gray.gif);
background-repeat:no-repeat;
font-size:10px;
}
#menu dt.bt_black{ /* Background image for black button */
background-image:url(../pictures/bt_black.gif);
background-repeat:no-repeat;
font-size:10px;
}
#menu dt.bt_red{ /* Background image for red button */
background-image:url(../pictures/bt_red.gif);
background-repeat:no-repeat;
font-size:10px;
}

#crumb p {
	font-size: 10px;
	padding: 0px 0px 10px 0px;
	margin: 0;
}

#crumb a {
	color: #C00010;
	text-decoration: none;
}

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

#neopostcountryselector{
	position:absolute;
	top:80px;
	left:10px;
	vertical-align:bottom;
}

#countrytext{
	width:111px;
	margin-bottom:2px;
}

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