<!--
/* 
====================================================================

	Nico van Veenendaal webdesign & -development
	www.nicovanveenendaal.nl | info@nicovanveenendaal.nl
          
	Project: Helios Zonwering
	Datum: 7-04-2010

====================================================================
*/


* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: #bec1c4 url('img/body_bg.png') repeat-x;
	color: #2d3338;
	height: 100%;
}

#base {
	position: relative;
	width: 970px;
	margin: 0 auto 0 auto;
	background: #d8dadb url('img/content_bg.png') 0 311px repeat-x;
}
	

/*
============================== COMMON STYLES
*/

img { border: none; }
.left { float: left; }
.right { float: right; }
img.left { margin: 0 8px 0 0; }
img.right { margin: 0 0 0 8px; }
.hand { cursor:pointer; cursor:hand; }



/*
============================== HEADER
*/

#header {
	position: relative;
	width: 970px;
	height: 310px;
	background: #ffffff;
}
	#logo a {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 213px;
		height: 78px;
		display: block;
		overflow: hidden;
		line-height: 999px;
		background: url('img/logo_HeliosZonwering.png') no-repeat;
	}
	
	#naw {
		float: right;
		font-size: 11px;
		line-height: 16px;
		padding: 20px 20px 0 0
	}
		#naw p, #naw a {
			color: #7e8489;
			text-decoration: none;
		}
		#naw a:hover {
			text-decoration: underline;
		}
		
	#visual {
		position: absolute;
		bottom: 0;
		width: 970px;
		height: 200px;
		overflow: hidden;
		background: #cccccc;
	}



/*
============================== MAINNAV
*/

#mainNav {
	width: 200px;
	background: #c5c8ca url('img/navColumn_bg.png') bottom no-repeat;
	vertical-align: top;
}

	#mainNav ul {
		list-style: none;
		padding: 0 3px;	
		margin: 32px 0 0 0;
	}
		#mainNav ul li {
			display: block; 
			position: relative; 
			margin: 0;
		}

			#mainNav ul li a {
				font-size: 13px;
				width: 170px;		/* -24px padding */
				padding: 5px 8px 5px 16px;
				color: #283138;
				font-weight: bold;
				text-decoration: none;
				display: block;
				z-index: 10;
			}		
			#mainNav ul li a:hover {
				background: url('img/mainNav_hover.png') repeat-y;
			}
			
			
				#mainNav ul ul {
					padding: 0;
					margin: 0;
				}
				
					#mainNav ul ul li a {
						font-size: 12px;
						font-weight: normal;
					}
					
						#mainNav ul ul ul {
							padding: 0;
							margin: 0;
						}
							
							#mainNav ul ul ul li a {
								width: 160px;		/* -34px padding */
								font-size: 11px;
								padding: 3px 8px 3px 26px;
							}
				

				








#element {
	height: 150px;
	background: #82888d url('img/navColumn_element.png') bottom no-repeat; 
}



				
				
/*
============================== CONTENT
*/

#content {
	width: 704px;	/* -66px padding */
	height: 100%;
	padding: 10px 33px 0 33px;
	vertical-align: top;
}
	#content .intro {
		padding: 10px 66px 0 0;
	}

	#content h1 {
		color: #9a1b34;
		font-size: 36px;
		font-weight: normal;
		margin: 0 0 10px 0;
	}
	
	#content h2 {
		color: #9a1b34;
		font-size: 24px;
		font-weight: normal;
		margin: 0 0 2px 0;
	}
	
	#content p {
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 20px 0;
	}
	
	#content a {
		color: #9a1b34;
		text-decoration: none;
	}
		#content a:hover {
			text-decoration: underline;
		}

	#content ul {
		padding: 0 0 17px 16px;
	}
		#content li {
			font-size: 12px;
			margin: 0 0 3px 0;
		}
	
	#rightColumn {
		float: right;
		width: 316px;
	}
	

/*
============================== BREADCRUMBS
*/

.B_crumbBox {
	position: relative;
}
	#content .B_crumbBox,
	#content .B_crumbBox a {
		font-size: 11px;
		color: #7e8489;
		text-decoration: none;
	}
		#content .B_crumbBox a:hover {
			text-decoration: underline;
		}
		.B_crumb,
		.B_homeCrumb,
		.B_lastCrumb {
			text-transform:lowercase;
		}
		

	


