/*
** Layout -----------------------------------------
*/
* {
	font-family: Verdana,Arial,Helvetica;
}

html {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
}

body {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

p { margin-bottom:1em; }
p.impressum { margin-bottom:3em; }
b, strong, { font-weight: bold; }

h1,
h2 {
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
	width: 0;
}

h3 {
	margin: 0 0 1em 0;
	padding: 3px;
	background-color: #ededed;
	border: 1px solid #C0C0C0;
	font-size: 1.2em;
	color: #bda31e;
	overflow: hidden;
}
* html h3 {
	overflow: visible;
	height: 1%;
}
	
	
/*
** Layout -----------------------------------------
*/

#layout_top {
	text-align: center;
	background: url('../pics/website/layout_top_bg.jpg') left top repeat-x;
	height: 171px;
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 900px;
	background-color: #FFFFFF;
}

#layout_nav {
}

	#layout_nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: right;
	}

		#layout_nav ul li {
			float: left;
			width: auto;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
			#layout_nav ul li a {
				display: block;
				color: #000000;
				text-decoration: none;
				background: url('../pics/website/layout_nav_trenner.gif') top right no-repeat;
				padding: 0.5em 2em 0 2em;
				height: 28px;
			}
			
			#layout_nav ul li a.last {
			}
			
			#layout_nav ul li a:hover {
				color: #000000;
			}
			
			#layout_nav ul li a.active {
				color: #bda31e;
			}

#layout_content {
	clear: both;
	min-height: 400px;
	padding: 2em 1em 2em 6em;
}

#layout_bottom {
	background-color: #DCDCDC;
	clear: both;
	height: 30px;
	margin-bottom: 2em;
}
*html #layout_bottom {
	overflow: visible;
	height: 1%;
}

#layout_bottom_nav {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 900px;
}

	#layout_bottom ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: right;
	}

		#layout_bottom ul li {
			float: left;
			width: auto;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
			
			#layout_bottom ul li a {
				display: block;
				text-decoration: none;
				padding: 10px;
				color: #808080;
				font-size: 0.8em;
			}
		
/*
** Listen-Einträge ohne Bild -----------------------------------------
*/
#eintraege_ohne_bild ul,
#eintraege_ohne_bild ul li {
	margin:0;
}

#eintraege_ohne_bild ul {
	list-style-type: none;
}

#eintraege_ohne_bild li a {
	display: block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
}
* html #eintraege_ohne_bild li a {
	overflow: visible;
	height: 1%;
}

#eintraege_ohne_bild li a.farbe1 {
	background-color: #ededed;
}

#eintraege_ohne_bild li a:hover {
	background-color: #bda31e;
	color: #FFFFFF;
}

/*
#eintraege_ohne_bild li a:hover,
#eintraege_ohne_bild li a:active,
#eintraege_ohne_bild li a:focus {
	background-color: #c8c8c8;
}
*/
html>body #eintraege_ohne_bild li a { width:auto; }


/*
** Listen-Einträge mit Bild (ohne Beschreibung)-----------------------------------------
*/
#eintraege_mit_bild ul,
#eintraege_mit_bild ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#eintraege_mit_bild ul li {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#eintraege_mit_bild ul li.band_mitglieder
{
	width: 180px;
}

	#eintraege_mit_bild li a {
		display: block;
		text-decoration: none;
		border: 1px solid #bda31e;
		color: #FFFFFF;
		overflow: hidden;
	}

	#eintraege_mit_bild li a {
		display: block;
		text-decoration: none;
		border: 1px solid #bda31e;
		color: #FFFFFF;
		overflow: hidden;
	}

	#eintraege_mit_bild li a div.eintraege_mit_bild_titel {
		/*height: 40px;*/
		background-color: #bda31e;
		text-align: center;
		padding: 1px;
	}

	/*
	#eintraege_mit_bild li a:hover div.eintraege_mit_bild_titel {
		background-color: #000000;
		color: #FFFFFF;
	}
	*/

	#eintraege_mit_bild li a div.eintraege_mit_bild_bild {
		text-align: center;
		padding: 10px;
	}


/*
** Listen-Einträge mit Bild (mit Beschreibung)-----------------------------------------
*/
#eintraege_mit_bild_beschreibung ul,
#eintraege_mit_bild_beschreibung ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

