/*------------- Allgemeines */
.links{ 
	float: left; 
	}

.rechts { 
	float: right;
	}

.clear {
	clear: both; 
	}

body {
	background-color: #000;
	margin: 0; 
	font-family: Arial, regular; 
	font-size: 12px;
	color: #000;
	}

.home {
	width: 955px; 
	height: 570px;
	background-color: #000;
	margin: 0px; 
	}

img {
	border: 0; 
	}

a {
	color: #56482B;
	}

	
/*----------- Schriften */
.kammerchor {
	font-family: "Courier New", Courier, monospace; 
	font-size: 21; 
	font-weight: bold; 
	color: E89723;
	text-align: right;
	}

.schreibmaschine {
	font-family: "Courier New", Courier, monospace; 
	font-size: 16; 
	font-weight: bold; 
	}
	
.schreibmaschine-passiv {
	font-family: "Courier New", Courier, monospace; 
	font-size: 16; 
	font-weight: bold; 
	color: #FFE78A;
	}
schreibmaschine gemeindeLink{
	font-family: "Courier New", Courier, monospace; 
	font-size: 16; 
	font-weight: bold; 
	}

/*----------------- Navi */

.turmHoehe {
	height: 241px; 
	}

.turmBreite {
	width: 203px; 
	}

.naviHoehe {
	height: 320px;
	top: 1000px;
	}

#navi .schreibmaschine, 
#navi .schreibmaschine a {
	background-color: #56482B; 
	color: #FFE78A;
	text-decoration: none; 
	}

#navi .schreibmaschine .aktiv {
	color: #EFE5CE;
	}

#navi ul {
	margin: 0;
	padding: 0; 
	list-style-type: none; 
	border: 1px solid #56482B;
	}

#navi li {
	padding: 0; 
	margin: 12px 0 0 20px;
	}
	
/*----------------- Inhalt -Anpassung Internet-Explorer auf Windows*/

.ieOben {
	margin: 20,0,0,0;
	}

/*----------------- Inhalt */

.inhaltBreite {
	width: 730px; 
	}

.titel {
	background-image: url(../img/bg-titel.jpg); 
	height: 88px;
	width: 730px; 
	}

h1 {
	color: #FFE78A;
	text-align: left;
	margin: 0;
	}

.inhalt {
	background-color: #CEAE61;
	border: 1px solid #CEAE61;
	color: #222;
	}

.inhaltRahmen {
	margin-top: 20px; 
	margin-left: 20px; 
	margin-right: 20px; 
	padding-bottom: 20px;
	}

.minHoehe {
	height: 434px;
	}

h2 {
	font-weight: bold; 
	font-size: 12px; 
	margin-top: 22px; 
	}
	
/*----------------- Rand rechts */

.randBreite {
	width: 22px; 
	}
	
.randObenHoehe{
	height: 244px; 
	}

.naviBg {
	background-color: #56482B;
}

/*----------- Footer */
.gemeindeLink {
	font-size: 12; 
	color: #E89723;
	text-decoration: none;
	font-weight: bold;
	}

.impressumLink a {
	color: #FFE78A;
	text-decoration: none; 
	}

.impressumLink .aktiv {
	color: #EFE5CE;
	}

/*----------------- Hoerprobe */
.quelle {
	width: 680px; 
	text-align: right; 
	font-size: 10px; 
}

.cd-cover {
	width: 210px; 
	height: 210px;
	float: left;
	margin: 0 20 0 0; 
}

.zur-cd {
	width: 430px;
	height: 240px;
	float: left; 
	margin: 0 20 0 0;
	}
.zum-lied {
	margin: 20 0 0 0;
}
	

/*----------------- Photogalerie */
.fotos {
	width: 482px; 
	float: middle; 
	margin-top: 20px;
	margin-left: 104px;
	}
		
.bildtext {
	margin-top: 10px;
	text-align: center;
	font-family: Arial, regular; 
	font-size: 12px;
	color: #000;
		}	
		
.weiter {
	margin-top: 10px;
	text-align: center;
	font-family: Arial, regular; 
	font-size: 12px;
	color: #56482B;
		}	
	
/*----------------- Plakatfundus */
.plakat {
	width: 132px; 
	float: left; 
	margin: 20 20 10 0; 
	}

.plakat img {
	width: 130px; 
	height: 175px; 
	border: 1px solid #666;
	padding: 3px; 
	background-color: #eee;
	}


/*----------------- Termine*/

.abstand-headline {
	height: 1px; 
	}

.konzert {
	font-weight: bold; 
	}

.termin {
	margin-top: 10px; 
}

.termin .datum, 
.termin .zeit,
.termin .beschreibung {
	float: left;
	}

.termin .datum {
	width: 65px; 
	}

.termin .zeit {
	width: 60px; 
	}

.termin .beschreibung {
	width: 550px; 
	}


/*----------------- Kontakt*/

.kontakt .label {
	float: left; 
	width: 105px;
	}

.kontakt input, 
.kontakt textarea{
	float: left; 
	width: 200px; 
	border: 1px solid #56482B;
	margin-bottom: 10px;
	}

.kontakt textarea {
	width: 300px;
	}

.kontakt .err {
	color: #DF430D;
	font-weight: bold;
	}

.kontakt .Erfolgsmeldung {
	border: 1px solid #56482B; 
	padding:10px; 
	width: 460px;
	background-color: white;
