html, body{
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0; } 
/* end hack */ 

body {
	color: #666;
	font-size: 84%;
	font-family: Arial, "Trebuchet MS", verdana, Helvetica, SunSans-Regular, sans-serif;
	line-height: 140%;
	text-align: center;
	background-color: #000081;
}

html>body #outer {
	height: auto;
	}
	
html>body #outerkop {
	height: auto;
	}
	
/*for mozilla as IE treats height as min-height anyway*/

#outerkop{
	position:relative;
	width:950px;
	background: url(http://www.devoeght.nl/algemeen/img/kopbg.gif);
	margin:0 auto;
	padding: 0;
	text-align:left;
	}

#achtergrondkop {
	position: relative;
	margin: 0;
	background-image: url(http://www.devoeght.nl/algemeen/img/kopbg.gif);
	background-repeat: repeat-y;
	}
	
#outer{
	position:relative;
	width:950px;
	margin:0 auto;
	padding: 0;
	text-align:left;
	top:5px;
	}
	
#achtergrond {
	position: relative;
	margin: 0;
	background-image: url(http://www.devoeght.nl/algemeen/img/contentbg.gif);
	background-repeat: repeat-y;
	}

.vlak {
	position:relative;
	margin-bottom:0;
	margin-top:0;
	}
	
#menu {
	position: relative;
	width: 160px;
	float: left;
	text-align: left;	
	top: 15px;
	left:35px;
	margin-bottom:15px;
	}

#menu ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}

#menu li {
	float:left;
	height:30px;
}

#menu span {
	display:none;
}

#welkom a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/welkom.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#ons-team a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/ons-team.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#werkplaats a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/werkplaats.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#schadeherstel a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/schadeherstel.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#airco a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/airco.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#occasions a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/occasions.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#auto-inkoop a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/auto-inkoop.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#links a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/links.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#routebeschrijving a {
	display:block;
	background:url(http://www.devoeght.nl/algemeen/menu/img/routebeschrijving.gif) no-repeat left top;
	height:25px;
	width:160px;
}

#menu a:hover {
	background-position: left -25px;
}

#content {
	position: relative;
	top: 0px;
	width: 680px;
	float: left;
	left:75px;
	margin: 0;
	z-index:10;	
	}

#header {
	position:relative;
	top:0px;
	height:60px;
	background: url(../algemeen/img/achtergrond-top05.gif);
	z-index:5;
	}

#contentform {
	position: relative;
	left: 0px;
	width: 680px;
	float: left;
	margin: 0;
	z-index:10; 
	}
			
			
#clearfooter{
	clear:both;
	height:1px;
}
/*needed to make room for footer*/
			
#footer {
	position:relative;
	float:left;
	background: url(http://www.devoeght.nl/algemeen/img/contentbottom.gif);
	background-repeat:no-repeat;
	left:0px;
	height:50px;
	width:950px;
}
			
H1 { 
	color: #16007f;
	font-size:140%;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 0;
	clear:both;
	}
				
			.ondertitel {
				color: #16007f;
				font-size: 100%;
				font-weight: normal;
				position: relative;
				margin-top:	-5px;
				margin-bottom: 5px;
				}
				
H2 {
	color: #16007f;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	margin:0;
	position: relative;
	clear:both;
}
	
H3 {
	color: #16007f;
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	position: relative;
	clear:both;
}
	
H4 {
	color: #16007f;
	font-size: 100%;
	font-weight: bold;
	position: relative;
	margin: 0;
	clear:both;
}
	
H5 {
	color: #16007f;
	font-size: 100%;
	font-weight: normal;
	position: relative;
	margin:0;
	clear:both;
}

.clearnone {
	clear:none;
	}
	
.top {
	margin-top: 0;
	}
			
			.blok {
				margin-top: 0;
				padding-right: 10px;
				}
			
.afstand {
	margin-top: 1em;
	}

.afstand-half {
	margin-top: 0.5em;
	}
					
			.inspring10 {
				margin-left:10px;
				}
			
			.inspring20 {
				margin-left:20px;
				}
			
p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

p.bottom {
	margin-top: 1em;
	margin-bottom: 0;
	}

p.marginnul {
	margin:0;
	}
					
			p.inspring {
				margin-left: 30px;
				margin-right: 30px;
				}
			
.center {
	text-align:center;
	}

p.koprechts {
	text-align:right;
	right:25px;
	}
			
p.rechts {
	text-align:right;
	}

p.klein {
	font-size: 84%;
	}
			
			p.w250 {
				width:250px;
				margin-top: 0.5em;
				margin-bottom: 0.5em;
				}
			
			p.w375 {
				width:375px;
				}
				
			p.tabel {
				margin: 0 0 1.0em;
				}
				
