@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/body-background.jpg) repeat-x #ececec;
	color: #484848;
	font: 12px/150% Arial, Helvetica, sans-serif;
}

a img {
	border: 0 none;
}

#wrapper {
	background: url(../img/wrapper-background.jpg) repeat-y;
	margin: auto;
	width: 910px;
}

#show {
	background: url(../img/animation/01.jpg) no-repeat;
	height: 300px;
}

#show h1 {
	display: none;
}

#address {
	color: #fff;
	position: absolute;
	height: 114px;
	width: 284px;
	margin-top: 63px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding: 80px 10px 10px 10px;
	z-index: 100;
}

#address a {
	color: #fff;
	text-decoration: none;
}

#address a:hover {
	color: #b06161;
}

#street {
	color: #000;
	font-weight: bold;
	float: left;
	width: 141px;
}

#telephone {
	color: #696969;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 141px;
}

#vw, #audi {
	color: #6c7074;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 131px;	
}

#vw {
	padding: 50px 0 0 11px;
}

#audi {
	padding: 50px 11px 0 0;
}

#allbrands{
	color: #005fae;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 120%;
	margin-top: 15px;
	text-align: center;
	text-transform: uppercase;
	width: 282px;
}

#erfahrung{
	color: #ea2110;
	float: left;
	font-size: 13px !important;
	font-weight: bold;
	height: 30px;
	margin-top: 5px;
	line-height: 100%;
	text-align: center;
	width: 282px;
}

.blue{
	color: #005fae;
}

#navigation {
	background: url(../img/navigation-background.jpg) no-repeat;
	height: 20px;
	padding: 10px 15px 10px 15px;
}

/* ----- MENU ----- */

#menu li {
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	list-style: none;
}

a.menu_01, a.menu_02, a.menu_03, a.menu_04, a.menu_05, a.menu_06, a.menu_07 {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	width: 124px;
}

a.menu_01, a.menu_07 {
	width: 130px;
}

a.menu_01:hover, a.menu_02:hover, a.menu_03:hover, a.menu_04:hover, a.menu_05:hover, a.menu_06:hover, a.menu_07:hover {
	color: #003963;
}

a.menu_01 {
	background: url(../img/navigation-li_01-background.jpg) top no-repeat;
}

a.menu_01:hover {
	background: url(../img/navigation-li_01-background.jpg) bottom no-repeat;	
}

a.menu_02 {
	background: url(../img/navigation-li_02-background.jpg) top no-repeat;
}

a.menu_02:hover {
	background: url(../img/navigation-li_02-background.jpg) bottom no-repeat;	
}

a.menu_03 {
	background: url(../img/navigation-li_03-background.jpg) top no-repeat;
}

a.menu_03:hover {
	background: url(../img/navigation-li_03-background.jpg) bottom no-repeat;	
}

a.menu_04 {
	background: url(../img/navigation-li_04-background.jpg) top no-repeat;
}

a.menu_04:hover {
	background: url(../img/navigation-li_04-background.jpg) bottom no-repeat;	
}

a.menu_05 {
	background: url(../img/navigation-li_05-background.jpg) top no-repeat;
}

a.menu_05:hover {
	background: url(../img/navigation-li_05-background.jpg) bottom no-repeat;	
}

a.menu_06 {
	background: url(../img/navigation-li_06-background.jpg) top no-repeat;
}

a.menu_06:hover {
	background: url(../img/navigation-li_06-background.jpg) bottom no-repeat;	
}

a.menu_07 {
	background: url(../img/navigation-li_07-background.jpg) top no-repeat;
}

a.menu_07:hover {
	background: url(../img/navigation-li_07-background.jpg) bottom no-repeat;	
}

a.selected_01, a.selected_02, a.selected_03, a.selected_04, a.selected_05, a.selected_06 {
	display: block;
	color: #003963;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	width: 124px;
}

a.selected_01, a.selected_07 {
	color: #003963;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
	width: 130px;
}

a.selected_01 {
	background: url(../img/navigation-li_01-background.jpg) bottom no-repeat;
}

a.selected_01:hover {
	background: url(../img/navigation-li_01-background.jpg) top no-repeat;
}

a.selected_02 {
	background: url(../img/navigation-li_02-background.jpg) bottom no-repeat;
}

a.selected_02:hover {
	background: url(../img/navigation-li_02-background.jpg) top no-repeat;
}

a.selected_03 {
	background: url(../img/navigation-li_03-background.jpg) bottom no-repeat;
}

a.selected_03:hover {
	background: url(../img/navigation-li_03-background.jpg) top no-repeat;
}

a.selected_04 {
	background: url(../img/navigation-li_04-background.jpg) bottom no-repeat;
}

a.selected_04:hover {
	background: url(../img/navigation-li_04-background.jpg) top no-repeat;
}

a.selected_05 {
	background: url(../img/navigation-li_05-background.jpg) bottom no-repeat;
}

a.selected_05:hover {
	background: url(../img/navigation-li_05-background.jpg) top no-repeat;
}

