/* CSS Document */

html, body {
	scrollbar-arrow-color: #164294;
	scrollbar-3dlight-color: #c0c0c0;
	scrollbar-higlight-color: #F6F6F6;
	scrollbar-face-color: #F6F6F6;
	scrollbar-shadow-color: #fffffff;
	scrollbar-darkshadow-color: #c0c0c0;
	scrollbar-track-color: #F6F6F6;
	background-color:#F8F5FC;
	text-align:justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: normal;
   	color: #164294;
   	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: normal;
   	color: #000000;
   	margin-left:10px
}


/* 
########################################################
Definition Container
visibility:visible;
########################################################
*/



#container-header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:210px;
	background-image: url(../images/background-header.jpg);
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
#container-header-site {
	position:absolute;
	top:0px;
	left:50%;
	width:980px;
	height:210px;
	margin-left:-490px;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
#container-autoaufbereitung-profi {
	position:absolute;
	top:6px;
	left:0px;
	width:349px;
	height:25px;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
.profi {
	padding: 40px 0px 0px 0px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	letter-spacing:1px;
	}
#container-exzellente-qualitaet {
	position:absolute;
	top:70px;
	left:0px;
	width:349px;
	height:25px;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
.qualitaet {
	padding: 6px 0px 0px 0px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	letter-spacing:2px;
	}
#container-fahrzeugaufbereitung-klein {
	position:absolute;
	top:45px;
	left:520px;
	width:300px;
	height:25px;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
#container-autoaufbereitung-klein {
	position:absolute;
	top:6px;
	left:815px;
	width:165px;
	height:179px;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
#container-site {
	position:absolute;
	top:210px;
	left:50%;
	width:980px;
	height:100%;
	margin-left:-490px;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}

#container-left {
	position:absolute;
	top:0px;
	left:0px;
	width:222px;
	height:100%;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#948979;
	background-color:#EFF9FF;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
#container-left-pflegeprogramme {
	position:absolute;
	top:0px;
	left:0px;
	width:222px;
	height:1030px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#948979;
	background-color:#EFF9FF;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
#container-hauptmenu {
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:330px;
	padding-left:0px;
	padding-top:0px;
	border-left-style:solid;
	border-left-width:0px;
	border-right-style:solid;
	border-right-width:0px;
	border-color:#948979;
	background-color:#EFF9FF;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
.navi-hauptmenu { /*Normal  Hauptmenue*/
	width:220px;
	height:30px;
	padding:6px 0px 0px 6px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4C5961;
	vertical-align:middle;
	border-bottom:1px dotted #0462a5;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
		}

.navi-hauptmenu:hover { /*Rollover  Hauptmenue*/
	width:220px;
	height:30px;
	padding:6px 0px 0px 6px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color:#72A0CE;
	color: #ffffff;
	vertical-align:middle;
	border-bottom:1px dotted #FFFFFF;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
}

.navi-hauptmenu-aktive { /*Geklicktes  Hauptmenue*/
	width:220px;
	height:30px;
	padding:6px 0px 0px 6px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color:#72A0CE;
	color: #ffffff;
	vertical-align: bottom;
	border-bottom:1px dotted #0462a5;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
#container-leistungen-headline {
	position:absolute;
	top:330px;
	left:0px;
	width:220px;
	height:30px;
	border-left-style:solid;
	border-left-width:0px;
	border-right-style:solid;
	border-right-width:0px;
	border-color:#948979;
	background-color:#72A0CE;
	text-vertical-align: middle;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
.headline { /*Geklicktes  Hauptmenue*/
	width:222px;
	height:30px;
	padding: 6px 0px 0px 6px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color:#72A0CE;
	color: #ffffff;
	vertical-align: bottom;
	border-bottom:1px solid #0462a5;
	
	}
#container-leistungen {
	position:absolute;
	top:360px;
	left:0px;
	width:220px;
	height:200px;
	border-left-style:solid;
	border-left-width:0px;
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#948979;
	background-color:#FFFFFF;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
.leistungen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: normal;
   	color: #4C5961;
   	text-align:justify;
   	padding:6px 0px 0px 0px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box;
}
#container-fahrzeugpolitur {
	position:absolute;
	top:560px;
	left:0px;
	width:220px;
	height:238px;
	border-left-style:solid;
	border-left-width:0px;
	border-right-style:solid;
	border-right-width:0px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#948979;
	background-image: url(../images/fahrzeugpolitur.jpg);
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}

