.clear{
	clear:both;
}
h2{
	font-size:18px;
	margin-top:10px;
	margin-bottom:7px;
}
h3{
	font-size:14px;
	margin-top:10px;
	margin-bottom:7px;
}
p{
	margin-top:9px;
	margin-bottom:5px;
}
ul{
	margin-left:15px;
	margin-top:5px;
	list-style:disc;
}
li{
}

/* forms{ */
form.styledformular label{
  display: block;
  float: left;
  line-height:30px;
} 
form.styledformular input[type="text"], 
form.styledformular select,
form.styledformular textarea{
  border:1px solid #ccc;
  display: block;
  float: left;
  margin:1px;
  padding:1px;
  margin-top:7px;
}
form.styledformular input[type="checkbox"],
form.styledformular input[type="radio"]{
  display: block;
  float: left;
  margin:1px;
  padding:1px;
  margin-top:7px;
  position:relative;
  top:2px;
}
form.styledformular br{
	clear:both;
}
form.styledformular input:focus, 
form.styledformular select:focus,
form.styledformular textarea:focus {
	color:#222;
	border:1px solid #aaaaaa;
	outline:2px solid #ddd;
}
form.styledformular button {
  float: none;
  width: auto;
  border:1px solid ;
  border-color:#eee #ccc #ccc #eee;
  background-color:#ddd;
  outline:1px solid #ddd;
  margin:3px;
  margin-top:7px;
  padding:1px 3px;
}
form.styledformular button:hover {
  border-color:#eee #ddd #ddd #eee;
}
form.styledformular button:active {
  border-color:#ccc #eee #eee #ccc;
}
form.styledformular .input_help{
	float:left;
	margin-top:9px;
	margin-left:4px;
	color:#888;
}
form.styledformular .input_text{
	float:left;
	margin-top:9px;
	margin-left:4px;
}
form.styledformular .marked{
	color:#FF3300;
}
/*//*/
form.styledformular label{
  width: 160px;
} 
form.styledformular input[type="text"]{
  width: 150px;
}
form.styledformular select{
  width: 154px;
}
form.styledformular textarea{
  width:433px;
  height:150px;
}
/* }forms */

/* startseite{ */
#mod_startseite{
}
#mod_startseite h2{
	font-size:14px;
	margin:0;
	padding:0;
}
#mod_startseite .contentdiv_1{
	background-image:url(startseite_top_top.png);
	background-repeat:no-repeat;
	background-position:top;
	width:858px;
	padding-top:25px;
	margin-bottom:25px;
}
#mod_startseite .contentdiv_2{
	background-image:url(startseite_top_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	width:858px;
}
#mod_startseite .contentdiv_3{
	background-image:url(startseite_top_center.png);
	background-repeat:repeat-y;
	width:858px;
}
#mod_startseite .contentdiv_3 .left{
	float:left;
	margin-left:14px;
	
	width:487px;
	padding-left:10px;
	padding-right:10px;
}
#mod_startseite .contentdiv_3 .right{
	float:right;
	margin-right:14px;
	
	width:288px;
	padding-left:10px;
	padding-right:10px;
}


#mod_startseite .contentbottomdiv_1{
	background-image:url(startseite_bottom_top.png);
	background-repeat:no-repeat;
	background-position:top;
	width:858px;
	padding-top:25px;
	margin-top:-20px;
	margin-bottom:-10px;
}
#mod_startseite .contentbottomdiv_2{
	background-image:url(startseite_bottom_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	width:858px;
}
#mod_startseite .contentbottomdiv_3{
	background-image:url(startseite_bottom_center.png);
	background-repeat:repeat-y;
	width:858px;
}
#mod_startseite .contentbottomdiv_1 .left{
	float:left;
	margin-left:14px;
	
	width:288px;
	padding-left:10px;
	padding-right:10px;
}
#mod_startseite .contentbottomdiv_1 .right{
	float:right;
	margin-right:14px;
	
	
	width:487px;
	padding-left:10px;
	padding-right:10px;
}