a.selected_06 {
	background: url(../img/navigation-li_06-background.jpg) bottom no-repeat;
}

a.selected_06:hover {
	background: url(../img/navigation-li_06-background.jpg) top no-repeat;
}

a.selected_07 {
	background: url(../img/navigation-li_07-background.jpg) bottom no-repeat;
}

a.selected_07:hover {
	background: url(../img/navigation-li_07-background.jpg) top no-repeat;
}

/* ---------- */

#content {
	background: url(../img/content-background.jpg) top no-repeat;
	padding: 30px 45px 0px 45px;
	text-align: justify;
	width: 820px;
}

#content h2 {
	color: #1a5f95;
	font-size: 14px;
	padding-bottom: 10px;
}

#content h3 {
	color: #1a5f95;
	font-size: 13px;
	padding-bottom: 10px;
}

#content h4 {
	color: #666666;
	font-size: 13px;
	padding-bottom: 5px;
}

#content h5 {
	color: #1a5f95;
	font-size: 13px;
	padding-bottom: 5px;
}

#content h6 {
	color: #1a5f95;
	font-size: 14px;
}

#content p {
	padding-bottom: 10px;
}

#content a {
	color: #ea2110;
	text-decoration: underline;
}

#content a:hover {
	color: #1B5F96;
}

#content ul, #content ol {
	padding: 0 0 10px 20px;
}

#leistungsliste {
	color: #666666;
	font-weight: bold;
	margin: 0 !important;
	padding: 0 !important;
}

#leistungsliste li{
	list-style: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

#leistungsliste li a {
	color: #666666 !important;
	text-decoration: none !important;
}

#leistungsliste li a:hover {
	color: #93badc !important;
}

#willkommen {
	background: url(../img/willkommen-background-top.jpg) top no-repeat #f5f5f5;
	margin-bottom: 10px;
	width: 820px;
}

#willkommen_in {
	background: url(../img/willkommen-background-bottom.jpg) bottom no-repeat;
	padding: 20px 20px 10px 20px;
}

#footer {
	background: url(../img/footer-background.jpg) no-repeat;
	color: #fff;
	clear: both;
	font-size: 11px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 30px;
	padding: 30px 0 0 0;
}

#footer a {
	color: #1a5f95;
	text-decoration: none;
}

#footer a:hover {
	color: #003963;	
}

form input, form textarea {
	border: 1px solid #b0b0b0;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 2px;
}

form textarea {
	width: 810px;
}

input.button {
	background-color: #1a5f95;
	border: 0 none !important;
	color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
}

table td {
	padding: 0;
}

/*----- Classes -----*/

.toppad {
	padding-top: 15px;
}

.rightpad {
	float: left;
	padding-right: 5px;
}

.leftpad {
	float: right;
	padding-left: 5px;
}


.rightpic {
	float: right;
	padding-bottom: 15px;
	padding-left: 20px;
}

.leftpic {
	float: left;
	padding-bottom: 15px;
	padding-right: 20px;
}

.pad_10 {
	padding-left: 40px !important;
}

.pad_20 {
	padding-left: 80px !important;
}

.pad_30 {
	padding-left: 120px !important;
}

.pad_40 {
	padding-left: 160px !important;
}

.pad_50 {
	padding-left: 200px !important;
}

.pad_60 {
	padding-left: 240px !important;
}

.pad_70 {
	padding-left: 280px !important;
}

.pad_80 {
	padding-left: 320px !important;
}

.pad_90 {
	padding-left: 360px !important;
}

.pad_100 {
	padding-left: 400px !important;
}

.pad_110 {
	padding-left: 440px !important;
}

.pad_120 {
	padding-left: 480px !important;
}

.pad_130 {
	padding-left: 520px !important;
}

.pad_140 {
	padding-left: 560px !important;
}

.pad_150 {
	padding-left: 600px !important;
}

.pad_160 {
	padding-left: 640px !important;
}

.pad_170 {
	padding-left: 680px !important;
}

a.subpoint_left {
	background: url(../img/subpoint-background.jpg) top no-repeat;
	color: #fff !important;
	display: block;
	font-weight: bold;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 15px 15px 0;
	text-align: center;
	text-decoration: none !important;
	width: 400px;
}

a.subpoint_right {
	background: url(../img/subpoint-background.jpg) top no-repeat;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-weight: bold;
	float: left;
	height: 40px;
	line-height: 40px;
	margin: 0 0 15px 0;
	text-align: center;
	text-decoration: none !important;
	width: 400px;
}

a.subpoint_left:hover, a.subpoint_right:hover {
	background: url(../img/subpoint-background.jpg) bottom no-repeat;
}

a.back {
	background: url(../img/back-background.jpg) top no-repeat;
	color: #fff !important;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin: 10px 0 5px 0;
	text-align: center;
	text-decoration: none !important;
	width: 100px;
}

a.back:hover {
	background: url(../img/back-background.jpg) bottom no-repeat;
}

.hide {
	display: none;
}
.blue {
	color: #1B5F96;
}
.red{
	color: #ea2110;
}
