/* CSS-Stylesheet von Auto-Rapp */

body {
background-image: url('../images/bodybg.jpg');
background-repeat: repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#1B1B20;
padding:0px;
margin:0px;
}

a {color: #FECB00;}
a:visited {color:#FECB00;}
a:hover {color: #CED0D2;}
a:active { color:#CED0D2;}

h1 {
color: #FECB00;
font-size: 18px;
text-transform:uppercase;
padding:0px 0px 0px 0px;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 0px;
margin:0px;}

h3 {
color: #333333;
font-size: 14px;
padding:0px 0px 0px 0px;
margin:0px }

h4 {
font-size:10px;
font-weight: normal;
margin:0px;}

.white{
	color: #FFFFFF;
}
.grey{
	color: #333333;
}

.yellow{
	font-size: 14pt;
	color: #FECB00;	
	padding:0px 0px 5px 0px;
}


.bigfont{
font-size:20px;
font-weight: normal;	
}

img.download {vertical-align:middle;}

/* ----------Navigation on top of the site-------------- */
.mavLoginBarCenter
{
	text-align: left;
	margin: auto;
	height: auto;
	width: 800px; 
}
.mavLoginBarCenter
{
	text-align: right;
}
.mavLoginBarCenter p
{
	color: #808080;
	padding: 4px 0px;
	margin: 0px;
}
.mavLoginBarCenter a
{
	color: #808080;
	text-decoration: none;
}

.mavLoginBarCenter a:hover
{
	color: #FECB00;
	text-decoration: underline;
}
.mavLoginBar, .mavLoginBarClient, .mavLoginBarEmployee
{
	background-color: #000000;
	margin: 0px;
	height: 25px;
	cursor: default;
	font-size: 11px;
	font-family: Tahoma;
	letter-spacing: 1px;
}



/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 


.nav
{ 
	position: relative;
	background-repeat: repeat-x;
	height: 34px;
	width: 800px;
	float: right;
	margin: -50px 0px 20px 0px; 
	padding: 0; 
	border: 0;  
	white-space: nowrap;
	display: block;
	font-family: Verdana;
	font-size: 100%;
	z-index: 1000;
}

.navLeftEnd, .navRightEnd
{
	background-repeat: no-repeat;
	height: 34px;
	z-index: 1000;
}

.navLeftEnd 
{
	background-image: url('../images/nav_left.png');
}

.navRightEnd 
{
	background-image: url('../images/nav_right.png'); 
	background-position: 100% 0%; 
	padding: 0px 15px 0px 12px;
}

.nav ul     
{ 
	background-image: url('../images/nav_middle.png');
	text-align: center; 
	list-style-type: none; 
	clear: none;
	height: 34px; 
	margin: 0; 
	padding: 0px 0px 0px 0px; 
	border: 0 ;
}



.nav ul li a  
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	float: left; 
	text-align: center; 
	padding: 10px 3px 11px 3px; 
	display: block;
}

.nav ul li a:hover
{
	border-bottom: 2px solid #333333;
	padding: 10px 3px 9px 3px;
}

.navOnLi a:hover
{
	border-bottom: 0px !important;
	padding: 10px 6px 8px 6px;
}

li.pipe
{
	padding: 8px 0px 12px 0px !important; 
	color: #c9caca; 
	font-size: 13px;
}

.navOnLi
{
	background-image: url('../images/nav_select_left.png');
	background-repeat: no-repeat;
	background-position: left 8px;
	margin: 0px 6px !important;
}

.navOn
{
	background-image: url('../images/nav_select_right.png');
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-bottom: 11px !important;
}

.navOnBg
{
	background-image: url('../images/nav_middle_active.png');
	margin: 0px 1px;
	padding: 2px 3px 4px 3px;
}

.nav ul li   
{ 
	text-align: center; 
	list-style-type: none; 
	float: left; 
	padding: 0; 
	border: 0; 
	display:block; 
	width: auto;
}



/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 220px 0px 0px 0px; 
padding: 0px;
position: absolute;
min-height: 450px;
}

#left ul{
	list-style-type: none ;
	padding: 0 0 0 10px;
	margin: 0;
}

#left ul.borderbottom{
	border-bottom:1px solid #ffffff;
	padding: 0 0 30px 25px;
}

