/* Standard-CSS

-- Schriftgroessen --
69%, 76%, 86%, 93% und 100.01% //Prozentangaben fuer Schriftgroessen, die auf allen Systemen und Browsern gleich sind

-- Farben --
rot: #e2001a (Header, Sidenavi aktiver Punkt, Logo,...)
dunkelrot: #501e1e (Sidenavi inaktiv)
dunkelbeige: #c4bba5 (Sidenavi head BG)
mittelbeige: #d5cbb2 (Sidenavi inaktiv BG)
hellbeige: #f3f1e0 (Sidenavi inaktiv BG, Sidenavi Spalte)
hellrot: #f6b3bb (Mainnavi inaktiv)
dunkelgrau: #161616 (Text)
*/
/* ------------------------------ allgemeine Styledefinitionen ------------------------------ */
html, body, div, h1, h2, h3, h4, h5, ul, ol, li, fieldset, 
span, a, table, td, form, img {
   margin: 0;
   padding: 0;
   border: 0px solid;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #161616;
}
html, body {
   font-size: 100.01%;
   background-color: #fff;
}
html {
	background: url("../img/seitenspalte.gif") repeat-y;
}
a:link, a:visited, a:hover, a:active {
	color: #161616;
	text-decoration: underline;
}
a:hover {
	color: #501e1e;
}
/* ------------------------------ Strukturierung ------------------------------ */
#wrapper {
	width: 67em;
	background: url("../img/seitenspalte.gif") repeat-y;
	margin-bottom: 4em;
}
#logo {
	background-color: #fff;
}
#logo img {
	margin: 0px 0 0px 0px;
	border: 0;
}
#header {
	background: #e2001a url("../img/sidebar_balken.gif") repeat-y;
}
#header02 {
	height: 89px;
	background: url("../img/hglimo02.gif") repeat-y;
}
#language {
	float: left;
	width: 19.4em;
}
#anmelden {
	float: left;
	width: 19.4em;
}
#mainnavi {
	float: left;
	padding: 0 0 0 1.9em;
}

#mainnavi02 {
	float: left;
	padding: 0 0 0 1.9em;
}

#sidebar {
	float: left;
	width: 310px;
	background: #f3f1e0 url("../img/sidebar_balken.gif") repeat-y;
}
#maincontent {
	float: left;
	width: 33.6em;
	margin: 1.4em 0 0 1.9em;
	padding-top: 2em;
	border-top: 1px solid #e2001a;
}
#maincontent .spaltelinks {
	float: left; 
	width: 364px; 
	margin-right: 20px;
}

#maincontent02 {
	float: left;
	width: 33.6em;
	margin: 1.4em 0 0 1.9em;
	padding-top: 2em;
	border-top: 1px solid #850100;
}
/* ------------------------------ Formatierungen ------------------------------ */
#sidenavi {
	list-style-type: none;
	border-left: 20px solid #f3f1e0;
}

#sidenavi a {
	display: block;
	padding: 0 0 0 2em;
	border-top: 1px solid #d5cbb2;
	border-bottom: 1px solid #fff;
	background: #d5cbb2;
	color: #501e1e;
	font-size: 0.65em;
	line-height: 1.8em;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

#sidenavi a:hover {
	border-top: 1px solid #f3f1e0;
	background: #f3f1e0;
}

#sidenavi02 a:hover {
	border-top: 1px solid #a81120;
	background: #a81120;
}

#sidenavi span {
	display: block;
	padding: 0 0 0 2em;
	border-top: 1px solid #f3f1e0;
	border-bottom: 1px solid #fff;
	font-size: 0.65em;
	font-weight: bold;
	line-height: 1.8em;
	color: #e2001a;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

#sidenavi span {
	display: block;
	padding: 0 0 0 2em;
	border-top: 1px solid #f3f1e0;
	border-bottom: 1px solid #fff;
	font-size: 0.65em;
	font-weight: bold;
	line-height: 1.8em;
	color: #a81120;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	vertical-align: middle;
}