#container-content {
	position:absolute;
	top:0px;
	left:242px;
	width:738px;
	height:100%;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#948979;
	background-color: #FFFFFF;
	}
#container-content-pflegeprogramme {
	position:absolute;
	top:0px;
	left:242px;
	width:738px;
	height:1030px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#948979;
	background-color: #FFFFFF;
	}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: normal;
   	color: #4C5961;
   	text-align:justify;
   	padding:15px 15px 15px 15px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
   	color: #4C5961;
   	text-align:justify;
}
.td-class-10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
   	color: #4C5961;
   	text-align:left;
}





#container-top {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:40px;
	background-color: #FFFFFF;
	}
#container-logo {
	position:absolute;
	top:0px;
	left:0px;
	width:456px;
	height:50px;
	background-color: #FFFFFF;
	-moz-box-sizing:border-box;
	box-sizing : border-box;
	}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
   	color: #164294;
   	text-align:left;
   	letter-spacing:0px;
   	padding:0px 0px 0px 0px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box;
}


.navi-autoaufbereitung {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
   	color: #4C5961;
   	text-align:left;
   	letter-spacing:4px;
   	padding:0px 0px 0px 0px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box;
}
.navi-autoaufbereitung:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
   	color: #164294;
   	text-align:left;
   	letter-spacing:4px;
   	padding:0px 0px 0px 0px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box;
}
.navi-autoaufbereitung-aktive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
   	color: #164294;
   	text-align:left;
   	letter-spacing:4px;
   	padding:0px 0px 0px 0px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box;
}

#container-image-content {
	position:absolute;
	top:40px;
	left:0px;
	width:900px;
	height:230px;
	background-color: #FFFFFF;
	}
#container-image-content-left{
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:230px;
	background-color: #F6F6F6;
	}
#container-image-content-picture1 {
	position:absolute;
	top:0px;
	left:20px;
	width:402px;
	height:230px;
	background-image: url(../images/background-image-text.jpg);
	border-top:0px solid #F6F6F6;
	}
#container-image-content-text {
	position:absolute;
	top:0px;
	left:252px;
	width:648px;
	height:230px;
	background-color: #F6F6F6;
	}
#container-image-content-right {
	position:absolute;
	top:0px;
	left:880px;
	width:20px;
	height:230px;
	background-color: #164294;
	}
#container-text-image-content {
	position:absolute;
	top:70px;
	left:220px;
	width:300px;
	height:160px;
	}

.content-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: normal;
   	color: #4C5961;
   	text-align:justify;
   	padding:10px 15px 15px 15px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box;
}
#scrollbar-content { 
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 738;
	height: 400;
	text-align:justify;
   	padding:15px 15px 15px 15px;
   	-moz-box-sizing:border-box;
	box-sizing : border-box; 
	overflow: auto; 
	visibility: visible; 
	clip: rect(0px 738px 400px 0px) 
}
#container-leer {
	position:absolute;
	top:30px;
	left:10px;
	width:780px;
	height:10px;
	background-color: #FFFFFF;
	}


.link-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
   	color: #164294;
}




#container-footer {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:20px;
	background-color: #f6f6f6;
	}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: normal;
   	color: #4C5961;
   	letter-spacing:3px;
   	text-align:center;
   	padding:2px 0px 0px 0px;
}

.tag-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
   	color: #4C5961;
   	display:inline;
}