#eintraege_mit_bild_beschreibung ul li {
	/*float: left;
	width: 288px;
	margin-right: 1px;*/
	margin-bottom: 1px;
}

	#eintraege_mit_bild_beschreibung li a {
		display: block;
		height: 168px;
		text-decoration: none;
		border: 1px solid #ededed;
	}

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_titel {
		/*height: 40px;*/
		background-color: #ededed;
		padding: 1px;
		margin-bottom: 1px;
	}

	/*
	#eintraege_mit_bild_beschreibung li a:hover div.eintraege_mit_bild_beschreibung_titel {
		background-color: #000000;
		color: #FFFFFF;
	}
	*/

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_bild {
		float: left;
		width: 200px;
		margin-left: 1px;
	}

	#eintraege_mit_bild_beschreibung li a div.eintraege_mit_bild_beschreibung_text {
		font-size: 0.8em;
		font-weight: normal;
		margin: 0 5px 0 210px;
	}
	

/*
** Tabellen-Einträge mit Bild -----------------------------------------
*/

#eintraege_mit_bild table thead {
	background-color: #c3dcff;
}

#eintraege_mit_bild table td {
	padding: 0.3em;
	text-align: center;
}

#eintraege_mit_bild table td.left {
	text-align: left;
}

#eintraege_mit_bild table thead tr td {
	font-weight: bold;
	font-size: 0.8em;
}

#eintraege_mit_bild table a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#eintraege_mit_bild table tr.farbe1 {
	background-color: #ededed;
}

/*
** Multisinglesite -----------------------------------------
*/
.multisinglesite {
	clear: both;
	margin-bottom: 2em;
}

.multisinglesite #inhalt_bilder_left a,
.multisinglesite #inhalt_bilder_right a {
	margin-bottom: 0;
}


/*
** Katsite -----------------------------------------
*/
#katsite_nav {
	background-color: #DCDCDC;
	margin-bottom: 2em;
	padding: 5px;
}


/*
** Detail-Einträge -----------------------------------------
*/
#inhalt_bilder_right {
	float: right;
	margin: 0 0 0 3em;
	width: auto;
}

#inhalt_bilder_left {
	float: left;
	margin: 0 2em 0 0;
	width: auto;
}

#inhalt_bilder_top {
	margin-bottom: 2em;
	overflow: hidden;
}
* html #inhalt_bilder_top {
	overflow: visible;
	height: 1%;
}

#inhalt_bilder_bottom {
	margin-top: 2em;
	overflow: hidden;
}
* html #inhalt_bilder_bottom {
	overflow: visible;
	height: 1%;
}

#inhalt_bilder_right,
#inhalt_bilder_left,
#inhalt_bilder_top,
#inhalt_bilder_bottom {
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}

#inhalt_bilder_right img,
#inhalt_bilder_left img,
#inhalt_bilder_top img,
#inhalt_bilder_bottom img {
	/* border: 1px solid #000000; */
}

#inhalt_bilder_left a,
#inhalt_bilder_right a,
#inhalt_bilder_top a,
#inhalt_bilder_bottom a {
	margin-bottom: 0.5em;
}

#inhalt_bilder_left div.bild,
#inhalt_bilder_right div.bild {
	margin-bottom: 1em;
}

#inhalt_bilder_top div.bild,
#inhalt_bilder_bottom div.bild {
	float: left;
	width: auto;
	margin-right: 1em;
	margin-bottom: 1em;
}
* html #layout_rechts #inhalt_bilder_top div.bild {
	margin-right: 0;
}

#inhalt_bilder_top div.bild,
#inhalt_bilder_bottom div.bild {
	height: 210px;
}

#inhalt_bilder_bottom a,
#inhalt_bilder_top a {
	margin-bottom: 1em;
}

#layout_content a.backlink {
	display: block;
	clear: both;
	margin-top: 1em;
	padding-top: 0em;
	text-decoration: none;
	color: #C0C0C0;
	border-top: 1px solid #C0C0C0;
}



/*
** Formulare -----------------------------------------
*/
input.text,
input.submit,
select,
textarea {
	background-color: #FFFFFF;
	border: 1px inset #000000;
	display: block;
	font-size: 0.8em;
	padding: 2px;
}

