/*
 * GEA HAPPEL
 * SCREEN 
 * datum 20090609
 */

/* Base css wordt geladen in HTML */

/* Blokken - Template */
body { text-align:center }
#container { text-align:left; width:980px; margin:auto; }
	#topContainer { text-align:right; width:980px; padding-top: 5px; height:20px; /* z-index: 5; */ }
	#column1 { width:780px; float:left; margin-bottom:50px; z-index: 1; }
		#sitetitle { position: relative; top: 40px; font-size: 22px; font-weight: bold; color: #878787; }
		#header { position: relative; top: 51px; height: 255px;z-index:100;margin-bottom:95px;}
		#subMenu { position: relative; width: 155px; float:left; padding-left: 0px; /* margin-left: -10px; */ margin-top: -5px; overflow:visible;z-index:101 } /* -10 zodat eerste op linker kantlijn begint */
		#mainArea { position: relative; width:610px; margin-left:170px;z-index:98; /* border: solid #900 1px; */ }
	#column2 { width:195px; margin-left:785px; }
		#logoBox { text-align:right; height:70px; }
		#filterBox { height:112px;}
		#filterBox { height:112px; margin-bottom: 30px; }
		#loginBox { margin-bottom:20px}
		#extraBox { margin-bottom:20px }
	#footer { text-align: center; width: 780px; clear:both; margin-left: 0px; }
	

/* Algemene layout - geldig voor alla pagina's */

.alert { 
 	color: #F00;
	font-weight: bold;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #192787;
}


/* Allerlei item, btn's, h1, h2, ... --------------------------------------------*/

h1 {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

h1.homepage {
	line-height: 22px;
	border-bottom: 1px solid black;
	margin-right: 0;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

h2 {
	width : 290px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
	border-bottom: 1px solid;
	margin-top: -3px;
	clear:both;
}

h2.home {
	margin-top:12px;	
}

h3 {
	font-size:13px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom: 8px;
	clear:left;
}

h4 {
	margin-left: 10px;
	margin-top:20px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

h5 {
	margin-bottom: 0px;
	color:#333333;
	font-size:11px;
	font-weight:bold;
}



/*----------------------------------------------------------------*/


/* HOME ---------------------------------------------- */

#home #leftColumn {
	float:left;
	width: 430px;
	overflow:visible;
}

	#home #leftColumn img { /* margin-top: 50px; */ /* border-bottom: 1px solid; */ }
	#home #leftColumn p.productText {
		margin-top: 20px;
		color:#333333;
		padding-right:30px;
	}
	
	#home #leftColumn div.points {
		color:#333333;
		padding-right:30px;
	}
	
	#home #leftColumn ul.productPoints {
		margin-top:20px;
		margin-left: 15px;
		list-style-type:disc;
		color:#00CC33;
	}
	
	#home #leftColumn #homeQuote {
		/* border: #000 solid 1px; */
		position: relative;
		text-align: center;
		/* height: 400px; Dirk 20090918 */
	}
	
	#home #leftColumn #homeQuote #homeQuoteText {
		/* border: #000 solid 1px; */
		font-size: 16px;
		font-weight: normal;
		font-style: italic;
		line-height: 40px;
		padding: 0 50px 0 15px;
		text-align: left;
		/* position: absolute; top: 50px; left: 150px; width: 250px; */
	}
	
	#home #leftColumn #homeQuote #homeQuoteContent img {
		margin-top: 15px;
		/* position: absolute; top: 0px; left: 0px; margin: 0; */
	}
	

#home #rightColumn {
	float: right;
	width: 305px;
}
	
	#home #rightColumn #homeReferences {
		border: #000 solid 1px;	
		text-align: center;
		margin-bottom: 20px;
		width: 304px;
		height: 260px;/*260px;*/
		overflow: hidden;
	}
	
	#home #rightColumn #homeReferences #homeReferenceImage {
		width: 304px; height: 195px; overflow: hidden;
	}
	
	#home #rightColumn #homeReferences #homeReferenceTitle {
		width: 284px; padding: 0 10px 0 10px; background: #CCC; text-align: center; color: #000; height: 65px; overflow: hidden;
	}
	
	#home #rightColumn img { margin-bottom: 20px }
	#home #rightColumn img.newsItem { float:left; margin-right: 10px }
	
	#home #rightColumn a.newsItem { 
		margin-top:-15px;
		text-decoration: none;
		line-height: 20px;
		color:#333333;
		padding-right:30px;
	}
	
	#home #rightColumn a.newsItem:hover { text-decoration:underline }
	
	#home #rightColumn p.productDetail { margin-left: 30px; color:#333333 }
	
	#home #rightColumn p { margin: 0px; padding: 0px; }

