/* CSS Document */
*{
  margin:0;
  padding:0;
}
body{
     font-family:verdana;
     font:10px;
	 color:white;
	 background:white;
}
td{
	color:white;
}
b{
	color:black;
}
a{
	color:white;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:15px;
	margin:25px 30px;
	color:black;
}
h2{
	font-size:13px;
	color:black;
	font-style:normal;
	margin:10px;
	text-align:center;
}
h3{
	text-align:left;
	margin:5px;
	font-size:12px;
}
#divtop{
    display:none;
}
#head{
    display:none;
}
#container{
    width:900px;
    margin:50px auto;
}
#content{
    width:100%;
}
#border{
    margin:0 10px 0 8px;
    min-height:800px;
}
#navi{
	display:none;
}
#main{
    background:white;
    min-height:800px;
	font-size:10px;
	color:black;
	padding:10px;
	border:none;
}
#shadow_bottom{
	background:url(/images/shadow_bottom.png) top left no-repeat transparent !important;
	background:none;
	width:900px;
	height:15px;
	filter:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/shadow_bottom.png', sizingMethod='crop', enabled=true);   
}
#lang_select{
	display:none;
}
#images div{
	text-align:center;
	padding:0;
}
#impressum{
	display:none;
}
#print{
	display:none;
}
#v_ausstattung{
	list-style-type:none;
	margin-top:10px;
}
#v_ausstattung li{
	padding-left:10px;
}
#images{
	background:white;
}
.vehicles_navi{
	text-align:center;
	clear:both;
}
.vehicles_navi ul{
	list-style-type:none;
}
.vehicles_navi li{
	display:inline;
	padding:2px;
}
.vlist_bright{
	background-color:#FFE9BD;
	width:800px;
	margin:10px auto;
	border:3px solid #FFEECC;
}
.vlist_bright h3{
	font-size:12px;
	padding:3px;
}
.vlist_bright a{
	color:#AC2D2D;
	text-decoration:none;
}
.vlist_bright a:hover{
	text-decoration:underline;
}
.vlist_bright b{
	color:#AC2D2D;
}
.vlist_bright td{
	padding:4px;
	color:black;
}
.vlist_dark{
	background-color:#FFE3AB;
	width:800px;
	margin:10px auto;
	border:3px solid #FFEECC;
}
.vlist_dark td{
	padding:4px;
	color:black;
}
.vlist_dark h3{
	font-size:12px;
	padding:3px;
}
.vlist_dark a{
	color:#AC2D2D;
	text-decoration:none;
}
.vlist_dark a:hover{
	text-decoration:underline;
}
.vlist_dark b{
	color:#AC2D2D;
}
.carnum{
	text-align:right;
	font-size:10px;
}
.divFilter{
	text-align:right;
	font-size:10px;
	margin:32px 30px;
}
.display_price{
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}
.display_vat{
	font-style:italic;
	font-weight:normal;
	font-size:12px;
}
.inhalt{
	padding:8px 45px;
}
.topAngebot{
	height:150px;
	border:2px solid #FFDB94;
	margin:10px;
	width:150px;
	color:#333333;
	float:left;
	background-color:#FFE3AB;
}
.topAngebot b{
	color:#333333;
}
.topAngebot a{
	color:#333333;
	font-style:normal;
	text-decoration:none;
}
.topAngebot img{
	border:none;
}