/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #CCCCCC;
	background-color: #6791F5;
}
/* allgemeine Stile */
.clear {
	clear: both;
	height: 0;
}
.fett {
	font-weight: bold;
}
.kursiv {
	font-style: italic;
}
.normal {
	font-weight: normal;
}

.klein {
	font-size: 11px;
}
.hochgestellt {
	vertical-align: top;
}
h1 {
	font-size: 20px;
	visibility: hidden;
}
h2 {
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: bold;
}
h3 {
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
}
p {
	margin-bottom: 6px;
}
a {
	color:	#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:	#FF9900;
	text-decoration: none;
}
/* Ebene, die den oberen Abstand bestimmt */
.abstand {
	height: 20px;
}
/* Ebene, die alle inhalte umfasst */
#overall {
	width: 870px;
	margin-top: 20px;
	margin: auto;
	text-align: left;
	border: 1px solid #ffffff;
	background-color: #999999;
	/* das Background-Image ist nur bei Seiten, welche keine links-rechts-Kolonne aufweisen */
	background-image: url(/img/bg_overall.jpg);
	background-repeat: repeat-x;
}
/* Abweichendes Background-Image für die einzelnen Seiten */
/* Seiten mit Spalte auf der linken Seite */
#portrait #overall, #links #overall, #aktuell #overall, #agenda #overall, #shop_katalog #overall, #shop_wk #overall, #shop_bestellen #overall {
	background-image: url(/img/bg_overallLeftColumn.jpg);
	background-repeat: no-repeat;
}
/* Seiten mit Spalte auf der rechten Seite */
#home #overall, #bildTon #overall {
	background-image: url(/img/bg_overallRightColumn.jpg);
	background-repeat: no-repeat;
}
/* wo Listen Sind im Hauptinhalt (Aktuell, Agenda -> diese Ebene */
.hauptListe {
	padding-top: 6px;
	background-image: url(/img/bg_fineLine.gif);
	background-repeat: repeat-x;
}

/* Kopf */
#head {
	position: relative;
	left: 0;
	top: 0;
	height: 90px;
	border-bottom: 1px solid #ffffff;
	background-image: url(/headImg/TAE013.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	position: relative;
	left: 0;
	top: 0;
	width: 181px;
	height: 90px;
	background-color: #000000;
}
/* Navigationsleiste und ihre Eigenschaften */
#nav {
	height: 24px;
	color: #FF6600;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
}
#nav ul {
	margin-left: 13px;
	padding-top: 4px;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}
#nav a {
	color: #CCCCCC;
	text-decoration: none;
}
#nav a:hover {
	color: #FF6600;
	text-decoration: none;
}
/* die Sprachlinks-Ebene in der Navigationsleiste */
#sprachLinks {
	width: 60px;
	float: right;
	color: #CCCCCC;
	padding-top: 4px;
}
/* Styles für Formulare */
.input {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	margin-bottom: 4px;
	padding-left: 2px;
	height: 18px;
	margin: 4px 0 4px 0;
}
.inputMehrzeilig {
	border: 1px solid #666666;
	background-color: #E5E5E5;
	margin-bottom: 4px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 4px 0 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.button {
	font-size: 13px;
	margin: 4px 0 4px 0;
	padding: 0 3px 0 3px;
}
/* Div nur zum vertikalen Strecken: */
#strecker {
	width: 20px;
	height: 360px;
	float: left;
}
/* Umfassende Ebene mit editierbarem Inhalt */
#editable {
	width: 836px;
	float: left;
	margin-top: 20px;
}
/* Spalte links bei Seiten #aktuell, #agenda, #portrait, #shop, #links, dazugehörend Inhalt auf der rechten Seite */
#leftColumn {
	position: relative;
	width: 160px;
	float: left;
	color: #333333;
}
#portrait #leftColumn, #links #leftColumn, #agenda #leftColumn, #shop_katalog #leftColumn, #shop_wk #leftColumn, #shop_bestellen #leftColumn, #bildTon #rightColumn {
	color: #FF6600;
	font-weight: bold;
}