/*----------------------------------------------------------------*/

/* TopContainer --------------------------------------------------*/
#topContainer ul { margin-right: 0; }

#topContainer li {
	display:inline;
	list-style:none;
	margin-left: 2px;
	padding-left: 4px;
	border-left: 1px solid #666666;
	padding-bottom:1px;
}

#topContainer li.noDivider {
	border-left: none;
}

#topContainer a {
	text-decoration:none;
	color:#333333;
	font-size:9px;
}

#topContainer a:hover, #topContainer a.selected { 
	text-decoration: underline;
	color:#333333;
}

/*----------------------------------------------------------------*/


/* Header ------------------------------------------------------- */
#header ul.mainMenu { 
	padding-left: 170px;
	padding-top: 15px;
	
}

#header li.mainMenu {
	list-style:none;
	display:inline;
	margin-right:10px;
}

/*
#header a{ 
	font-size: 12px;
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

#header a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#header li a.selected { color: #FFF }
*/

/* Verschillende page headers */
#header.productpage { background-image:url(/site/images/headerProducts.jpg); background-repeat:no-repeat }

/* breadcrums */
#header #breadcrumLead {
	font-size:9px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 25px;
	color:#333333;
}

#header #breadcrumLead a{
	font-weight: normal;
	text-decoration:none;
	color:#333;
}

#header #breadcrumLead a:hover,#header #breadcrumLead a:active {
	color:#333;
	text-decoration:underline;
}

/*-----------------------------------------------------------------*/


/* Column 1 -> Submenu ------------------------------------------- */

#subMenu { 
	color:#878787;
}

#subMenu ul {
	margin-left: 20px;
	margin-bottom: 5px;

}

#subMenu li {
	/* list-style:none; */
	/* list-style-type:none; */
	/* list-style: none; */
	list-style-image: url(/site/images/submenudots.jpg);
	list-style-type:square;
	margin: 0 0 3px 0;
	padding: 0;
	width:135px; /*auto; Dirk 20090918 */
}

#subMenu ul:hover { width:1000px; } 

#subMenu li.subLink {
	list-style:none;
	/*list-style-image:url(listStripe.gif);*/
	/*margin-left: 15px;*/
}

#subMenu a { 
	color:#878787;
	text-decoration:none;
	font-size: 11px;
	display:block;
	width:100%;
}

#subMenu a:hover {
	color:#000000;
/*	font-weight:bolder; */
}

/*Dirk 20090918
#subMenu a.selected:visited{
	color:black;
	font-weight:bold;
}
*/
#subMenu a.hasSubmenu{
	color: #333;
	font-weight:bold;
}

/*-----------------------------------------------------------------*/

.spacer_30{height:30px;}
/* Column 2 -> SEARCHBOX ----------------------------------------- */
#searchBox {  height:113px;  }

#searchBox input.searchField { width:133px; margin-left: 20px; margin-top: 5px; border:1px solid #ccc }

#searchBox .social{
	margin:20px 10px;
}


/*--------------------------------------------------------------*/

/* Column2 -> FILTERBOX ----------------------------------------*/

#filterBox { margin-bottom:0px; background-color:#CCCCCC }

#filterBox select {
	width:150px;
	margin-left: 20px;
	margin-top:5px;
	margin-bottom:5px;
}

	#filterBox p.register {
	padding-left: 20px;
	padding-bottom:0px;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	}
	
	#filterBox li a.register, li a.register:hover {
		color:#333;
		font-size:9px;
		font-weight:bold;
		text-decoration:none;
	}
	
	#filterBox input.textInput {
		width: 150px;
		margin-top: 6px;
		margin-left: 20px;
		border: 1px solid #999;
		font-size: 11px;
	}
	
	#filterBox p.loginBtn {
		cursor:pointer;
		font-weight:normal;
		margin-left: 122px;
		margin-top: 2px;
		width:100%;
	}
	
	#filterBox a, #filterBox a:hover { text-decoration:none; color:#FFF }
	
	#filterBox img { vertical-align: middle}

	/*#filterBox input { 
		margin-bottom: -10px;
		margin-left: 10px;
		height:15px;
	}*/
	
	#filterBox ul {
		width:100%;
		text-align:right;
		margin-left: -22px;
	}
	
	#filterBox li { 
		list-style:none;
		display:block;
		margin-left:5px;
		margin-top: -2px
	}
	
	#filterBox li.firstItem{
		border-right: 1px solid #000000;
		padding-right:10px
	}
	
	#filterBox a {
		text-decoration:none;
		color:#333333;
	}
	
	#filterBox a:hover, a:active { text-decoration:underline  }


/*--------------------------------------------------------------*/

