@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	margin: 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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	line-height: normal;
    }
.aktuell {
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	width: 89%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
}
.aktuell h2 {
	color: #EB7B22;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.aktuell img {
	border: 1px solid #EB7B22;
}
.autor {
	font-size: 90%;
	font-style: italic;
}
.aktuell h3 {
	color: #000000;
	margin-bottom: 8px;
}



.news {
	border: 1px solid #CCCCCC;
	width: 80%;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.news h2 {
	font-size: 130%;
	color: #EB7B22;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.news img {
	border: 0px solid #EB7B22;
	margin-top: 2px;
}
.news a {
	color: #EB7B22;
	text-decoration: none;
}




#navigation01 {
	height: 21px;
	padding: 0 0 0 0px;
	background-color: #FF8000;
	background-image: url(../bilder/navi_hintergrund.jpg);
	background-repeat: repeat-x;
}
#navigation01 ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navigation01 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline;
}
#navigation01 a {
	color: #FFFFFF;
	padding: 0 25px;
	text-decoration: none;
	float: left;
	line-height: 21px;
}
#navigation01 a:hover {
	background-image: url(../bilder/navi_hintergrund.jpg);
	background-repeat: repeat-x;
	background-position: 0px -21px;
}

    .twoColFixLtHdr #container {
	width: 760px;  /* 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: 1px solid #999999;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 



    .twoColFixLtHdr #header {
	background-image: url(../bilder/logo_bund_der_theatergemeinden.gif);
	height: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	margin: 0;
    } 
    .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. */
	display: none;
    }
    .twoColFixLtHdr #sidebar1 {
	width: 130px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../bilder/hg_02_theatergemeinde.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	height: 500px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
    }
#Seitennavigation {
	width: 120px;
	height: 150px;
	background-repeat: no-repeat;
	padding-top: 3px;
	position: absolute;
	top: 355px;
}


#sidebar1 ul {
	list-style-type: none;
}
#sidebar1 li {
	font-size: 10px;
	line-height: 20px;
	padding-left: 7px;
	padding-top: 3px;
}
#sidebar1 a {
	text-decoration: none;
	color: #FFFFFF;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	background-image: url(../bilder/seitennavihover.gif);
	background-repeat: repeat-x;
}
#schriftzug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: inherit;
	color: #FFAA55;
	padding-left: 7px;
	margin-top: 170px;
	position: absolute;
	top: 175px;
}

#sidebar1  a:active {
	color: #BD2E22;
}





    .twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; /* 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: 50px 10px 0 20px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
    } 

    .twoColFixLtHdr #footer {
	background-image: url(../bilder/hg_03_theatergemeinde.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 

#mainContent img#karte {
	text-align: right;
	float: right;
	padding: 10px 10px;
}

    .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. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
    }
#footer p a {
	color: #999999;
	text-decoration: underline;
}
#footer p a:hover {
	color: #D83629;
	text-decoration: underline;
}

    .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: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
    }
#db {
	width: 510px;
}



    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 12px;
	margin-top: 5px;
	margin-bottom: 12px;
	margin-left: 0px;
    }
    .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;
    }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a {
	color: #EB7B22;
	text-decoration: none;
}
a:hover {
	color:#999999;
}
#textfeld {
	width: 95%;
}
#s_strasse {
	width: 250px;
}
#s_plz {
	width: 100px;
}
#s_ort {
	width: 250px;
}
#s_telefon {
	width: 250px;
}
#s_email {
	width: 250px;
}
#s_theatergemeinde {
	width: 250px;
}
#s_mitgliedsnummer {
	width: 250px;
}
#geburtsdatum {
	width: 250px;
}
#s_message {
	width: 250px;
}
#s_realname {
	width: 250px;
}

#angebot {
	width: 500px;
}
#angebot img {
	clear: none;
	float: left;
	clip: rect(0px,0px,0px,0px);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bestellung {
	width: 380px;
}
#s_subject {
	width: 250px;
}
#kontakt {
	width: 360px;
}
#chronik table {
	width: 532px;
}
#theaterg {
	width: 530px;
}
#theaterg img {
	border: 1px solid #EB7B22;
}
#statistik {
	width: 530px;
}#statistik img {
	border: 1px solid #EB781D;
	margin-bottom: 5px;
}
#vorstand img {
	border: 1px solid #EB781D;
	margin-bottom: 5px;
}
