@charset "utf-8";

html,
body {
   margin: 0px;
   padding: 0px;
   height: 100%;
}

body {
	background-color: #FFF;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #75716b;
}

a {
	text-decoration: none;
}

div#container {
   min-height: 100%;
   position: relative;
   width: 990px;
   margin: 0px auto;
   text-align: left;
}

div#header {
   height: 356px;
   width: 990px;
   background-position: center;
}

div#header h1,
div#header h2 {
	display: none;
}

/* Top Navigation */
ul#top_nav {
	position: absolute;
	top: 33px;
	right: 22px;
}

ul#top_nav,
ul#top_nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#top_nav li {
	float: left;
}

ul#top_nav li a{
	display: block;
	height: 49px;
	line-height: 49px;
	padding-left: 22px;
	padding-right: 22px;
	color: #a6a29b;
	font-weight: bold;
	font-size: 13px;
}

ul#top_nav li.active {
	background-color: #81bee6;
	background-image: url(../images/top_nav_active.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul#top_nav li:hover {
	background-color: #cde5f5;
	background-image: url(../images/top_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: left;
}
ul#top_nav li:hover a,
ul#top_nav li.active a{
	color: #FFF;
}

/* Sub Navigation */

ul.sub_nav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	padding-bottom: 10px;
	display: none;
}

li:hover ul.sub_nav {
	display: block;
}

ul#top_nav li ul.sub_nav li,
ul#top_nav li:hover ul.sub_nav li{
	width: auto;
	height: auto;
	background: none transparent;
	padding: 0px;
	float: none;
}

ul#top_nav li ul.sub_nav li a{
	line-height: normal;
	height: auto;
	width: auto;
	color: #a6a29b;
	padding-top: 10px;
}

ul#top_nav li ul.sub_nav li a:hover {
	color: #000;
}

/* Content */
div#content {
	padding: 4px;
	padding-bottom: 44px;
	width: 982px;
	background-image: url(../images/content_shadow.png);
	background-position: center;
}

div#shadow_footer {
	width: 990px;
	height: 10px;
	background-image: url(../images/shadow_footer.png);
	background-position: center;
	position: absolute;
	z-index: 30;
	margin-top: -6px;
}

div#content h3 {
	color: #79bae5;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

div#content h4 {
	color: #676767;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 24px;
}

div#content ul, ol {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

div#content li {
	padding: 0px;
	margin: 0px;
	margin-left: 14px;
	line-height: 18px;
}

div#content p {
	text-align: justify;
	line-height: 18px;
	margin: 0px;
	margin-bottom: 10px;
}

div.three_panels {
	width: 284px;
	float: left;
	margin-left: 30px;
}

div.three_panels_two_special {
	width: 659px;
	float: left;
}

div.three_panels_two {
	width: 598px;
	float: left;
	margin-left: 30px;
}

div.big_panel {
	width: 912px;
	margin-left: 30px;
	float: left;
}

div.blue {
	background-color: #9bcceb;
	color:#FFF;
	padding: 20px;
	width: 244px;
}

div.brown {
	background-color: #9c9892;
	color: #FFF;
	padding: 20px;
	width: 244px;
	padding-bottom: 0px;
	position: relative;
}


div#algemene_info_footer{
	background-image: url(../images/zeeland_echt_waar.gif);
	width: 192px;
	height: 16px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: -16px;
}

div.product {
	position: relative;
	width: 180px;
	float: left;
	margin-left: 30px;
	margin-bottom: 26px;
	cursor: pointer;
}

div.product img {
	border: 0px;
}

div.product div.content {
	background-color: #e6f2fa;	
}

div#content div.product div.content p{
	margin: 0px;	
	padding: 10px;
}

span.read_more{
	float: right;
	font-size: 16px;
}

span.read_more a {
	color: #868686;
}

div.corner_topleft {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image:url(../images/corner_topleft.png);
}

div.corner_botright {
	position: absolute;
	width: 16px;
	height: 16px;
	background-image:url(../images/corner_botright.png);
	bottom: 0px;
	right: 0px;
}

div.image {
	width: 180px;
	height: 180px;
}

div.image img {
	position: absolute;
	width: 180px;
	height: 180px;
}

div.row {
	margin-left: 5px;
	width: 973px;
	margin-bottom: 30px;
}

div.clearFloat {
	clear: both;
}

/* Footer */

div#footer {
   position: absolute;
   bottom: 0px;
   width: 100%;
   height: 44px;
   background-image: url(../images/footer.png);
   background-position: center;
}

div#footer ul,
div#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#footer ul {
	margin-left: 50px;
	padding-top: 16px;
}

div#footer ul li {
	float: left;
	margin-left: 12px;
	line-height: 20px;
}

div#footer a,
div#footer address{
	color: #868686;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer address a.logo {
	background-image: url(../images/veerhuurbedrijf_koppejan.gif);
	width: 160px;
	height: 26px;
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

div#footer address a.logo span {
	display: none;
}

div#footer address a {
	color: #7abbe5;
}

.bordered {
	border: 2px solid #d9d8d6;
	margin-bottom: 14px;
}

a#lang_nl {
	position: absolute;
	top: 42px;
	left: 110px;
	display: block;
	height: 15px;
	width: 22px;
}

a#lang_de {
	position: absolute;
	top: 42px;
	left: 142px;
	display: block;
	height: 15px;
	width: 22px;
}

a#lang_nl span,
a#lang_de span {
	display: none;
}