#left li a {
	font-size: 1.3em;
	font-weight: normal;
	text-decoration:none; 
}
#left  li li a { font-size: 1em; }
#left li{
	margin: 0;
	padding: 0 0 4px 0;
}
#left li li{
	margin: 0;
	padding: 0 0 3px 0;
}
#left li a.selected {
	margin: 0;
	padding: 0 0 0 0px;
	color:#CED0D2;
}

#left li li a.selected {
	margin: 0;
	padding: 0;
}


/* -----------------Inhalt--------------------- */
#content {
padding: 0px;
margin-left: 200px;
margin-right: 0px;
}
div#content { 
min-height:300px;
height:expression(this.scrollHeight > 300 ? "auto":"300px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

#content ul {
list-style-image:url(../images/ul_point.png);	
list-style-position:outside;
margin-left:19px
}

a.sitemap{color:#333333;}
a.sitemap:hover{color:#999999;}
a.sitemap:active{color:#999999;}
a.sitemap:visited{color:#333333;}

/* --------------left navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 0px;
padding: 0px;
}

/* -----------footer--------------------------- */
#footer {
position: absolute;
width:800px;
clear: both;
margin: 0px;
padding: 0px;
text-align: left; 
}

#footernav {	
width: 600px;
bottom:10px;
clear: both;
margin: 0px 0px 0px 200px; 
padding: 0px;
text-align: left; 

}


/*************Box****************/

.termin{
width: 180px;
height: 210px;	
margin: 40px 0px 0px 20px;
padding: 0px;
font-size: 10pt;
text-align: center;
}

.tuevdate{
width: 180px;
height: 50px;
margin: -60px 0px 0px 0px;  
color: #999999;
}

/*************Box****************/

.news{
margin: -212px 0px 0px 215px;  
width: 180px;
height: 210px;	
padding: 0px;
font-size: 10pt;
font-weight: bold;
text-align: center ;
color: #333333; 
}


.orgnews{
width: 155px;
height: 150px;
margin:  -165px 0px 0px 0px;
padding: 0px 15px 0px 10px; 
color: #999999;
}

/*************Box****************/

.car{
width: 180px;	
height: 210px;	
margin: -212px 0px 0px 410px; 
padding: 0px;
font-size: 10pt;
text-align: center; 
}

.carspec{
width: 155px;
height: 150px;
margin:  -165px 0px 0px 0px;
padding: 0px 15px 0px 10px; 
color: #999999;
}
/*************Box****************/
.aktion{
width: 180px;	
height: 210px;
margin: -212px 0px 0px 605px; 
padding: 0px;
font-size: 10pt;
text-align: center; 
}

.aktiontxt{
width: 155px;
margin:  -115px 0px 0px 5px; 
padding: 0px 15px 0px 10px; 
color: #999999;text-align: center center;
}

.aktionpreis{
width: 155px;
margin:  25px 0px 0px 5px; 
padding: 0px 15px 0px 10px; 
color: #999999;

}

/******Aktionspreis im Content***/

.aktionspreis{
width: 155px;
height: 80px;
margin:  25px 0px 0px 5px; 
padding: 0px 15px 0px 10px; 
color: #999999;
}

.aktionspreisstrong{
	color: #333333;	
	height: 40px;
	width: 100px;
	font-size: 24pt;
	font-weight: normal;
  margin: -40px 10px 0px 70px;
	text-align: right; 
}


.aktionstrong{
	color: #333333;	
	font-size: 12pt;
}

/*********Ende der Boxen*********/

#footerinfo {
clear: both;
margin: 250px 0px 0px 0px; 
padding: 0px;
text-align: center; 
}