#mod_startseite #startseite_slider_wrap{
	position:relative;height:173px;
	margin-left:-10px;
	margin-right:-10px;
	margin-top:5px;
	margin-bottom:5px;
}
#mod_startseite #slider_to_left{
	background-image:url(startseite_slider_left.png);
	background-position:top;
	height:173px;
	width:39px;
	position:absolute;
	left:0
}
#mod_startseite #slider_to_center{
	height:173px;
	width:230px;
	position:absolute;
	left:39px;
	overflow:hidden;
}
#mod_startseite #slider_to_center ul{
	margin:0;
	padding:0;
	list-style:none;
}
#mod_startseite #slider_to_center li{
	width:230px;
	height:173px;
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden; 
	position:relative;
}
#mod_startseite #slider_to_center li img{
	display:block;
}
#mod_startseite #slider_to_center li p.marke{
	position:absolute;
	top:0;
	line-height:20px;
	font-size:13px;
	left:0;
	right:0;
	z-index:1;
	background-color:#FFFFFF;
	text-align:center;
	margin:0;
	padding:0;
	opacity:.5;
	filter: alpha(opacity = 50);
	font-weight:bold;
	color:#000;
}
#mod_startseite #slider_to_center li p.preis{
	bottom:0;
	position:absolute;
	height:20px;
	line-height:20px;
	font-size:13px;
	text-align:center;
	left:0;
	right:0;
	z-index:1;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	opacity:.5;
	filter: alpha(opacity = 50);
	font-weight:bold;
	color:#000;
}
#mod_startseite #slider_to_center li p.preis span.left{
	float:left;
	text-align:left;
	display:block;
	margin:0;
	padding:0;
	width:100px;
	padding-left:15px;
	font-size:11px;
}
#mod_startseite #slider_to_center li p.preis span.right{
	float:right;
	text-align:right;
	display:block;
	margin:0;
	padding:0;
	width:100px;
	padding-right:15px;
	font-size:15px;
}
#mod_startseite #slider_to_center li a:hover p.marke,
#mod_startseite #slider_to_center li a:hover p.preis{
	opacity:.7;
}
#mod_startseite #slider_to_right{
	background-image:url(startseite_slider_right.png);
	background-position:top;
	height:173px;
	width:39px;
	position:absolute;
	right:0
}
#mod_startseite #slider_to_right a,
#mod_startseite #slider_to_left a{
	display:block;
	width:100%;
	height:100%;
}
#mod_startseite #slider_to_left:hover,
#mod_startseite #slider_to_right:hover{
	background-position:center;
}
#mod_startseite #slider_to_left:active,
#mod_startseite #slider_to_right:active{
	background-position:bottom;
}
/* }startseite */
/* impressum{ */
	
/* }impressum */
/* agb{ */
#mod_agb{
}
#mod_agb p{
	text-align:justify;
}
/* }agb */
/* leasing_antrag{ */

