@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #0c0c0c;
	font-family: Arial, Helvetica, sans-serif;
	color: #E4E4E4;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#container {
	width: 980px;
	margin: 0 auto -94px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height: auto !important; /* Important Regel für moderne Browser */
	height: 100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */
	background-repeat: repeat-y;
	background-image: url(../images/container.png);
}
#container #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 980px;
}
#container #content {
	width: 930px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 110px;
	color: #E4E4E4;
	font-size: 0.9em;
	line-height: 1.3em;
}
#container #content p {
	margin-bottom: 0.6em;
	text-align: justify;
}
#container #content h1 {
	text-transform: uppercase;
	font-size: 26px;
	text-decoration: none;
	line-height: 32px;
	padding-bottom: 14px;
	margin-bottom: 18px;
	margin-top: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353537;
}
#container #content h2 {
	font-size: 1.2em;
	text-decoration: none;
	margin-bottom: 6px;
	line-height: 1.1em;
	margin-top: 20px;
}
#container #content hr {
	clear: both;
	border: 0;
	color: #353537;
	background-color: #353537;
	height: 1px;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 18px;
}
#container #content ul {
	margin-left: 20px;
	list-style: square;
	margin-bottom: 20px;
}
#container #content img {
	border: solid 1px #353537;
	margin-left: 10px;
	margin-bottom: 4px;
}
#container #content img.noop {
	border: 0;	
	margin-left: 0;
	margin-bottom: 0;
}
#container #content #outcast li {
	margin-left: 20px;
	margin-bottom: 8px;
	list-style: square;		
}
#container #content #cargallery {
	margin-top: 15px;
	margin-bottom: 25px;
}
#container #content #cargallery ul {
	list-style: none;	
	margin-left: 0px;
}
#container #content #cargallery li {
	float: left;
	width: 190px;
	margin-right: 20px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
}
#container #content #cargallery li.letzte {
	margin-right: 0px;
}
#container #content #cargallery li img {
	border: solid 1px #353537;
	margin-left: 0;
}
#container #content #cargallery li span {
	float: right;
}
#container #content #cargallery li span img {
	border: none;
	margin-top: 2px;
}

#container #content #specialbox {
	width: 460px;
	float: right;
	margin-left: 25px;
}
#container #content #kontaktbox {
	width: 289px;
	float: right;
	margin-left: 25px;
	border-left: solid 1px #353537;
	color: #5a5a5a;
}
#container #content #kontaktbox a {
	color: #5a5a5a;
	text-decoration: underline;
}
#container #content #kontaktbox a:hover, #container #content #kontaktbox a:focus {
	color: #CCC;
	text-decoration: none;
}
#container #content #kontaktbox h2 {
	margin-left: 25px;
	font-size: 36px;
	color: #5a5a5a;
	margin-top: 0px;
}
#container #content #kontaktbox h3 {
	margin-left: 25px;
	font-size: 18px;
	color: #5a5a5a;
	margin-top: 8px;
}
#container #content #kontaktbox ul {
	margin-left: 25px;
	list-style: none;	
}
#container #content #kontaktbox li {
	border-top: solid 1px #353537;
	margin-top: 15px;
	padding-top: 15px;
	text-align: left;
}
#container #content #kontaktbox li:hover {
	color: #E4E4E4;
}
#container #content #kontaktbox li img {
	float: right;
	margin-left: 8px;
	border: 0;
}
#container #content #kontaktbox li p {
	margin-top: 10px;
	text-align: left;
}
#container #content #kontaktbox h2 {
	
}
#container #content #specialbox img {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #0f0f0f;
	background-image: url(../images/thn_back.jpg);
	background-repeat: no-repeat;
	border: 0;	
}

#container #content #podcast ul {
	list-style: none;	
	margin-left: 0px;
}
#container #content #podcast li {
	margin-right: 65px;
	text-align: left;
	float: left;
	width: 260px;
	margin-bottom: 25px;
}
#container #content #podcast li:hover {
	color: #E4E4E4;
}
#container #content #podcast li img {
	float: right;
	margin-left: 8px;
	border: 0;
}
#container #content #podcast li p {
	margin-top: 10px;
	text-align: left;
}

#container #content .spalteA {
	float: left;
	width: 430px;
}
#container #content .spalteB {
	float: right;
	width: 430px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover, a:focus {
	color: #999;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	width: 980px;
	margin: 0 auto;
	clear: both;
	font-size: 10px;
}
#footer a {
	color: #E4E4E4;
	text-decoration: none;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}