#sidebar h2 {
	padding: 1.2em 0 0.5em 1.8em;
	border-bottom: 1px solid #fff;
	border-left: 20px solid #f3f1e0;
	color: #fff;
	background-color: #c4bba5;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#sidebar img {
	vertical-align: bottom;
	margin-left: 20px;
}

#newsletter {
	margin: 0 0 0 20px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #d5cbb2;
	border-right: 1px solid #d5cbb2;
}
#newsletter fieldset {
	font-size: 0.65em;
	padding: 0 0 0 2em;
}
#newsletter fieldset legend {
	padding: 1.8em 0 0.8em 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #501e1e;
	font-weight: bold;
}
#newsletter p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.3em;
}
#newsletter label {
	float: left;
	margin-top: 0.3em;
	width: 5em;
	text-transform: uppercase;
}
#newsletter .textfeld {
	font-size: 1.2em;
	width: 13em;
	border: 1px solid #d5cbb2;
	margin-bottom: 0.4em;
}
#newsletter .button {
	margin: 0.8em 0 1.2em 0;
	border: 0px solid;
	color: #fff;
	font-size: 1.1em;
	padding-left: 2.3em;
	background: #c4bba5 url("../img/abbonieren_bg.gif") no-repeat;
}



#mainnavi ul {
	margin: 0.8em 0 1.9em 0;
	list-style-type: none;
}
#mainnavi ul li {
	display: inline;
}
#mainnavi ul li a {
	color: #f6b3bb;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.65em;
	padding: 0 1.5em 0 1em;
	background: url("../img/pfeil_mainnavi.gif") 0 0.3em no-repeat;
}
#mainnavi ul li a.aktiv, #mainnavi ul li a:hover {
	color: #fff;
}
.mainlink {
	padding: 0 0 0.6em 0;
}
.mainlink a:link, .mainlink a:visited {
	font-size: 0.9em;
	letter-spacing: -0.5px;
	font-family: Arial;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 3em 0 0;
}
.mainlink a:hover, .mainlink a:link.aktiv, .mainlink a:visited.aktiv {
	text-decoration: underline;
}





#mainnavi02 ul {
	margin: 0.8em 0 1.9em 0;
	list-style-type: none;
}
#mainnavi02 ul li {
	display: inline;
}
#mainnavi02 ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.65em;
	padding: 0 1.5em 0 1em;
	background: url("../img/pfeil_mainnavi.gif") 0 0.3em no-repeat;
}
#mainnavi02 ul li a.aktiv, #mainnavi ul li a:hover {
	color: #fff;
}
.mainlink02 {
	padding: 0 0 0.6em 0;
}
.mainlink02 a:link, .mainlink a:visited {
	font-size: 0.9em;
	letter-spacing: -0.5px;
	font-family: Arial;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 3em 0 0;
}
.mainlink02 a:hover, .mainlink a:link.aktiv, .mainlink a:visited.aktiv {
	text-decoration: underline;
}




#avislogo {
	position: absolute;
	top: 182px;
	left: 50em;
}

#avislogo_html {
	position: absolute;
	top: 157px;
	left: 50em;
}

#maincontent h1 {
	font-size: 0.7em;
}
#maincontent p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 1.6em;
}
#maincontent td {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 1.6em;
}
#maincontent .textfeld {
	font-size: 1.2em;
	width: 13em;
	border: 1px solid #d5cbb2;
	margin-bottom: 0.4em;
}
#maincontent .button {
	margin: 0.8em 0 1.2em 0;
	border: 0px solid;
	color: #fff;
	font-size: 1.1em;
	padding-left: 2.3em;
	background: #c4bba5 url("../img/abbonieren_bg.gif") no-repeat;
}
#maincontent02 td {
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 1.6em;
}
#maincontent02 .textfeld {
	font-size: 1.2em;
	width: 13em;
	border: 1px solid #d5cbb2;
	margin-bottom: 0.4em;
}
#maincontent02 .button {
	margin: 0.8em 0 1.2em 0;
	border: 0px solid;
	color: #fff;
	font-size: 1.1em;
	padding-left: 2.3em;
	background: #c4bba5 url("../img/abbonieren_bg.gif") no-repeat;
}
#maincontent p.breit {
	width: auto;
}

