/**
 * Default HTML tags
 * -----------------
 */
/**{
	margin:0;
	padding: 0;
}*/

body#site{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	background-color:#023E62;
	margin:0;
	padding:0;
	background-image:url(../images/dewv_bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

html, body{	
	height: 100%;
}

h1{
	font-size: 20px;
	color: #000000;
	margin-bottom:0.6em;
	font-weight:normal;
	margin-top:0.5em;
}

h1 a{
	color: #0000CC;
}

h1 a:hover{
	text-decoration: none;
	color: #0000CC;
}

h1 .arrow{
	padding: 0 7px;
}

h2{
	margin-top: 10px;
	font-size: 16px;
	color:#000;
	text-decoration: underline;
}

h3{
	margin: 20px 0 0 0;
	padding-bottom:6px;
	font-size: 15px;
	color: #666;
	border-bottom: 1px solid #666;
}

h4{
	margin: 20px 0 0 0;
	padding-bottom:6px;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #666;
}

ul{
	margin: 5px 0 5px 50px;
	line-height:17px;
}

ul li{
	list-style: square;
	line-height:17px;
}

p{
	/*margin: 10px 0 10px 20px;
	width: 470px;
	text-align: justify;*/
	line-height: 17px;
}

a{
	color: #22666C;
}

a:hover{
	color: #000000;
}

a img{
	border: none;
	text-decoration: none;
}

table{
	margin: 10px 0 0 0px;
}

table td{
	padding-right: 0px;
}

.clear {
	clear:both;
	line-height:0;
}

/**
 * Intro structure 
 * --------------
 */

/*none */

/**
 * Page structure 
 * --------------
 */

#container{
	width:1024px;
	min-height: 100%;
	margin:0 auto;
	background-image:url(../images/dewv_sitebg.jpg);
	background-repeat:no-repeat;
}

#container_fr{
	width:1024px;
	min-height: 100%;
	margin:0 auto;
	background-image:url(../images/dewv_sitebg_fr.jpg);
	background-repeat:no-repeat;
}

#topcontainer{
	float:left;
	width:1024px;
	height:107px;
	position:relative;
	text-transform:uppercase;
}

#logodewulfv {
	position:absolute;
	top:22px;
	left:0px;
	width:268px;
	height:81px;
	z-index:3;
}

#taalzone {
	position:absolute;
	top:120px;
	left:50px;
	width:100px;
	height:20px;
	z-index:3;
}

#menucontainer1 {
	position:absolute;
	top:26px;
	left:275px;
	width:745px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
}

#menucontainer1 a {
	text-decoration:none;
	color:#FFFFFF;
}

#menucontainer1 a:hover {
	color:#E24545;
}

#menucontainer2 {
	position:absolute;
	top:49px;
	left:275px;
	width:745px;
	height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	line-height:31px;
}

#menucontainer2 a {
	text-decoration:none;
	color:#FFFFFF;
}

#menucontainer2 a:hover {
	color:#E24545;
}

#menucontainer3 {
	position:absolute;
	top:87px;
	left:275px;
	width:745px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
}

#menucontainer3 a {
	text-decoration:none;
	color:#FFFFFF;
}

#menucontainer3 a:hover {
	color:#E24545;
}

#contentcontainer {
	float:left;
	margin-left:215px;
	width:805px;
	position:relative;
}

#contenttop {
	float:left;
	width:805px;
	height:26px;
	background-image:url(../images/dewv_contenttop.png);
	background-repeat:no-repeat;
	display:block;
}

#content {
	float:left;
	width:805px;
	min-height:480px;
	/*ie 6 explorer*/
	height:auto !important;
  	height:480px;
	background-image:url(../images/dewv_contentmid.png);
	background-repeat:repeat-y;
}

#contentbot {
	float:left;
	width:805px;
	height:17px;
	background-image:url(../images/dewv_contentbot.png);
	background-repeat:no-repeat;
	display:block;
	margin-left:1px;
}

#contenttekst {
	float:left;
	width:720px;
	padding:0em 0em 1em 3.5em;
}

#knopzone {
	float:left;
	width:720px;
	height:25px;
	margin-bottom:15px;
	text-align:center;
	font-weight:bold;
}

#knopzone a {
	text-decoration:none;
}

#knop {
	float:left;
	width:164px;
	height:20px;
	padding-top:3px;
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	margin-right:1em;
}

