@charset "utf-8";
body  {
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	height: 99%;
	width: 99%;
	overflow-x: hidden;
	background-image:url(../images/highway.jpg);
	background-attachment: fixed;
  	background-repeat:no-repeat;
  	background-position: center center;

	}
	
ul {
	list-style-type: square;
}	
a , a:active, a:visited {
	text-decoration:none;
	color:#999;
	}
	
a:hover {
	text-decoration:none;
	color:#FFF;
	}
	
#zentrierung {
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:auto;
	text-align:center;
}
	
#contentbereich {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	position: absolute;		/*   Absolute Positionierung zum Verhindern des Ausrichtung an anderen Containern   */
	width: 900px;			/*   Breite des Containers   */
	height: 500px;			/*   Höhe des Containers   */
	top: 50%;				/*   Mittiges ausrichten   */
	left: 50%;				/*   Mittiges ausrichten   */
	margin-left: -450px; 	/*   Korektur = minus die hälfte von width   */
	margin-top: -250px; 	/*   Korektur = minus die hälfte von height   */
			/*   Reihenfolge   */
	background-color: #000;
	border: 1px solid #666;
}

#logo  {
	position: absolute;		/*   Absolute Positionierung zum Verhindern des Ausrichtung an anderen Containern   */
	width: 250px;			/*   Breite des Containers   */
	height: 140px;			/*   Höhe des Containers   */
	top: 50%;				/*   Mittiges ausrichten   */
	left: 50%;				/*   Mittiges ausrichten   */
	margin-left: -525px; 	/*   Korektur = minus die hälfte von width   */
	margin-top: 50px; 	/*   Korektur = minus die hälfte von height   */
	
	background-image: url(../images/logo2.png);
}

#logo:hover {
	position: absolute;		/*   Absolute Positionierung zum Verhindern des Ausrichtung an anderen Containern   */
	width: 250px;			/*   Breite des Containers   */
	height: 140px;			/*   Höhe des Containers   */
	top: 50%;				/*   Mittiges ausrichten   */
	left: 50%;				/*   Mittiges ausrichten   */
	margin-left: -525px; 	/*   Korektur = minus die hälfte von width   */
	margin-top: 50px; 	/*   Korektur = minus die hälfte von height   */
	z-index: 900;			/*   Reihenfolge   */
	background-image: url(../images/logo.png);
}

#naviwrapper {
	background-color:#666;
	border: 2px solid #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #00F;
	position: absolute;		/*   Absolute Positionierung zum Verhindern des Ausrichtung an anderen Containern   */
	width: 100%;			/*   Breite des Containers   */
	height: 50px;			/*   Höhe des Containers   */
	top: 50%;				/*   Mittiges ausrichten   */
	/*left: 50%;				/*   Mittiges ausrichten   */
	/*margin-left: -400px; 	/*   Korektur = minus die hälfte von width   */
	margin-top: 125px; 	/*   Korektur = minus die hälfte von height   */
	
}

#navicontainer {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
	

#navibutton a, #navibutton a:link, #navibutton a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:100px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navibuttonspacer a, #navibuttonspacer a:link, #navibuttonspacer a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:150px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}

#navibutton a:hover {
	background-color:#333333;

	background-image:url(../images/nav_showroom.gif)

	text-align: center;
	/*margin-top:-10px;
	height:40px;
	padding-top:30px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;*/
	opacity:2.0;
	}
	
#navibuttonshowroom a, #navibuttonshowroom a:link, #navibuttonshowroom a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:100px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navibuttonshowroom a:hover {
	background-image:url(../images/navshowroom.gif);

	text-align: center;
	font-weight: bold;
	}

#navibuttoncontact a, #navibuttoncontact a:link, #navibuttoncontact a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:100px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navibuttoncontact a:hover {
	background-image:url(../images/nav_contact.gif);

	text-align: center;
	font-weight: bold;
	}
#navibuttonhome a, #navibuttonhome a:link, #navibuttonhome a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:100px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navibuttonhome a:hover {
	background-image:url(../images/nav_home.gif);

	text-align: center;
	font-weight: bold;
	}

#navibuttonservice a, #navibuttonservice a:link, #navibuttonservice a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:100px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navibuttonservice a:hover {
	background-image:url(../images/nav_service.gif);

	text-align: center;
	font-weight: bold;
	}
	
#navibuttonabout a, #navibuttonabout a:link, #navibuttonabout a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:100px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navibuttonabout a:hover {
	background-image:url(../images/nav_about.gif);

	text-align: center;
	font-weight: bold;
	}
	
#navibuttonfriends a, #navibuttonfriends a:link, #navibuttonfriends a:visited {
	color:#FFF;
	display:inherit;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	text-align:center;
	height:35px;
	width:100px;
	float: left;

	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:-20px;
	padding-left:10px;
	padding-right:10px;
	}
	
#navibuttonfriends a:hover {
	background-image:url(../images/nav_friends.gif);

	text-align: center;
	font-weight: bold;
	}