.cursief {
	font-style: italic;
	}
				
.wit {
	color: #fff;
	}

.blauw {
	color: #0080ff;
	}

.donkerblauw {
	color: #000067;
	}
	
.rood {
	color: #bf272e;
	}
				
			sup { 
				vertical-align:top;
				}
				
img {
	border-style: none;
	margin:0px;
	padding:0px;
	border:0px;
	}
	
img.link {
	border: #000067 solid 1px ;
	margin:0px;
	padding:0px;
	}		
			img.bottom {
				vertical-align:bottom;
				}
				
			img.top {
				vertical-align:top;
				}
				
			img.rechts {
				text-align:rechts;
				}
			
			img.center {
				width:230px;
				left:10px;
				}	
			
			/*basiskenmerken*/
			
			a:link, a:visited, a:active { 
				color: #3f3f3f;
				text-decoration: underline;
				}
				
			a:hover {
				color: #3f3f3f;
				text-decoration: underline;
				}
			
a.wit:link, a.wit:visited, a.wit:active {
	color: #fff;
	text-decoration: none;
	}
				
a.wit:hover {
	color: #fff;
	text-decoration: underline;
	}
					
			/*navigatiestructuur*/
			
			#hoofdknoppen {
				line-height: 180%;
				text-align: right;
				position: relative;
				width: 85px;
				float: left;
				z-index:7;
				}
				
			a.menu:link, a.menu:visited, a.menu:active {
				color: #fff;
				text-decoration: none;
				}
				
			a.menu:hover {
				color: #fff;
				text-decoration: underline;
				}
				
			/*pagina*/
				
			#tekstalgemeen {
				position: relative;
				top: 0px;
				left: 0px;
				width: 500px;
				z-index: 10;
				float: left;
				margin: 0;
				padding: 0;
				display: inline;
				}
				
			#infolinks {
				position: relative;
				width: 230px;	
				float: left;
				clear: none;
				left: 10px;
				}
			
			#bloklinks {
				background-color: #F3E0D5
				position: relative;
				width: 230px;
				float:left;
				clear: none;
				left 10px;
				}
				
			#inforechts {
				position: relative;
				width: 230px;	
				float: right;
				clear: right;
				right: 0px;
				}
				
			#inforest {
				position: relative;
				width: 500px;	
				float: left;
				clear: none;
				left: 0px;
				text-align: left;
				}	
			
			#fotolinks {
				position: relative;
				width: 250px;	
				float: left;
				clear: none;
				display: inline;
				}
				
			#fotorechts {
				position: relative;
				width: 250px;
				height:auto;	
				float: right;
				clear: right;
				right: 0px;	
				}
				
			table {
				color: #3f3f3f;
				font-size: 100%;
				font-family: Arial, "Trebuchet MS", SunSans-Regular, sans-serif;
				line-height: 120%;
				text-align: left;
				border:0;
				}
			
			td {
				vertical-align:top;
				}
			
			ul {
				padding:0 0 1em 15px;
				margin:0;
				}
			
input, textarea, select {
	font-family: Arial, "Trebuchet MS", SunSans-Regular, sans-serif;
	font-size: 84%;
	color: #666;
	}
#tabelcontact {
	width: 680px;
	background: #bfdefe;
	border: 1px solid #666;
	}
#tabelcontact tr {
	vertical-align: top;
	}
.kolom1, input, textarea, select {
	width: 300px;
	}
.kolom1 {
	font-weight: bold;
}
input, textarea, select {
	font-size: 100%;
	border: 1px solid #666;
}
.auto {
	width: auto;
	border: solid 1px #3f3f3f;
	background-color:#e8e8e8;
}

#route {
	position: relative;
	height:375px;
	width:680px;
	}

#route ul {
	position:relative;
	left:0px;
	top:18px;
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	z-index:10;
}

#route li {
	float:left;
	left:570px;
	height:119px;
}

#lokaal a {
	display:block;
	background: url(http://www.devoeght.nl/routebeschrijving/img/knop-lokaal.gif) no-repeat left top;
	height:99px;
	width:110px;
}

#regionaal a {
	display:block;
	background:url(http://www.devoeght.nl/routebeschrijving/img/knop-regionaal.gif) no-repeat left top;
	height:99px;
	width:110px;
}

#provinciaal a {
	display:block;
	background:url(http://www.devoeght.nl/routebeschrijving/img/knop-provinciaal.gif) no-repeat left top;
	height:99px;
	width:110px;
}

#route span {
	display:none;
}

#route a:hover {
	background-position: left -99px;
}