/* Column 2 -> LOGINBOX ----------------------------------------*/
#loginBox input.textInput {
	width: 150px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
}

#loginBox a.logout {
	margin-bottom: 5px;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

#loginBox p {
	margin-left: 10px;
	margin-top:20px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	color:#333333;
	font-size:11px;
	font-weight:bold;
}

#loginBox p.loginBtn {
	cursor:pointer;
	font-weight:normal;
	margin-left: 112px;
	margin-top: 2px;
	width:100%;
}

#loginBox img { vertical-align:middle; }

#loginBox a, a:hover { text-decoration:none }
/*--------------------------------------------------------------*/

/* Column2 -> ExtraBox -----------------------------------------*/

/*

#extraBox ul {
	margin-left:25px;
	color:#00CC00;
}

#extraBox a.point {
	text-decoration:underline;
}

#extraBox p {
	color:#333333;
	margin-left: 10px;
	width: 130px;
	padding: 10px;
	border: 1px solid;
}

#extraBox a {
	font-size:9px;
	line-height:14px;
	text-decoration: none;
	color:#333333;
}

#extraBox a:hover { text-decoration:underline }

#extraBox img { margin-bottom: 10px }
*/
/*--------------------------------------------------------------*/

/* Column2 -> infoBox ------------------------------------------*/
#infoBox {
	border: 1px solid #333;
	width: 175px;
	margin: 0 0 10px 10px;
	text-align: left;
}

#infoBox h4 {
	margin-top: 8px;
}

#infoBox input.textInput {
	width: 130px;
	margin-bottom: 3px;
	border: 1px solid #CCCCCC;
}

#infoBox p {
	margin: 0 10px 5px 10px;
	padding-bottom: 0px;
	/* color:#333333; */
	font-size:10px;
	text-align:left;
}

#infoBox p.loginBtn {
	cursor:pointer;
	font-weight:normal;
	text-align:right;
	margin-top: 2px;
	width:130px;
}
*/
#infoBox img { vertical-align: middle; text-align: center; }

#infoBox a, a:hover { text-decoration:none }

#infoBox p.download {
	font-size:9px;
}

#infoBox a.download, a.download:hover, a.download:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#333333;
}
/*--------------------------------------------------------------*/

/* Column1 -> MAINAREA -----------------------------------------*/

#mainArea #mainText {
	padding-right: 30px;
	line-height: 20px;
}

	#mainArea #mainText h3 {
		font-weight: bold;
		clear: none;
		margin-top: 15px;
	}
	
	#mainArea td {
		padding: 3px;
	}

	#mainArea ul, #mainArea ol, #mainArea blockquote {
		margin: 0 0 15px 25px;
	}
	
	#mainArea #mainPictures { float: right; margin-left: 20px; width: 285px;  }
	
		#mainArea #mainPictures #productPictures { border: #ccc solid 1px; height: 220px; }
		
		#mainArea #mainPictures #productIcons { border: #ccc solid 1px; padding: 3px; } /* dIRK 20090920 height: 40px; verwijderd*/
		
		#mainArea #mainPictures #productIcons #productIconsIcons { margin: 0; list-style:none; float: left; width:185px;} /* dIRK 20090920 width:185px; toegevoegd*/
		#mainArea #mainPictures #productIcons #productIconsIcons li { display:inline; }
		
		#mainArea #mainPictures #productIcons #productIconsButtons { margin: 0; list-style:none; float: right; }
		#mainArea #mainPictures #productIcons #productIconsButtons li { display:inline; }
		
/* --------------------------------------------------- */ 



/* Product infotype ----------------------------------------------------- */

	#infotype { margin-top: 42px; position:absolute}
	#infotype h3 { margin:2px; text-decoration: none; height: 20px; line-height: 20px; width: 180px; padding: 5px; display: block;cursor:pointer /* Dirk 20090918 */ }
	
	#infotype ul { padding: 3px; margin: 0; }
	#infotype li { list-style: none; margin-top: 2px; }
	#infotype div { overflow:hidden; width: 185px;}
	
	#infotype_items li { list-style: none; /* padding-left: 15px; */ margin-bottom: 5px; padding: 5px; vertical-align: text-top; border-bottom: #999 solid 1px; width: 180px; }
	#infotype_items li a { text-decoration: none; color: #000; line-height: 16px; background: none; }

/*--------------------------------------------------------------*/

/* Footer ----------------------------------------------------- */
#footer {
	text-align:left;
	height: 35px;
	color: #fff;
}

#footer p{
	font-size: 10px;
	padding: 8px 0 0 15px;;
}

#footer a{
	color: #fff;
	text-decoration: none;
}
/*--------------------------------------------------------------*/


