body {
	background-color: #F5D7BF;
	margin: 0px;
}

h1 {
	padding: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;	
	border-bottom: 1px dotted #555555;
}

#main {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 479px;
	margin-left: -348px;
	margin-top: -242px;
	border: 2px solid #EE6D6D;
}

#site {
	background-image: url(background.jpg);
	position: absolute;
	left: 50%;
	top: 50%;
	width: 850px;
	height: 479px;
	margin-left: -423px;
	margin-top: -242px;
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FCFCFC;
	border: 2px solid #EE6D6D;
}

#container {
	width: 660px;
	height: 459px;
	overflow: auto;
	position: absolute;
	top: 0px;
	left: 170px;
}

.text {
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
}

.nav {
	width: 160px;
	height: 395px;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
}

#disc {
	color: #743E12;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	padding: 8px;
	line-height: 15px;
}

#navlist {
	padding: 0px;
	margin: 0px;
	width: 150px;
	background-color: transparent;
	text-align: justify;
}

#navlist li {
	list-style: none;
}

#navlist a {
	text-decoration: none;
	display: block;
	border-left: 7px solid #EEEEEE;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 8px;
	color: #333333;
	font-weight: 900;
	border-bottom: none;
}

#navlist a:hover {
	border-color: #BF661C;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #225588;
	border-bottom: 1px dotted #225588;
}

a:hover {
	text-decoration: none;
	color: #225588;
	border-bottom: 1px solid #225588;
}

img {
	border: 0;
}

.vet {
	font-weight: 900;
}
.verkocht2 {
	position: relative;
	background-color: transparent;
	z-index: 1;
	left: 30px;
	top: 10px;
}
.verkocht {
	position: absolute;
	left: 10px;
	top: 30px;
	background-color: transparent;
	z-index: 1;
}
.prijs {
	font-style: italic;
	text-align: right;
	width: 95%;
	font-size: 14px;
	/*height: 20px;
	top: 10px;*/
}
.model {
	font-weight: 900;
	padding: 5px;
}
.car {
	height: 110px;
	border-bottom: 1px solid #444444;
	padding: 3px;
}
.tabel {
	width: 100%;
}
.kop {
	width: 140px;
	font-weight: 600;
	height: 30px;
}
.center {
	text-align: center;
}
input, button, textarea {
	border: 1px solid #555555;
	background-color: transparent;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
}
