@charset "UTF-8";
body  {
	background: #666666;
	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. */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
}
.twoColFixLtHdr #container {
	width: 960px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 0px none #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-size: 13px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	position: relative;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 185px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../Elemente/Horizontallinie.gif);
	position: relative;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 165px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	color: #333;
} 
.twoColFixLtHdr #footer {
	background:#ffffff;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 38px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	font-size: 13px;
	line-height: 150%;
}
#mainContent table {
	background-image: none;
	text-align: left;
}
#TabelleE_kont {
	width: 270px;
}
#Tel {
	width: 40px;
}

body {
	background-image: url(../Elemente/HorizontallinieB.gif);
	background-repeat: repeat-x;
	background-color: #ffff00;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00F;
}
a:hover {
	text-decoration: underline;
	color: #FF0;
}
a:active {
	color: #F00;
	text-decoration: none;
	
}	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 30px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 8px;
}
h3 {
	font-size: 17px;
	font-weight: normal;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#Diamanten {
	width: 150px;
	padding-top: 25px;
}
#Karosserie {
	width: 750px;
	position: absolute;
	left: 197px;
	top: 110px;
	visibility: visible;
}
#Service {
	height: 60px;
	width: 750px;
	position: absolute;
	left: 197px;
	top: 25px;
	visibility: visible;
}
#BildExpert {
	height: 280px;
	width: 450px;
	float: right;
	margin-left: 10px;
}
h5 {
	font-size: 13px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
}
#G-Map {
	height: 280px;
	width: 430px;
	float: right;
	margin-right: 4px;
}
#Firma {
}

#Adress {
	float: left;
	height: 280px;
	width: 310px;
}

#Leistung {
	height: 50px;
	clear: left;
	position: relative;
}
#Vorstell {
	position: relative;
}
#apDiv5 p {
	line-height: 100%;
	margin: 0px;
	text-align: right;
}
#apDiv3 p {
	margin: 0px;
	height: 15px;
}
#apDiv4 p {
	margin: 0px;
}
#apDiv10 p {
	line-height: 100%;
	font-size: 12px;
}