#maincontent p.danke {
	width:  auto;
	float: left;
	
}

#maincontent div.startteaser {
	width: 23em;
	margin-right: 1em;
	float: left;
}

#maincontent div.fahrzeugflotte {
	width: 24em;
	float: left;
	margin:5px 0 0 0;
}

#maincontent div.startteaser h2 {
	color: #e2001a;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #e2001a;
	margin-bottom: 10px;
}
#maincontent div.block img {
	float: left;
	margin: 0 10px 0 0;
}
#maincontent div.block p {
	margin: 0 20px 0 0;
	padding: 0;
}
#maincontent div.block {
	margin-bottom: 1.7em;
}
#maincontent div.block a:link, 
#maincontent div.block a:visited, 
#maincontent div.block a:hover, 
#maincontent div.block a:active {
	width: 10em;
	padding: 0 0 0 15px;
	line-height: 2em;
	background: url('../img/mehrlink.gif') 0 2px no-repeat;
	text-decoration: none;
	color: #e2001a;
}

#maincontent div.block02 {
	margin-bottom: 1.7em;
}
#maincontent div.block02 a:link, 
#maincontent div.block02 a:visited, 
#maincontent div.block02 a:hover, 
#maincontent div.block02 a:active {
	width: 10em;
	padding: 0 0 0 15px;
	line-height: 2em;
	background: url('../img/back.gif') 0 2px no-repeat;
	text-decoration: none;
	color: #e2001a;
}


/* ------------------------------ maincontent02 Start ------------------------------ */
#maincontent02 h1 {
	font-size: 0.7em;
}
#maincontent02 p {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-top: 1.6em;
}
#maincontent02 p.breit {
	width: auto;
}

#maincontent02 p.danke {
	width:  auto;
	float: left;
	
}

#maincontent02 div.startteaser {
	width: 23em;
	margin-right: 1em;
	float: left;
}


#maincontent02 div.startteaser h2 {
	color: #e2001a;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #e2001a;
	margin-bottom: 10px;
}
#maincontent02 div.block img {
	float: left;
	margin: 0 10px 0 0;
}
#maincontent02 div.block p {
	margin: 0 20px 0 0;
	padding: 0;
}
#maincontent02 div.block {
	margin-bottom: 1.7em;
}
#maincontent02 div.block a:link, 
#maincontent02 div.block a:visited, 
#maincontent02 div.block a:hover, 
#maincontent02 div.block a:active {
	width: 10em;
	padding: 0 0 0 15px;
	line-height: 2em;
	background: url('../img/mehrlink.gif') 0 2px no-repeat;
	text-decoration: none;
	color: #e2001a;
}

/* ------------------------------ maincontent02 Ende ------------------------------ */


#maincontent div.startangebote {
	float: left;
	width: 5em;
}
#maincontent div.startangebote h2 {
	color: #e2001a;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
#maincontent div.startangebote a:link, 
#maincontent div.startangebote a:visited, 
#maincontent div.startangebote a:hover, 
#maincontent div.startangebote a:active {
	text-decoration: none;
	background-color: #e2001a;
	display: block;
	width: 135px;
	font-size: 0.7em;
	color: #fff;
	padding: 110px 0 10px 10px;
}
#maincontent div.startangebote a.pauschale1 {
	background: #e2001a url('../img/partnerpauschale1.jpg') 0 0 no-repeat;
}
#maincontent div.startangebote a.pauschale2 {
	background: #e2001a url('../img/partnerpauschale2.jpg') 0 0 no-repeat;
}

