/* CSS Document für Layout-Hintergrund */

body  {
	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;
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: normal;
	background: #666666 url(../images/bg.gif) top left ;
    }
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
* {margin:0; padding:0;}
h1 {
	color: #ec7228;
}
h2 {
	color: #ec7228;
	}
h3 {
	color: #ec7228;
	}
p {
	font-size: 12px;
	padding-bottom: 5px;
	text-align: center;
	}
ul {
	font-size: 12px;
	list-style-type: none;
	}
a {
	color: #FFFFFF;
	}
.Stil1 {
	color: #ec7228;
	font-weight: bolder;
	text-decoration: none;
}
.Stil2 {
	color: #ec7228;
	font-size: 24px;
}
.Stil3 {
	text-decoration: none;
	color: #ec7228;
	font-style: italic;
}
.Stil10 {
	font-size: x-small;
	line-height: 60%;
	text-indent: 10px;
}
.Stil11 {
	font-size: 14px;
	font-weight: bold;
}

.Stil12 {
	color: #FF0000;
}
.Stil20 {
	font-size: 24px;
}
.stil21 {
	font-size: 16px;
}



.schrifta {
	font-size: 9px;
	padding-bottom: 2px;
	text-align: center;
}
.paddingTop {
		padding-top: 10px;
	}
.transp {
	visibility: hidden;
}
    .layout #container {
	position: relative;
	width: 850px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	/* height: 826px; */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ded8d4;
    } 
    .layout #header {
	padding: 0 0px 0 0px;  /* 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. */
	height: 158px;
	background-color: #DDDDDD;
    } 
.layout #header #header1 {
	background-image: url(../images/bilder/layout/kopfzeilea.jpg);
	height: 29px;
}
.layout #header #header2 {
	background-image: url(../images/bilder/layout/kopfzeileb.jpg);
	height: 100px;
}
.layout #header #header2 #transp {
	background-image: url(../images/bilder/layout/trans.gif);
	height: 100px;
}
.layout #header #header3 {
	background-image: url(../images/bilder/layout/kopfzeilec.jpg);
	height: 29px;
}
.layout #container #header #navigation1 {
	height: auto;
	width: 545px;
	top: 132px;
	position: absolute;
	padding-left: 5px;
}
.layout #container #header #navigation2 {
	position: absolute;
	top: 2px;
	width: 250px;
	left: 600px;
}
.layout #container #header #navigation3 {
	float: right;
	position: relative;
	top: 5px;
	visibility: hidden;
	width: 20px;
	height: 29px;
}

    .layout #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. */
		display: none;
    }
    .layout #sidebar1 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px; /* 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: #fef2eb;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	height: 620px;
	color: #ec7228;
	text-align: justify;
    }
.layout #sidebar2 {
	float: right;
	height: 1060px;
	width: 10px;
}
.layout #sidebar21 {
	float: right;
	height: 600px;
	width: 5px;
}
.layout #sidebar22 {
	float: right;
	height: 660px;
	width: 5px;
}
.layout #sidebar23 {
	height: 750px;
	width: 5px;
	float: right;
}


#randspalte1 {
	position:absolute;
	left:650px;
	top:160px;
	width:140px;
	height:596px;
	z-index:2;
	background-color: #fef2eb;
	color: #ec7228;
	padding-right: 30px;
	padding-left: 30px;
}
#randspalte2 {
	position:absolute;
	left:640px;
	top:600px;
	width:200px;
	height:105px;
	z-index:4;
	text-align: right;
	font-size: 36px;
	color: #ec7228;
}
    .layout #tatzen {
	

	}
	.layout #mainContent {
	padding: 10px 0 0 50px;
	margin: 0;
	background: url(../images/bilder/layout/tatzen_schraeg.gif) top right no-repeat;
    } 
	.layout #footer {
	position: relative;
	height: 29px;
	width: 850px;
	background-image: url(../images/bilder/layout/fussleiste.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
    } 
    .layout #footer p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
	} 
	/* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	.layout #footer #footer1 {
	position:absolute;
	width:155px;
	height:29px;
	z-index:1;
	left: 695px;
	top: 0px;
	}
    .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;
}