#mod_leasing_antrag .error{
	clear:both;
	padding:3px;
	padding-left:7px;
	margin-bottom:10px;
	line-height:150%;
	background-color:#990000;
	border:1px solid #660000;
	color:#fff;
}
#mod_leasing_antrag .error div{
	padding-top:1px;
	padding-bottom:1px;
	border-top:1px solid #aa0000;
	border-bottom:1px solid #880000;
}
#mod_leasing_antrag .error div:first-child{
	border-top:none;
}
#mod_leasing_antrag .error div:last-child{
	border-bottom:none;
}
#mod_leasing_antrag .success{
	clear:both;
	padding:3px;
	padding-left:7px;
	margin-bottom:5px;
	line-height:150%;
	background-color:#8AB87C;
	border:1px solid #006600;
	color:#fff;
}
/* }leasing_antrag */
/* kontakt{ */
#mod_kontakt form{
	margin-bottom:15px;
	clear:both;
}
#mod_kontakt form label{
  display: block;
  float: left;
  width: 95px;
  line-height:30px;
} 
#mod_kontakt form input, 
#mod_kontakt form select {
  display: block;
  float: left;
  width: 150px;
  border:1px solid #ccc;
  margin:1px;
  padding:1px;
  margin-top:7px;
}
#mod_kontakt form textarea{
  border:1px solid #ccc;
  width:433px;
  height:150px;
  margin:1px;
  padding:1px;
  margin-top:7px;
}
#mod_kontakt form select {
  width: 154px;
}
#mod_kontakt form input:focus, 
#mod_kontakt form select:focus,
#mod_kontakt form textarea:focus {
	color:#222;
	border:1px solid #aaaaaa;
	outline:2px solid #ddd;
}
#mod_kontakt form br {
  clear: left;
}
#mod_kontakt form button {
  float: none;
  width: auto;
  border:1px solid ;
  border-color:#eee #ccc #ccc #eee;
  background-color:#ddd;
  outline:1px solid #ddd;
  margin:3px;
  margin-top:7px;
  padding:1px 3px;
}
#mod_kontakt form button:hover {
  border-color:#eee #ddd #ddd #eee;
}
#mod_kontakt form button:active {
  border-color:#ccc #eee #eee #ccc;
}
#mod_kontakt .error{
	clear:both;
	padding:3px;
	padding-left:7px;
	margin-bottom:10px;
	line-height:150%;
	background-color:#990000;
	border:1px solid #660000;
	color:#fff;
}
#mod_kontakt .error div{
	padding-top:1px;
	padding-bottom:1px;
	border-top:1px solid #aa0000;
	border-bottom:1px solid #880000;
}
#mod_kontakt .error div:first-child{
	border-top:none;
}
#mod_kontakt .error div:last-child{
	border-bottom:none;
}
#mod_kontakt .success{
	clear:both;
	padding:3px;
	padding-left:7px;
	margin-bottom:5px;
	line-height:150%;
	background-color:#8AB87C;
	border:1px solid #006600;
	color:#fff;
}
/* }kontakt */
/* fahrzeuge{ */
	#mod_fahrzeuge{
	}
	#mod_fahrzeuge ul.thumbs{
		list-style-type:none;
		margin:0;
		padding:0;
		margin-right:-20px;
	}
	#mod_fahrzeuge ul.thumbs li{
		width:420px;
		height:164px;
		float:left;
		display:block;
		background-image:url(fahrzeuge_bg.png);
		margin-right:20px;
		margin-bottom:20px;
		position:relative;
	}
	#mod_fahrzeuge ul.thumbs li img{
		position:absolute;
		left:7px;
		top:7px;
	}
	#mod_fahrzeuge ul.thumbs li h2{
		position:absolute;
		top:7px;
		left:215px;
		margin:0;
		padding:0;
		font-size:18px;
		color:#393939;
		font-weight:bold;
	}
	#mod_fahrzeuge ul.thumbs li h3{
		position:absolute;
		top:29px;
		left:215px;
		margin:0;
		padding:0;
		font-size:12px;
		color:#636363;
		font-weight:bold;
		line-height:100%;
	}
	#mod_fahrzeuge ul.thumbs li h3 small{
		font-size:10px;
	}
	#mod_fahrzeuge ul.thumbs li p{
		position:absolute;
		top:63px;
		left:215px;
	}
	#mod_fahrzeuge ul.thumbs li a.mehrinfos{
		position:absolute;
		bottom:10px;
		right:15px;
		color:#ffb500;
		font-size:14px;
		height:18px;
		line-height:18px;
		display:block;
		padding-right:19px;
		background-image:url(mehr_infos.png);
		background-position:right;
		background-repeat:no-repeat;
	}
	/**/
	#mod_fahrzeuge{
	}
	#mod_fahrzeuge .preis{
		font-size:17px;
		padding-bottom:10px;
	}
	#mod_fahrzeuge .preis .preis_mwst{
		font-size:11px;
		font-weight:bold;
		margin-top:-3px;
	}
	#mod_fahrzeuge .preis .preis_fuer{
		font-size:11px;
		font-weight:bold;
		margin-bottom:-3px;
	}
	#mod_fahrzeuge .left{
		width:223px;
		float:left;
	}
	#mod_fahrzeuge .right{
		width:303px;
		float:left;
	}
	#mod_fahrzeuge .center{
		width:300px;
		padding-right:20px;
		float:left;
	}
	#mod_fahrzeuge .label{
		clear:both;
		width:180px;
		float:left;
		color:#666;
	}
	#mod_fahrzeuge .label_content{
		float:left;
	}
	#mod_fahrzeuge h2{
		color:#393939;
		font-size:18px;
		font-weight:bold;
		margin:0;
		padding:0;
	}
	#mod_fahrzeuge h3{
		color:#636363;
		font-size:12px;
		font-weight:bold;
		left:215px;
		margin:0;
		padding:0;
		margin-top:-3px;
		padding-bottom:10px;
	}
	#mod_fahrzeuge h3 small{
		font-size:10px;
	}
	#mod_fahrzeuge h4{
		font-weight:bold;
		padding:0;
		margin:0;
	}
	#mod_fahrzeuge p{
		margin-bottom:15px;
	}
	#mod_fahrzeuge .thumbs_left{
		margin-top:6px;
		margin-right:-6px;
	}
	#mod_fahrzeuge .thumbs_left a{
		width:93px;
		height:69px;
		margin-right:6px;
		margin-bottom:6px;
		overflow:hidden;
		display:block;
		float:left;
		border:2px solid #ccc;
	}
	#mod_fahrzeuge .thumbs_left a:hover{
		border:3px solid #ddd;
		margin-right:5px;
		margin-bottom:5px;
		margin-left:-1px;
		margin-top:-1px;
	}
	#mod_fahrzeuge span.halbes{
		width:6px;
	}

/* }fahrzeuge */
/* leasing_ohne_schufa{ */
#mod_leasing_ohne_schufa ol{
	list-style-position:outside;
	list-style-type:decimal;
	padding-left:18px;
}
#mod_leasing_ohne_schufa ol li{
	padding-bottom:5px;
}
	
#mod_leasing_ohne_schufa .contentdiv_1{
	background-image:url(content_top.png);
	background-repeat:no-repeat;
	background-position:top;
	width:858px;
	padding-top:25px;
	margin-bottom:-20px;
}
#mod_leasing_ohne_schufa .contentdiv_2{
	background-image:url(content_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:29px;
	width:858px;
}
#mod_leasing_ohne_schufa .contentdiv_3{
	background-image:url(content_center.png);
	background-repeat:repeat-y;
	padding:25px;
	width:858px;
}
#mod_leasing_ohne_schufa .contentdiv_3 .left{
	float:left;
	margin-left:14px;
	
	width:487px;
	padding-left:10px;
	padding-right:10px;
	margin-top:-10px;
}
#mod_leasing_ohne_schufa .contentdiv_3 .right{
	float:right;
	margin-right:14px;
	
	width:288px;
	padding-left:10px;
	padding-right:10px;
	margin-top:-10px;
}
/* }leasing_ohne_schufa */