.autos {
font-size:11px;
border:1px;
border-color:#000000;
height:60px;
width:423px;
margin-bottom:5px;
padding-left:2px;
background-color:#D5CBB2;
}

.auto {
height:60px;
width:104px;
border:1px;
border-color:#000000;
float:left;
margin-right:5px;
margin-bottom:5px;
}

.fahrzeugbox {
	width: 11em;
	float: left;
	margin: 1em 1em 1em 0;
	background-color: #f3f1e0;
}
.fahrzeugbox h2 {
	background-color: #d5cbb2;
	color: #501e1e;
	font-size: 0.7em;
	padding: 0.1em 0.1em 0.1em 0.7em;
}
.fahrzeugbox ul {
	list-style-type: none;
	margin: 0.8em 0.5em 0.8em 0.7em;
}
.fahrzeugbox ul li {
	font-size: 0.7em;
	line-height: 1.6em;

}
.fahrzeugbox ul li a {
	background: url("../img/pfeil_fahrzeugbox.gif") 0 0.2em no-repeat;
	padding-left: 1.6em;
	text-decoration: none;
}
.fahrzeugdetail {
	float: left;
	width: 22em;
}
.fahrzeugdetail img {
	margin: 1em 0 1em 1em;
}
.fahrzeugdetail h2 {
	background-color: #d5cbb2;
	color: #501e1e;
	font-size: 0.7em;
	padding: 0.1em 0.1em 0.1em 0.7em;
}
.fahrzeugdetail table {
	background-color: #f3f1e0;
	width: 100%;
	padding: 0.4em 0 0.7em 0;
}
.fahrzeugdetail td {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 0 0.5em;
}
.fahrzeugangebot {
	width: 24em;
	float: left;
	margin:5px 0 0 0;
}
.fahrzeugangebot h1 {
	padding-bottom: 3px;
	margin-bottom: 1em;
}
.fahrzeugangebot h2 {
	font-size: 0.7em;
	margin-top: 20px;
}
.fahrzeugangebot table {
	padding: 0 0 0.7em 0;
}
.fahrzeugangebot td {
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 0 2em 0 0;
}
.fahrzeugangebot a.reservierungen {
	display: block;
	width: 18em;
	font-size: 0.65em;
	padding: 0 0 0.1em 1em;
	text-transform: uppercase;
	background: #e2001a url("../img/reservierung_link.gif") right no-repeat;
	color: #fff;
	text-decoration: none;
	margin: 1em 0 2em 0;
}


#fahrzeugtodo {
   /*background:#AF00FF;  */
	float: left;
	width: 24em;
	padding-top: 11px;
}

#fahrzeugtodo a.rg{
   display: inline;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.65em;
	padding: 0 0em 0em 0em;
	width: 171px;
   height:11px;
   background: url("../img/reservierung.png") no-repeat;
}


}
#fahrzeugtodo a.gr{
   display: inline;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.65em;
	padding: 0 0em 0em 0em;
	width: 171px;
   height:11px;
   background: url("../img/gruppe.png") no-repeat;
}

.reservierung input, .reservierung textarea, .reservierung .reservierungselect {
	font-size: 11px;
	border: 1px solid #d5cbb2;
	margin-bottom: 0.4em;
}

.fahrzeugtodo li {
	padding: 0.1em 0.2em 0.1em 1em;
	background-color: #f3f1e0;
	border-bottom: 1px solid #d5cbb2;
	line-height: 1.4em;
}
.fahrzeugtodo li.head {
	background: #e2001a url("../img/bittewaehlen.gif") right no-repeat;
	color: #fff;
	border: 0px solid;
}
.fahrzeugtodo strong {
	font-weight: normal;
}

.impressum

	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:18px;
	color:#161616; 

	}

.impressum_m

	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height:18px;
	color: #962E2F; 

	}

.kontakt {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:#FFFFFF;
}