/*
============================== OVERVIEWS
*/		
		

#content #overviewSmall,
#content #overviewMiddle,
#content #overviewLarge {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 -3px;
}
	.oneColumn {
		width: 730px;
	}
	.twoColumns {
		width: auto;
	}

	#content #overviewSmall .item,
	#content #overviewMiddle .item,
	#content #overviewLarge .item {
		position: relative;
		float: left;
		width: 227px;
		margin: 0 14px 12px 0;
	}
	#content #overviewLarge .item {
		width: auto;
	}
	
		#content #overviewSmall .visual,
		#content #overviewMiddle .visual,
		#content #overviewLarge .visual {
			width: 227px;
			height: 106px;
		}
		
		#overviewLarge .visual {
			float: left;
			margin: 0 9px 0 0;
		}
		
		#overviewSmall h3 a,
		#overviewMiddle h3 a,
		#overviewLarge h3 a {
			color: #2d3338;
			font-size: 12px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			margin: 0 0 0 3px;
		}
		
		#overviewSmall div,
		#overviewMiddle div,
		#overviewLarge div{
			position: relative;
			background: #ffffff;
			margin: 2px 0 0 0;
		}
		
			#overviewSmall img,
			#overviewMiddle img,
			#overviewLarge img {
				position: absolute;
				top: 0;
				left: 0;
				margin: 3px;
			}
			
			#content #overviewSmall p,
			#content #overviewMiddle p,
			#content #overviewLarge p {
				font-size: 11px;
				line-height: 15px;
				margin: 0;
				padding: 4px 8px 8px 8px;
			}
			
			#content #overviewLarge p {
				
			}
		



#twoColumns {
	float: left;
	width: 737px;
	background: transparent url('img/rightColumn_bg.png') top right no-repeat;
}
	#leftColumn {
		width: 467px;
		vertical-align: top;
	}
	
	#space {
		width: 12px;
	}

	#rightColumn {
		width: 258px;
		vertical-align: top;
	}
		#rightColumn ul {
			width: 258px;
			list-style-type: none;
		}
			#rightColumn ul li {
				padding: 16px 12px;
			}
	

#bottomBlock {
	background: #3b444c;
	padding: 9px 0 9px 24px;
	margin: 0 24px 0 0;
}
	#bottomBlock ul {
		list-style-type: none;
	}
	
		#bottomBlock li {
			float: left;
			width: 338px;		/* -18px padding */
			padding: 9px;
			margin: 0 10px 0 0;
			
		}
			#bottomBlock h3 a,
			#content #rightColumn h3 a {
				font-size: 16px;
				font-weight: bold;
				text-transform: uppercase;
				color: #ffffff;
				text-decoration: none;
			}
			#bottomBlock p,
			#bottomBlock p a,
			#content #rightColumn p,
			#content #rightColumn p a {
				font-size: 12px;
				line-height: 19px;
				color: #ffffff;
				text-decoration: none;
				margin: 4px 0 0 0;
			}
			#bottomBlock a,
			#content #rightColumn a {
				margin: 0;
				font-weight: bold;
			}
				#bottomBlock a:hover,
				#content #rightColumn a:hover {
					text-decoration: underline;
				}




/*
============================== CONTENTFUNCTIONALITEIT
*/ 

	#friendContainer {
		width: 577px;		/* -20 padding */
		margin: 0 0 6px -11px;
		padding: 16px 10px;
		background: #e2ebf2;
	}

		#friendContainer form {
			
		}
			#friendContainer fieldset {
				border: none;
			}
				#friendContainer label {
					width: 150px;
					font-size: 12px;
					color: #6f7073;
					float: left;
					text-align: right;
					padding: 9px 6px 0 0;
				}
				#friendContainer input {
					float: left;
					width: 232px;		/* -8px padding */
					height: 18px;
					color: #6f7073;
					padding: 0 4px;
					border: 1px solid #cccccc;
					margin: 6px 0 0 0;
				}
				#friendContainer textarea {
					float: left;
					width: 232px;		/* -8px padding */
					height: 100px;
					color: #6f7073;
					padding: 0 4px;
					border: 1px solid #cccccc;
					margin: 6px 0 0 0;
				}






/*
============================== OVERVIEW
*/

