@charset "UTF-8";

div.page {
	width: 100%;
	height: auto;
	background-color: #E6E6E6;
	color: #333333;
	position: relative;
	background-image: url('../../media/images/layout/background/content/2columns.png');
	line-height: 150%;
}

div.page_home {
	width: 100%;
	height: auto;
	background-color: #E6E6E6;
	color: #333333;
	position: relative;
	background-image: url('../../media/images/layout/background/content/3columns.png');
	line-height: 150%;
}

div.column_left {
	width: 194px;
	height: 100%;
	color: #666666;
	margin-left: 19px;
	display: inline;
	padding: 12px 12px 6px 12px;
	float: left;
}

div.column_home {
	width: 388px;
	height: 100%;
	padding: 14px;
	float: left;
}

div.column_right {
	width: 254px;
	height: 100%;
	color: #666666;
	padding: 12px 12px 6px 12px;
	float: left;
}

div.column_content {
	width: 680px;
	height: 100%;
	min-height: 250px;
	padding: 14px 0px 14px 14px;
	float: left;
}

h1 {
	font-size: 19px;
	font-weight: normal;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

div.column_left a,
div.column_right a {
	color: #666666;
	text-decoration: none;
}

div.column_left a:hover,
div.column_right a:hover {
	text-decoration: underline;
}

div.column_home a,
div.column_content a {
	color: #333333;
	text-decoration: underline;
}

div.column_home a:hover,
div.column_content a:hover {
	color: #0066B3;
}

div.column_left a.bullet,
div.column_right a.bullet {
	text-decoration: none;
	background-image: url('../../media/images/layout/bullet/gray_light.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	border-bottom: solid 1px #CCCCCC;
}

div.column_home a.bullet,
div.column_content a.bullet {
	text-decoration: none;
	background-image: url('../../media/images/layout/bullet/gray_dark.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 12px;
	border-bottom: solid 1px #AAAAAA;
}

div.column_left a.bullet:hover,
div.column_home a.bullet:hover,
div.column_right a.bullet:hover,
div.column_content a.bullet:hover {
	color: #006BB3;
	background-image: url('../../media/images/layout/bullet/blue.png');
	text-decoration: none;
}

div.separator {
	width: 100%;
	height: 0px;
	border-top: solid 1px #C2C2C2;
	border-bottom: solid 1px #ECECEC;
	margin: 2px 0px;
	clear: both;
}

img.float_right {
	margin: 10px 0px 10px 30px;
	float: right;
}

img.nieuws {
	position: relative;
	left: -2px;
}

div.contact_info {
	width: 300px;
	height: 150px;
	margin: 30px;
	padding: 10px 30px;
	border: dashed 1px #0066B3;
}

div.contact_info div {
	width: 150px;
	float: left;
}

div.contact_blokken {
	width: 258px;
	margin-left: 12px;
	float: right;
}

div.contact_blokken h1 {
	color: #0066B3;
	margin-bottom: 16px;
}

div.contact_blokken div.adres,
div.contact_blokken div.postbus,
div.contact_blokken div.telefoon,
div.contact_blokken div.email {
	width: 256px;
	height: 64px;
	background-image: url('http://www.nederlof.nl/media/images/contact/contact_blok_achtergrond.png');
	background-repeat: repeat-x;
	border: solid 1px #CECECE;
	font-size: 13px;
	margin-bottom: 1px;
}

div.contact_blokken img {
	margin: 4px 4px 4px 10px;
	float: left;
}

div.contact_blokken div.tekst {
	float: left;
	padding: 10px 6px 10px 14px;
}

#over_ons_logos_masker {
	width: 100%;
	height: 65px;
	background-color: #FFFFFF;
	padding: 10px 5px;
	overflow: hidden;
	position: relative;
}

#over_ons_logos_slider {
	width: 4150px;
	height: 65px;
	position: absolute;
	left: 0px;
}

div.over_ons_logos_package {
	width: 686px;
	height: 80px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#over_ons_logos_slider img {
	margin: 0px 0px 15px 15px;
}

div.sitemap_column {
	width: 340px;
	float: left;
}

div.contact_info h4,
div.sitemap_column h4 {
	color: #0066B3;
}

div.sitemap_column ul {
	list-style-image: url('../../media/images/layout/bullet/gray_light.png');
}