#contentlinks {
	position: absolute;
	width: 600px;
	height: 363px;
	margin: 5px;
	float: left;
	color: #999;
}
#contentlinks2 {
	position: absolute;
	height: 363px;
	margin: 5px;
	float: left;

	color: #999;
	max-width: 285px;
}
#contentmitte {
	position: absolute;
	height: 363px;
	margin: 5px;
	margin-left: 300px;
	margin-right: 0px;

	color: #999;
	float: inherit;
	max-width: 285px;
}
#contentrechts {
	width: 285px;
	float: right;
	margin: 5px;
	height: 363px;
	background-color: #000;

}

#contentunten {
	width: 900px;
	height: 70px;
	position: absolute;
	bottom: 0px;

}
.brand0 {
	height:70px;
	width:258px;
	float:left;
}
.brand1{
	height:70px;
	width:60px;
	background-image: url(../images/brands_1_a.jpg);
	float:left;
}
.brand1:hover {
	background-image: url(../images/brands_1_b.jpg);
	float:left;
}
.brand2 {
	height:70px;
	width:60px;
	background-image: url(../images/brands_2_a.jpg);
	float:left;
}
.brand2:hover {
	background-image: url(../images/brands_2_b.jpg);
	float:left;
}
.brand3 {
	height:70px;
	width:120px;
	background-image: url(../images/brands_3_a.jpg);
	float:left;
}
.brand3:hover {
	background-image: url(../images/brands_3_b.jpg);
	float:left;
}
.brand4 {
	height:70px;
	width:80px;
	background-image: url(../images/brands_4_a.jpg);
	float:left;
}
.brand4:hover {
	background-image: url(../images/brands_4_b.jpg);
	float:left;
}
.brand5 {
	height:70px;
	width:80px;
	background-image: url(../images/brands_5_a.jpg);
	float:left;
}
.brand5:hover {
	background-image: url(../images/brands_5_b.jpg);
	float:left;
}
.brand6 {
	height:70px;
	width:80px;
	background-image: url(../images/brands_6_a.jpg);
	float:left;
}
.brand6:hover {
	background-image: url(../images/brands_6_b.jpg);
	float:left;
}
.brand7 {
	height:70px;
	width:70px;
	background-image: url(../images/brands_7_a.jpg);
	float:left;
}
.brand7:hover {
	background-image: url(../images/brands_7_b.jpg);
	float:left;
}
.brand8 {
	height:70px;
	width:90px;
	background-image: url(../images/brands_8_a.jpg);
	float:left;
}
.brand8:hover {
	background-image: url(../images/brands_8_b.jpg);
	float:left;
}



#contentoben {
	width: 890px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	height: 363px;
	text-align: left;
}

.werbung {
	width: auto;
	position: fixed;
	bottom: 0px;
	right: 0px;
	float: right;
	visibility: visible;
	z-index: 1000;
	margin: 2px;
	height: auto;
}

.notiz {
	width: auto;
	position: fixed;
	float: right;
	visibility: visible;
	z-index: 1000;
	margin: 2px;
	height: auto;
	margin-left: -120px;
	margin-top: -45px;
}


.ueberschrift {
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-align: inherit;
	letter-spacing: 0.3em;
	margin-left: 5px;
	z-index: 600;
	text-transform: uppercase;
}
.ueberschriftrechts {
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.4em;
	margin-left: -50px;
	z-index: 600;
	padding-top: 20px;
	padding-bottom: 5px;
	position: absolute;
	left: 548px;
	top: 144px;
	width: 417px;
}
.normalertext {
	color: #999;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	padding-left: 15px;
}
.normalertext a, .normalertext a:visited, .normalertext a:active {
	text-decoration:none;
	font-weight:bold;
	color:#CCC;
}
.normalertext a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
.unternavigation {
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	color:#CCC;
}

.unternavigation a , .unternavigation a:link , .unternavigation a:visited{
	text-decoration:none;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	color:#CCC;
	font-weight:bold;
	padding-left:70px;
	margin:0px;
	padding-left:70px;
	}
.unternavigation a:hover {
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	padding-left:70px;
	margin:0px;
	text-decoration:underline;
	}
.addressefooter {
	color: #999;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px!important;
	text-align: left;
	font-weight: normal!important;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

/* Mootools Accordion XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#accordion  {
	margin: 0;
	width: 295px;
	}



.toggler{
	cursor:pointer;
	margin: 0;
	padding:0px 0px 0px 5px;
	font-size:12px;
	font-family:Arial, sans-serif;
	background:#666;
	border: 1px solid #000;
	
	}
	
.toggler:hover{
	background:#AAA;
	}
	
.element{
	padding:0 5px;
	font-size: 10px;
	color: #999;
	}
	
.image{
	margin:10px 20px;
	float:right;
	}

/* ENDE Mootools Accordion XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* START Mootools Slideshow XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
