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

//
//	StyleSheet lekkernei.nl
//
//	Aangemaakt door Tim Kant, Realpix, 09-2007
//

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

/* =========================================================================================
// 	Algemeen
========================================================================================= */

	* {
		color:#4f5657;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	html, body {
		height: 100%;
		width: 100%;
	}
	
	body {
		font-size: 12px;
		line-height: 20px;
		background: #FFFFFF url(../images/bg_content.jpg) top center repeat-x;
	}
	
	a:link,
	a:active,
	a:visited {
		text-decoration:underline;
	}
	
	a:hover {
		text-decoration:none;
	}
	
	p {
		margin-top: 10px;
	}
	
	img {
		border: 0;
		line-height: 20px;
	}
	
/* =========================================================================================
// 	Opbouw - CONTAINER
========================================================================================= */

	#container {
		position: absolute;
		width: 900px;
		margin-left: -450px;
		margin-top: 5px;
		left: 50%;
		background-color:#FFFFFF;
	}
	
/* =========================================================================================
// 	Opbouw - HEADER
========================================================================================= */

	#header {
		width: 900px;
		height: 145px;
		margin: 0;
		padding: 0;
		border-bottom: #c1cd23 solid 7px;
	}
	
	#header_left {
		width: 350px;
		height: 75px;
		margin: 0;
		padding: 70px 0 0 0px;
		float: left;
	}
	
	#header_right {
		width: 550px;
		height: 145px;
		margin: 0;
		padding: 0;
		float: right;
	}
	
	#header_ufo {
		width: 900px;
		height: 195px;
		margin-top: 5px;
		padding-bottom: 5px;
		border-bottom: #4f5657 solid 7px;
	}
	
	#header_ufo_left {
		width: 604px;
		height: 195px;
		margin: 0px;
		padding-right: 5px;
		position: relative;
		float: left;
		border-right: #4f5657 solid 1px;
		}
	
	#header_ufo_right {
		width: 265px;
		height: 195px;
		margin-left: 5px;
		padding: 0px 10px;
		position: relative;
		float: right;
		background-color: #c1cd23;
		}
		
	#header_ufo_right_title {
		width: 255px;
		height: auto;
		margin-top: 10px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: #4f5657 solid 5px;
	}
	
	.header_ufo_right_content {
		width: 255px;
		height: auto;
		margin: 0;
		padding-bottom: 5px;
	}
	
/* =========================================================================================
// 	Opbouw - CONTENT
========================================================================================= */

	#content_holder {
		width: 900px;
		height: auto;
		margin-top: 20px;
		padding: 0;
	}
	
	#content_left {
		width: 604px;
		height: auto;
		margin: 0px;
		padding-right: 5px;
		position: relative;
		float: left;
		border-right: #4f5657 solid 1px;
	}
	
	#content_right {
		width: 285px;
		height: auto;
		margin: 0;
		padding: 0;
		float: right;
	}
	
	#content_right_banner {
		width: 275px;
		height: auto;
		margin: 0;
		padding: 5px;
	}
	
/* =========================================================================================
// 	Opbouw - FOOTER
========================================================================================= */

	#footer {
		width: 900px;
		height: auto;
		margin: 20px 0;
		padding-top: 10px;
		border-top: #4f5657 solid 1px;
	}
	
	.footer {
		text-align: center;
		font-size: 10px;
	}
	
	.footer a:link,
	.footer a:active,
	.footer a:visited{
		text-align: center;
		font-size: 10px;
		text-decoration:none;
	}
	
	.footer a:hover{
		text-decoration:underline;
	}
	
/* =========================================================================================
// 	LIST - Main menu
========================================================================================= */

	#underlinemenu{
		float:right;
		margin-top: 111px;
		padding: 0;
		font-weight:bold;
	}
	
	#underlinemenu ul{
		margin: 0;
		padding-left: 0;
		float: left;
		width: 100%;
		color:#164a7c;
	}
		
	#underlinemenu ul li{
		display: inline;
	}
	
	#underlinemenu ul li a{
		float: left;
		color: #164a7c;
		padding: 8px 10px;
		text-decoration: none;
		font-size: 14px;
	}
	
	#underlinemenu ul li a:hover{
		color: #ffffff;
		background-color: #c1cd23;
		padding: 8px 10px;
	}
	
	#underlinemenu ul li.selected{
		float: left;
		color: #ffffff;
		padding: 8px 10px;
		background-color: #c1cd23;
		text-decoration: none;
		font-size: 14px;
	}
	
	#underlinemenu ul li.spacer{
		width: 15px;
		float: left;
		color: #ffffff;
		background-color: #FFFFFF;
		text-decoration: none;
	}
	
/* =========================================================================================
// 	Form - QUICK QOUTE
========================================================================================= */

	.quick_quote_field {
		width: 245px;
		padding: 3px;
		margin-bottom: 3px;
		background-color: #FFFFFF;
		border: #767676 solid 1px;
		font-size: 11px;
	}
	
	.quick_quote_button {
		width: 90px;
		margin-top: 10px;
		padding: 5px 0;
		background-color: #FFFFFF;
		border: #767676 solid 1px;
		font-size: 11px;
	}
	
/* =========================================================================================
// 	Form - QUICK QOUTE
========================================================================================= */

	.quote_field {
		width: 200px;
		padding: 2px;
		background-color: #FFFFFF;
		border: #767676 solid 1px;
		font-size: 11px;
	}
	
	.quote_button {
		width: 90px;
		margin-top: 10px;
		padding: 5px 0;
		background-color: #FFFFFF;
		border: #767676 solid 1px;
		font-size: 13px;
	}
	
/* =========================================================================================
// 	Fontfaces
========================================================================================= */

	h2 {
		font-size: 18px;
		font-weight: bold;
		color: #164a7c;
	}
	
/* =========================================================================================
// 	Fixes
========================================================================================= */
	
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	/* Hides from IE-mac \*/
	* html .clearfix {
		height: 1%;
	}
	/* End hide from IE-mac */
