*{padding:0;margin:0;}

html, body {
	color: #000000;
 	font-size: 100.01%;
	font-family: Verdana;
	background-color: #A1A1A1;
}

#content {
	position:relative;
	width: 61em;
	margin: 0.1em auto 0 auto;
	border:1px solid #ffffff;
	background-color: #5E0000;
}

#kopfzeile {
	position: relative;
	font-weight: bold;
	color: #ffffff;
	background-color: #5E0000;
	font-family: Times New Roman;
	padding: 0.5em;
	padding-left: 6em;
 	background-image: url('image/logo.jpg');
	background-repeat: no-repeat;
	background-position: 1em 0.1em;
}

* html #kopfzeile {
	height: 1%;
}

* html #kopfzeile {
	background-position: 1em 0.1em;
}

#kopfzeile h1 {
	float: left;
	font-size: 5em;
	color: #ffffff;
	text-align:left;
}

#kopfzeile h1 span {
	display: block;
	font-size: 0.26em;
	margin-top:-0.7em;
	letter-spacing: 0.05em;
	color: #ffec07;
}

#kopfzeile #bild {
	position: absolute;
	top: 50%;
	right: 10.8em;
	margin-top: -25px;
}

#kopfzeile #schrift {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

#kopzeilerechts li {
	margin-bottom: 0.5em;
}

#inahltzeile_aussen {margin-left:12em;}
#inhaltzeile {
	position:relative;
	z-index:2;
	font-size: 0.8em;
	background-color: #F4F7E2;
	padding: 13px;
	min-height: 40em;
	overflow:auto;
}

* html #inhaltzeile {display:inline-block;height:40em;overflow:visible;}

#footer {
	font-size: 0.8em;
	padding: 1em 0;
}

#footer a {
	margin: 0 0.5em;
	line-height: 1.5em;
}

/*Menue Style Anfang ---------------------------------------------------------*/
#menue {
	float: left;
	list-style-type: none;
	width:11em;
}

#menue li{
	border-bottom: 1px solid #5E0000;
	background-image: url(image/rechts_m.jpg);
	background-position: top right;
}

#menue a{
	display: block;
	text-decoration: none;
	color: #5E0000;
	font-size: 0.9em;
	font-weight:bold;
	background-image: url(image/links_m.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#menue a span {
	display: block;
	padding: 0.25em 0.5em;
	margin-left: 10px;
}


#menue a:hover{
	color: #feec06;
}

* html #menue a{height:1%;}

#menue #aktueller_link a{
	color: #feec06;
}

a{
	color: blue;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}
/*Menue Style ende ---------------------------------------------------------*/
/*Formular Style Anfang ---------------------------------------------------------*/
#formular fieldset {
	width: 33em;
	margin: auto;
}

#formular legend {color:#2d3192;font-weight:bold;}

#formular label {
	display:block;
	float: left;
	width:10em;
	font-weight:bold;
	text-align:right;
	padding-right:1em;
	clear:left;
}
#formular input, textarea {width:20em;border:1px solid #2d3192;}
#formular textarea {height: 10em;}
#formular input:active, #formular input:focus {background-color:#5E0000;color:#ffffff;}
input.submit {display:block;margin:auto;}

#abstand_input input {margin-bottom:0.5em;}
/*Formular Style Ende ---------------------------------------------------------*/
/*Autos verkauf Style Anfang ---------------------------------------------------------------*/
h2 {
	font-size: 1.3em;
	padding: 0.5em 1em;
	color: #ffffff;
	background-color: #5E0000;
}

h2 span{
	font-size: 0.8em;
	display: block;
	float:right;
}

#auto_details {
	position: relative;
	padding: 15px;
	border: 1px solid #5E0000;
}

#auto_details #preis{
 	font-size: 1.3em;
	font-weight: bold;
	color :#000000;
	padding-left: 1em;
}

#auto_details dd{
	float:left;
	clear:left;
	width: 8em;
	font-weight: bold;
	padding-bottom: 0.2em;
}

#auto_details dt{
	margin-left: 10em;
	padding-bottom: 0.2em;
}

#auto_details #bildrechts {
	float:right;
}

.bildzeigen img {margin-right: 1em;margin-bottom: 1em;}
.bildzeigen span img {margin-right: 0;margin-bottom: 0;}

.bildzeigen span {
	display: none;
}

a.bildzeigen:hover {
	border: none;
}

a.bildzeigen:hover #bildrechts {
	display: none;
}

a.bildzeigen:hover span {
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
}

* html a.bildzeigen:hover span {top: 16px;right: 28px;}

.auto_table {
	width: 100%;
	border: 1px solid #5E0000;
}

.auto_table th {
	font-weight: bold;
	font-size: 1em;
	padding: 0.3em 1em;
	background-color: #5E0000;
	color: #ffffff;
	text-align: left;
}

.auto_table td {
	padding: 0.2em;
	font-size:0.9em;
}

.auto_table .erste {
	font-weight: bold;
	width: 11em;
}

.auto_table .dritte {
	vertical-align: top;
	border-left: 1px solid #000000;
	width: 28em;
}
.auto_table .dritte span {font-weight: bold;}

.auto_table .preis {
	font-weight: bold;
	font-size: 1em;
	padding: 0.3em 0;
	text-align:center;
}


/*Autos verkauf Style Ende ---------------------------------------------------------------*/
/*TEXT Style ---------------------------------------------------------------*/

h1 {
	font-size: 1.8em;
	color: #294944;
	text-align:center;
}

h3 {
	font-size: 1.1em;
	color: #000000;
	padding-bottom: 0.25em;
}

.auflistung {
	margin: 2em 0;
	padding-left: 3em;
}

.auflistung li{
	margin: 0.5em 0;
	padding-left: 1em;
}

.mitte {text-align:center;}

