@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	background-image:url(pix/bg_body.jpg);
	background-repeat:repeat-x;
	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: #666;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* 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;
	background-image:url(pix/main.jpg);
	background-repeat:no-repeat;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 
.twoColFixLtHdr #header { 
	padding: 0;
	height: 124px;
	position: relative;/* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
} 

.twoColFixLtHdr #header a img {
	border: none;
}

.twoColFixLtHdr #header img {
	position: absolute;
	bottom: 0;
	left: 0px;
}

.twoColFixLtHdr #fotoflash { 
	padding: 0;
	height: 212px;
	position: relative;/* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 173px; /* 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: #CCC; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0;
	margin: 0;
	
}
.twoColFixLtHdr #sidebar1 ul {
padding: 0;
margin:  28px 0 55px 0;
background-color: #FFF;
list-style-type:none;
}





.twoColFixLtHdr #sidebar1 ul li a {
font-size: 14px;
font-weight: bold;
color: #000;
text-decoration:none;
padding: 3px 3px 3px 20px;
border-bottom: 1px solid #CCC;
display: block;
background-image:url(pix/bg_li.jpg);
background-repeat: no-repeat;
letter-spacing: 0.01em;
}

.twoColFixLtHdr #sidebar1 ul li.ulheader {
background-image: none;
background-color: #ccc;
font-size: 14px;
color: #000;
padding: 3px 3px 3px 20px;
}

.twoColFixLtHdr #sidebar1 .sprache {
display: block;
background-color: #FFF;
padding: 3px 3px 3px 20px;
font-size: 11px; 
}

.twoColFixLtHdr #sidebar1 .sprache a{
display: block;
background-color: #FFF;
padding: 3px 3px 3px 25px;
font-size: 11px; 
color: #333;
background-image: url(pix/english.jpg);
background-repeat: no-repeat;
}

.twoColFixLtHdr #sidebar1 ul li a.current {
color: #E20A16;
background-image:url(pix/bg_li2.jpg);
}

.twoColFixLtHdr #sidebar1 ul li a:hover {
color: #E20A16;
}



.twoColFixLtHdr #mainContent { 
	margin: 0 0 55px 222px; /* Durch den linken Rand dieses div-Elements entsteht die Spalte am linken Seitenrand. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet. */
	padding: 0 0px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */

} 


.twoColFixLtHdr #mainContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 0;
	margin: 28px 0 0 0;
}
.twoColFixLtHdr #mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	padding: 0 0 0 0;
	margin: 6px 0 10px 0;
}

.twoColFixLtHdr #mainContent h3 {

	padding: 8px 0 8px 12px;
	margin: 0 0 0 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent p{
	font-size:12px;
	padding-right: 65px;
	line-height: 150%;
	text-align:justify;
}


.twoColFixLtHdr #mainContent p.details{
	text-align: left;
	
}

.twoColFixLtHdr #mainContent p.details2{
	text-align: left;
	clear: both;
	padding-top: 20px;
}

.twoColFixLtHdr #mainContent table{
	font-size:12px;
	line-height: 150%;
}

.twoColFixLtHdr #mainContent table td{
	vertical-align: top;
}


.twoColFixLtHdr #mainContent hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #FFF;
 border-bottom: solid 1px #CCC; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
 height: 1px;
 margin: 10px 85px 0px 0;
}

	


.twoColFixLtHdr #mainContent a{
	color: #000;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent .leistungen{
	display: block;
background-color: #CCC;
	width: 526px;
	margin: 0;
}

.twoColFixLtHdr #mainContent .leistungen img{
	float: right;
	padding-left: 6px;
	
}

.twoColFixLtHdr #mainContent .leistung1{
overflow: hidden;
padding-top: 0px;
}



.twoColFixLtHdr #mainContent .category{
	display: block;
	width: 526px;

}
.twoColFixLtHdr #mainContent .cat{
	width: 124px;
	float: right;
	margin-left: 6px;	
}

.twoColFixLtHdr #mainContent .cat2{
	width: 142px;
	float: left;
	margin-right: 9px;	
	margin-top: 5px
}


.twoColFixLtHdr #mainContent .datum{
	width: 122px;
	float: left;
	margin: 0;
	margin-right: 9px;	
	margin-top: 0px;
	padding: 0;
}



.twoColFixLtHdr #mainContent .cat h4, .twoColFixLtHdr #mainContent .cat2 h4{
	background-color: #E20A16;
	padding: 5px 0 5px 7px;
	margin: 6px 0 0 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}


.twoColFixLtHdr #mainContent .datum h4{
	background-color: #E20A16;
	padding: 4px 0 4px 7px;
	margin: 9px 0 0 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

.twoColFixLtHdr #mainContent .cat ul, .twoColFixLtHdr #mainContent .cat2 ul{
	font-size: 11px;
	padding: 6px 0 6px 0px;
	margin: 0;
	color: #000;
	list-style-type:none;
	line-height: 100%;
}

.twoColFixLtHdr #mainContent .cat ul li, .twoColFixLtHdr #mainContent .cat2 ul li{
	padding: 3px 0 3px 20px;
	background-image:url(pix/list.gif);
	background-repeat:no-repeat;
}

.twoColFixLtHdr #mainContent ul.catlist {
	list-style-type: none;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
}

.twoColFixLtHdr #mainContent ul.catlist li a{
	display: block;
	padding: 14px 0 14px 22px;
	border-bottom: 1px solid #CCC;
	width: 400px;
	background-image:url(pix/catlist.jpg);
	background-repeat: no-repeat;
	
}

.twoColFixLtHdr #mainContent table.angebotsliste td{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	
}

.twoColFixLtHdr #mainContent table.angebotsliste{
	width: 505px;
	
}

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD; 
	font-size: 12px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.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: 12px;
	margin-bottom: 12px;
}
.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;
}

.abstand{
	margin-bottom: 25px;
}

.sandmann {
	padding-left: 15px;
	padding-top: 27px;
	float: right;
	margin-right: 76px;
	margin-left: 15px;
	font-size: 12px;
	color: #000;
	background-image:url(pix/bg_sandmann.jpg);
	background-repeat:repeat-x;
}

.tel {
	padding-left: 15px;
	padding-top: 3px;
	float: right;
	margin-right: 150px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 150%;
	
}


.gmap {
	font-size: 12px;
	color: #000;
	background-image:url(pix/bg_gmap.jpg);
	background-repeat:repeat-x;
	width: 485px;
	margin-top: 20px;
	padding-top: 22px;
}

#map_canvas {
	margin-left: 17px;

	
}

.agb_datum {
	padding-left: 15px;
	padding-top: 22px;
	float: right;
	margin-right: 76px;
	margin-left: 15px;
	font-size: 12px;
	color: #666;
}

ol{
	font-size: 12px;
	line-height: 150%;
	margin: 0;
	padding: 0 85px 0 15px;
	text-align: justify;
	
}

ol li{
	padding-top: 15px;
	font-weight: bold;
}

ol li span{ font-weight:normal;}

ol li ol li{ font-weight:normal;}
 
.newshead {
	font-weight: bold;
	margin-top: 20px;

}

.stadt {
	color: #000;
	font-weight: bold;
}