.overview {
	list-style-type: none;
}
	#content .overview li {
		position: relative;
		padding: 0;
		background: none;
	}
		#mainColumn .overview p {
			margin: 0;
		}
	.list em {
		font-style: normal;
		color: #939598;
	}

	.overview .item {
		position: relative;
		padding: 8px;
		margin: 0 0 0 -8px;
		background: #ffffff;
		cursor:pointer;
		cursor:hand; 
	}




/*
============================== CONTACT
*/

#contact form fieldset {
	border: none;
}
	#contact form label {
		font-size: 12px;
		font-weight: normal;
		color: #333333;
	}
	#contact form input {
		width: 300px;
		margin: 5px 0 15px 0;
	}
	#contact form input.button {
		margin: -20px 0 0 0;
		width: 150px;
	}
	#contact form textarea {
		width: 550px;
		height: 150px;
		margin: 5px 0 15px 0;
	}
	#contact div.errors {
		font-size: 12px;
		line-height: 18px;
		color: #bb2723;
		border: 1px solid #bb2723;
		padding: 10px;
		margin: 0 0 20px 0;
	}




/*
============================== GOOGLE MAP
*/

#map {
	width: 704px;
	height: 468px;
}
	#content #mainColumn #route p {
		font-size: 11px;
		line-height: 16px;
		padding: 0;
		margin: 0;
	}
	
	#content #mainColumn #route p.small {
		font-size: 11px;
		line-height: 14px;
		padding: 10px 0 8px 0;
		margin: 0;
	}
	#route {
		width: 270px;
		height: 170px;
		overflow: hidden;
	}
		#route input {
			height: 17px;
			width: 220px;
			float: left;
			color: #6f7073;
			padding: 0 4px;
			margin: 0 4px 0 0;
			border: 1px solid #cccccc;
		}
		#route a.button {
			width: 22px;
			height: 19px;
			float: left;
			overflow: hidden;
			line-height: 999px;
			background: url('img/btn_submit.png') 0 0 no-repeat;
		}
			#route a.button:hover {
				background-position: 0 -19px;
			}



/*
============================== SITEMAP
*/ 

#sitemap ul {
	list-style-type: none;
	padding: 0
}
	#sitemap ul ul {
		margin: 0 0 16px 8px;
	}
		



/*
============================== CONTACT
*/

#content form fieldset {
	border: none;
}
#content form label {
	font-size: 12px;
	font-weight: normal;
}
#content form input {
	width: 300px;
	margin: 5px 0 15px 0;
}
#content form input.button {
	margin: -20px 0 0 0;
	width: 150px;
	border: 1px solid #cccccc;
}
#content form textarea {
	width: 440px;
	height: 150px;
	margin: 5px 0 0 0;
	border: 1px solid #cccccc;
}
#content div.errors {
	font-size: 12px;
	line-height: 18px;
	color: #9a1b34;
	border: 1px solid #9a1b34;
	padding: 10px;
	margin: 0 0 20px 0;
}

#content .verstuur {
	width: 65px;
	height: 19px;
	float: left;
	overflow: hidden;
	line-height: 999px;
	background: url('img/btn_versturen.png') 0 0 no-repeat;
}
	#content .verstuur:hover {
		background-position: 0 -19px;
	}




/*
============================== FAQ
*/

#content .faq {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	#content .faq .question {
		position: relative;
		padding: 5px 9px 5px 16px;
		background: #626970 url('img/arrow_faq_closed.png') 6px 9px no-repeat;
		cursor: pointer;
		cursor: hand;
		color: #ffffff;
		font-weight: bold;
	}
	#content .faq .question.active {
		background: #626970 url('img/arrow_faq_open.png') 6px 9px no-repeat;
	}
	
	#content .faq .answer {
		padding: 9px;
	}



/*
============================== FOOTER
*/





	#footer {
		width: 970px;
		margin: 0 auto;
	}
		#footer p {
			font-size: 11px;
			color: #3b444c;
		}
			#footer p a {
				color: #3b444c;
				text-decoration: none;
			}
				#footer p a:hover {
					text-decoration: underline;
				}
			#footer .left { margin: 6px 0 50px 4px; }
			#footer .right { margin: 6px 4px 50px 0; }
		
		
		
		
		
		








		
		

/*
============================== CLEARFIX
*/

* html .clearfix {
	height: 1%;
}
html[xmlns] .clearfix {
	display: block;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
-->