#linklogo {
 	float:left;
 	width:160px;
	height:100px;
	float:left;
	margin-left:2.5em;
	margin-bottom:15px;
	max-width:160px;
	/* max-width ongeldig in IE6 daarom onderstaande lijn die alleen IE oppikt */
	width:expression(this.width > 159 ? 159: true);
	border: 1px solid #000000;
}

.linklogo img {
	border:none;
}

#pagetitle{
	margin: 75px 0 30px 0;
	width: 560px;
	color: #000000;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}


#right{
	float: right;
	width: 734px;
}

#footer{
	float:left;
	text-align: center;
	width:805px;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom:1em;
}

#footer a{
	color: #CCCCCC;
}

#footer a:hover{
	color: #FFFFFF;
}

#footerleft {
	float:left;
	width:580px;
}

#footerright {
	float:left;
	width:200px;
	height:58px;
	background-image:url(../images/dewv_footerlogo.jpg);
	background-repeat:no-repeat;
}

#footerright a {
	width:200px;
	height:58px;
	display:block;
	color:#000000;
	text-decoration:none;
}


/**
 * Language bar
 * ------------
 */
#lang{
	text-align: center;
	margin-top: 45px;
}

#lang li{
	display: inline;
	padding: 0 5px;
}

#lang li a{
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#lang .active a{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

#lang li a:hover{
	text-decoration: none;
	color: #FFF;
}

#map{
	width:470px;
	height:300px;
	margin: 20px 0 0 20px;
}


/**
 * Navigation
 * ----------
 */
#navigation{
	text-align: right;
	width: 260px;
}

#navigation li{
	display: block;
	width: 200px;
	font-size: 13px;
	list-style: none;
}

#navigation li a{
	color: #FFF;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 50px 4px 0;
}

#navigation a:hover{
	background-color: #BBD7F8;
	color: #000;
}

#navigation .active a{
	color: #FFF;
	background-color: #1c426f;
}

#submenu{
	margin: 0 0 30px 20px;
}

#submenu li{
	list-style: none;
	display: inline-block;
	width: 113px;
	text-align: center;
}

#submenu a{	
	display: inline-block;
	padding: 3px 1px;
	width: 113px;
	border: 1px solid #FFF;
	text-decoration: none;
	color: #000;
	background-color: #BBD7F8;
}

#submenu a:hover{
	color: #FFF;
	background-color:#1c426f;
}

#submenu .active a{
	color: #FFF;
	background-color:#1c426f;
}

/**
 * Image galery
 * ------------
 */
#fotoslide {
	float:left;
	width:530px;
	height:300px;
	padding-bottom:1em;
}

.container {
	width: 470px;
	text-align: center;
	margin: 30px 0 0 20px;
}

#slideshow a{
	text-decoration: none;
}

#slideshow img{
	margin-left: 2px;
}

.container #thumbs ul{
	width: 470px;
	margin: 0 0 0 0;
	padding: 0;
}

.container #thumbs ul li{
	padding: 0 10px 0 0;
	margin: 0;
	margin-left: 5px;
	list-style: none;
	display:inline;
}

#thumbs .thumb{
	padding: 0;
	margin: 0;
}
 
#gallery .controls{
	display: none;
}
 
.top{
	margin: 0 0 10px 0;
}

.top a{
	padding: 5px;
}

/**
 * Breadcrumb
 * ----
 */
#breadcrumb .arrow{
	font-size: 17px;
	margin: 0 6px;
}

/**
 * Cars
 * ----
 */
.category{
	float:left;
	display:inline-table;
	width: 207px;
	height: 250px;
	margin-left:20px;
	margin-bottom:2em;
	text-align: center;
	border:1px solid #CCCCCC;
}

#category_table{
	margin:0;
}
 
#overviewTable{
	margin: 0 0 0 10px;
	width: 480px;
	text-align: center;
	border-collapse: collapse;
}

#overviewTable th{
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 7px 0px;
	color: #FFF;
}

#overviewTable td{
	padding: 10px 0;
	background: #DFDFDF;
	color: #000;
}

#overviewTable tr.oddRow td {
	background: #E9E9E9;
}

#overviewTable tr:hover td{
	background: #c5d7ed;
}

#overviewTable a{
	color: #000000;
}

#price{
	font-size: 16px;
	color: #000000;
	background: #c5d7ed;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