input.submit {
	border-style: outset;
	font-weight: bold;
	background-color: #ededed;
}

input.texterror,
textarea.error {
	background-color: #FFCDCD;
	border: 2px inset #FF0000;
}

input.texterror:focus,
textarea.error:focus {
	background-color: #ffb9bb;
}

label {
	display: block;
	font-size: 0.8em;
}

label.direktsuche {
	margin-bottom: 0.3em;
}

label.error {
	color: #FF0000;
}



/*
** Bestimmte Bereiche -----------------------------------------
*/
#startseite_termine {
	clear: both;
	margin-top: 1em;
}

	#startseite_termine li {
		margin-top: 0.5em;
	}

a.fotogalerie_uebersicht_foto {
	display: block;
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 0.5em;
	margin-bottom: 1em;
	text-align: center;
	text-decoration: none;
}

#fotogalerie_detail_control {
	margin-top: 1em;
	overflow: hidden;
}
* html #fotogalerie_detail_control {
	overflow: visible;
	height: 1%;
}

	#fotogalerie_detail_control a {
		text-decoration: none;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_prev a,
	#fotogalerie_detail_control #fotogalerie_detail_next a {
		display: block;
		width: auto;
		margin-top: 150px;
		font-size: 5em;
		font-weight: bold;
		color: #DCDCDC;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_prev{
		float: left;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_next {
		float: right;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_bild {
		height: 420px;
	}
		
	#fotogalerie_detail_control #fotogalerie_detail_bild img {
		padding: 5px;
		border: 5px solid #facc96;
		clear: both;
	}
	
#fotogalerie_detail_bild {
	text-align: center;
	overflow: hidden;
}
* html #fotogalerie_detail_bild {
	overflow: visible;
	height: 1%;
}

#fotogalerie_detail_fototitel {
	height: 20px;
	padding-top: 10px;
	text-align: center;
}

#layout_content ul.ecgmg {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#layout_content ul.ecgmg li {
	overflow: hidden;
}
* html #layout_content ul.ecgmg li {
	ovierflow: visible;
	height: 1%;
}

#layout_content div.ecgmg_label {
	float: left;
	width: 17em;
	font-weight: bold;
}

#layout_content div.ecgmg_content {
	float: left;
	width: auto;
}

p.impressum_titel {
	color: #bda31e;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p.impressum_text {
	margin-bottom: 2em;
}

p.impressum_text a {
	color: #000000;
}

/*
** Newsletter -----------------------------------------
*/


/* Kontakt -----------------------------------------*/
#kontakt_daten {
	float: left;
	width: 22em;
}

	#kontakt_daten b  {
		display: block;
	}
	
	#kontakt_daten ul {
		list-style-type: none;
		margin-left: 0;
	}
	
		#kontakt_daten ul li  {
			margin-bottom: 1em;
		}

#kontakt_formular { 
	margin-left: 23em;
}

	#kontakt_formular form { 
		width:90%;
	}
	
	#kontakt_formular input,
	#kontakt_formular textarea {
		width: 100%;
		margin-bottom: 1em;
	}

	
#kontakt_anfahrt {
	padding-top: 2em;
	clear: both;
}

.impressum_block {
	float: left;
}



/*
** Sonstiges -----------------------------------------
*/
.clearboth {
	clear: both;
    height: 1px;
    overflow: hidden;
}

.blacknorm8,
.whitenorm8,
.blacknorm10,
.blackbold10, 
.whitenorm10 {
	text-decoration:none; 
}

.whitenorm10,
.whitenorm8 {
	color: #FFFFFF;
}

.blacknorm8,
.blacknorm10,
.blackbold8,
.blackbold10 {
	color: #000000;
}

.blacknorm8,
.whitenorm8 {
	font-size:0.8em;
}

.blackbold10 {
	font-weight: bold;
}

.unsichtbar { /* Nur in der Textversion sichtbar */
	display: inline;
	height: 0;
	left: -3000px;
	overflow: hidden;
	position: absolute;
	top: -2000px;
	width: 0;
}

.classml {
	color: #000000;
}

#layout_adresse .classml {
	color: #8c1622;
	text-decoration: none;
}