* {
margin: 0;
padding: 0;
}
body {
	 background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#container {
	width:712px;
	border-top: 3px solid #000099;
}

#top {
	background-image: url(/images/top.gif);
	background-repeat: no-repeat;
	padding-top: 28px;
	padding-left: 53px;
	/*width: 712px;*/
	width:659px;
	height:18px;
	/*height:46px;*/
	font-size: 11px;
	color: #666666;

}

/* IE hack */
* html #top {
	width: 712px;
	w\idth: 712px;
	height: 46px;
	h\eight: 46px;
}
/* IE hack */

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#nav li {
	display: inline;
	margin: 0px 0px 0px 15px;
}

#nav li a {
	text-decoration: none;
	color: #666666;
}

#nav li a:hover, #nav li.current a {
	color: #000072;
}

h1 {
	width: 712px;
	height: 299px;
	background-image: url(/images/header_home.jpg);	

	border: 0;
}

h1 span {
	display: none;
}

#contentvak {
	padding: 15px 20px 15px 30px;
	width:712px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:662px;
	background-image: url(/images/bg_content.gif);
	background-repeat: repeat-y;
	height: 100%;
}

h2 {
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
}

#contentvak_links {
	width: 305px;

}

#contentvak_rechts {
	width: 305px;
	position: absolute;
	left: 380px;
	top: 380px;
}

#contentvak p
{
	margin-bottom: 10px;
	line-height: 130%;
}

#footer {
	clear: both;
	border-top: 10px solid #D6D6D6;
	width: 712px;
	text-align: right;
	font-size: 9px;
	color: #666666;
} 

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img a, a img {
	border: 0px;
}

img.occasionImg {
	border: 1px solid #D6D6D6;
}