#footer #copyright {
	float: right;
	width: 210px;
	text-align: right;
	margin-top: 55px;
	margin-right: 25px;
}
#footer #footmenu {
	float: left;
	width: 190px;
	margin-top: 55px;
	margin-left: 25px;
}

#footer #notdienst {
	float: right;
	height: 58px;
	width: 230px;
	margin-top: 20px;
	margin-right: 20px;
	background-image: url(../images/notdienst.png);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#footer #notdienst a {
	height: 58px;
	width: 230px;
	display: block;
}
#footer #logos {
	float: left;
	height: 58px;
	width: 240px;
	margin-top: 20px;
	margin-left: 20px;
}
#container #header #menu {
	float: left;
	margin-top: 128px;
	margin-left: 10px;
	width: 660px;
	height: 40px;
}
#container #header #marken {
	float: right;
	height: 35px;
	width: 225px;
	margin-top: 95px;
	margin-right: 18px;
	outline: none;
}
.putzi {
	height: 1px;
	clear: both;
}

/* Navigation - Mainlevel */

ul#topnav {
	list-style-type: none;
	float: left;
	margin-top: 128px;
	margin-left: 10px;
	width: 660px;
	height: 40px;
}
ul#topnav li {
	float: left;
	height: 40px;
	position: relative;
}
ul#topnav a {
	color: #CCC;
	text-decoration: none;
	line-height: 40px;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #181818;
}
ul#topnav a:hover, ul#topnav a:focus {
	background-color: #232324;
	color: #FFF;
	
}

/* Navigation - Sublevel */

ul#topnav li div.sub {
	position: absolute; /*--Important--*/
	top: 42px; left: 0;
	z-index: 99999;
	background-color: #232324; /*--Background gradient--*/
	padding: 10px 10px 10px;
	float: left;
	border: solid 1px #181818;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 145px;
	float: left;
	margin-right: 10px;
}
ul#topnav li .sub ul.allerletztes {
	margin: 0px;
	margin-right: 0px;
}
ul#topnav .sub ul li {
	width: 135px; /*--Override parent list item--*/
	color: #CCC;
	line-height: 18px;
	height: auto;
	float: none;
	margin-bottom: 6px;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;
	margin: 0;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #353537;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	height: 32px;
	float: none;
}
ul#topnav .sub ul li h2.audi {
	background-image: url(../images/menu_audi.png);
	padding-left: 58px;
}
ul#topnav .sub ul li h2.volkswagen {
	background-image: url(../images/menu_vw.png);
	padding-left: 34px;
}
ul#topnav .sub ul li h2.seat {
	background-image: url(../images/menu_seat.png);
	padding-left: 42px;
}
ul#topnav .sub ul li h2.skoda {
	background-image: url(../images/menu_skoda.png);
	padding-left: 32px;
}
ul#topnav .sub ul li h2.service {
	background-image: url(../images/menu_service.png);
	padding-left: 28px;
}
ul#topnav .sub ul li a {
	display: block;
	text-decoration: none;
	color: #666;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 16px;
	margin-bottom: 12px;
}
ul#topnav .sub ul li a:hover {
	color: #FFF;
	background: none;
}

/* News */

.imagebox {
	width: 208px;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	border: solid 1px #353537;
}
.imagebox a {
	width: 210px;
	height: 110px;
	display: block;
}
.spalten {
	float: left;
	width: 210px;
	margin-right: 30px;
}
.spalten.letzte {
	margin-right: 0px;
}
#container #content .spalten h2 {
	margin-top: 8px;	
}
.spalten a {
	color: #E4E4E4;
	text-decoration: none;
	cursor: pointer;
	display: block;
}
.spalten a:hover, .spalten a:focus {
	color: #999;
}
.downloadcontainer {
	padding: 5px;
	padding-left: 85px;
	background-color: #323030;
	background-image: url(../images/downloads.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-bottom: 10px;
	background-position: 12px -5px;
	line-height: 60px;
}
#container #content #specialbox .downloadcontainer img {
	background: none;
	background-image: none;
}
#container #content #next {
	width: 320px;
	float: right;
	text-align: right;
}
#container #content #prev {
	width: 320px;
	float: left;
	text-align: left;
}


#content #accordion ul, #content #accordion2 ul {
	list-style: none;
	margin-left: 0px;
}
#content #accordion li, #content #accordion2 li {
	clear: both;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content #accordion li a, #content #accordion2 li a {
	display: block;
	cursor: pointer;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#content #accordion li div, #content #accordion2 li div {
	padding: 6px;
	float: left;
}
#content #accordion li div a, #content #accordion2 li div a {
	padding: 0px;
	background-image: none;	
	text-decoration: underline;
	display: inline;
}