#leftColumn ul, #rightColumn ul {
	list-style-type: none;	
}
#leftColumn li, #rightColumn li {
	margin-bottom: 6px;
}
.unterListe {
	margin-top: -3px;
	font-weight: normal;
	list-style-type:none;
	margin-left: 14px;
	list-style-image: url(/img/gr_listenPunkt.gif);
}
#leftColumn a, #rightColumn a {
	color: #333333;
	text-decoration: none;
}
#leftColumn a:hover, #rightColumn a:hover {
	color: #FF6600;
	text-decoration: none;
}
#rightContent {
	width: 640px;
	float: right;
}
/* Spalte rechts bei einigen Seiten, dazugehörend Inhalt auf der linken Seite */
#rightColumn {
	width: 196px;
	float: right;
	color: #333333;
}
/* Auf der Homepage: die Ebenen, welche die Kurzmeldungen enthalten */
#naechstesKonzert.kurzMeldung, #aktuell.kurzMeldung {
	margin: 0 0 6px 4px;
	border: 1px solid white;
}
/* der Titel und der Inhalt der Kurzmeldungen wird in eine eigene Ebene eingebettet */
.kurzMeldungTitel {
	font-weight: bold;
	padding: 3px;
}
.kurzMeldungInhalt {
	padding: 3px;
	font-size: 100%;
	border-top: 1px solid white;
}
/* idividuelle Farbgebung der beiden Kasten */
#naechstesKonzert .kurzMeldungTitel, #naechstesKonzert .kurzMeldungInhalt {
	background-image: url(../img/bg_kastenHomepageNaechstesKonzert.jpg);
}
#aktuell .kurzMeldungTitel, #aktuell .kurzMeldungInhalt {
	background-image: url(../img/bg_kastenHomepageAktuell.jpg);
}

#leftContent {
	width: 610px;
	float: left;
}
/* Styles für einzelne Seiten */
/* Das dynamische Bild im Text der Homepage: gefloatet */
#home #leftContent img {
	float: left;
	border: 1px solid #ffffff;
	margin-right: 12px;
	margin-bottom: 10px;
}
/* Photo auf Portrait-Seite: nicht gefloatet */
#portrait #rightContent img {
	border: 1px solid #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Photo auf Aktuell-Seite: gefloatet */
#aktuell #rightContent img {
	border: 1px solid #ffffff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#links #rightContent img {
	border: 1px solid #ffffff;
}
/* Container Rück- resp. Warnmeldung auf Seiten #aktuell (Newsletter) und #shop */
#meldung {
	font-size: 90%;
	margin-top: 6px;
	color: #FF9900;
	margin-bottom: 16px;
}
/* Seite Kontakt: die Container für die einzelnen Adressen */
.adressContainer {
	width: 240px;
	float: left;
	margin-left: 12px;
}

/*** Seite Links ************************************/
/* die Ebenen für das Logo-Img */ 
.linkLogo {
	width: 206px;
	float: left;
	margin-top: 4px;
	margin-bottom: 8px;
}
.linkLogo img {
	border: none;
}
/* die Ebenen für den Text */ 
.linkText {
	width: 420px;
	float: right;
}
/* Seite Shop-Katalog ******************************** */
/* die Ebenen für das Logo-Img */ 
.mediaImg {
	width: 160px;
	float: left;
	margin-top: 4px;
	margin-bottom: 8px;
}
.mediaImg img {
	border: none;
}
/* die Ebenen für den Text */ 
.mediaText {
	width: 476px;
	float: left;
}
.sample {
	width: 300px;
	margin-bottom: 6px;
}
.preis {
	width: 140px;
	height: 100px;
	float: right;
	margin-top: 4px;
	text-align: right;
}
/* Tabelle Warenkorb */
.wkTabellenKopf {
	height: 20px;
	font-weight: bold;
	background-color: #333333;	
}
#shop_wk td {
	padding: 3px;
}
.tabellenAbstand {
	height: 8px;
	font-size: 0; /*für das &nbsp; */
	padding: 0;
}
/************************************************** */
/* BildTon Navigation: die einzelnen Links stehen in je einem Container */
#bildTon #rightColumn .navItemContainer {
	border: 1px solid #ffffff;
	padding: 4px 5px 0 5px;
	margin-bottom: 6px;
}

#footer {
	padding-top: 10px;
	margin-bottom: 10px;
	text-align: center;	
	font-size: 11px;
	color:	#FFFFFF;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}
/* Seite Veranstalter ************************************************************/
.sektion {
	margin-bottom: 12px;
}
.bandImg {
	float: left;
	xwidth: 300px;
	border: 1px solid #ffffff;
}
.bandText {
	width: 450px;
	float: right;
}
