/*
** 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: #DCDCDC;
	padding: 0;
	margin: 0;
}

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

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

h2,
h3,
h4 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.4em;
	color: #ff8001;
	overflow: hidden;
	font-weight: normal;
}
* html h3 {
	overflow: visible;
	height: 1%;
}
	
	
/*
** Layout -----------------------------------------
*/

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 999px;
	overflow: hidden;
	background-color: #FFFFFF;
	border: 1px solid #c8c8c8;
}

#layout_top {
	background: url('../pics/website/layout_top.jpg') left top no-repeat #FFFFFF;
	height: 279px;
	overflow: hidden;
}

#layout_laufzeile {
	background-color: #ff8001;
	padding: 5px 0;
	color: #FFFFFF;
	font-weight: bold;
}

#layout_nav {
	float: left;
	width: 200px;
	margin-top: 10px;
}

	#layout_nav ul,
	#layout_nav ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		#layout_nav ul li a {
			display: block;
			background-color: #6e6e6e;
			padding: 5px 10px;
			margin: 0 0 5px 10px;
			color: #FFFFFF;
			border: 1px solid #ff8001;
			text-decoration: none;
			font-weight: bold;
		}
		
		#layout_nav ul li a:hover {
			background-color: #818183;
		}
		
		#layout_nav ul li a.active,
		#layout_nav ul li a.active:hover {
			background-color: #ff8001;
		}
		
		#layout_nav	#layout_wappen {
			padding: 10px 0 20px 0;
		}

#layout_content {
	margin-left: 250px;
	color: #666666;
	padding: 25px 25px 25px 0;
}

#layout_bottom {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 999px;
	overflow: hidden;
	margin-top: 10px;
	font-size: 0.8em;
	color: #808080;
}

	#layout_bottom a {
		color: #808080;
		text-decoration: none;
	}

/*
** Listen-Einträge ohne Bild -----------------------------------------
*/
#layout_content #eintraege_ohne_bild ul,
#layout_content #eintraege_ohne_bild ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

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

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

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

	#layout_content #eintraege_ohne_bild ul li a div.eintraege_ohne_bild_datum {
		float: left;
		width: 7em;
		font-weight: normal;
	}

	#layout_content #eintraege_ohne_bild ul li a div.eintraege_ohne_bild_titel {
		margin-left: 7em;
	}


/*
#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)-----------------------------------------
*/
#layout_content #eintraege_mit_bild {
	overflow: hidden;
}
* hmtl #layout_content #eintraege_mit_bild {
	overflow: visible;
	height: 1%;
}

#layout_content #eintraege_mit_bild ul,
#layout_content #eintraege_mit_bild ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
}

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

	#layout_content #eintraege_mit_bild li a {
		display: block;
		text-decoration: none;
		border: 1px solid #ff8001;
		color: #FFFFFF;
		overflow: hidden;
	}
	* html #layout_content #eintraege_mit_bild li a {
		overflow: visible;
		height: 1%;
	}

	#layout_content #eintraege_mit_bild li a.eintraege_mit_bild_titel {
		width: 208px;
		display: block;
		background-color: #ff8001;
		text-align: center;
		padding: 1px;
		height: 35px;
		overflow: hidden;
	}

	#layout_content #eintraege_mit_bild li a.eintraege_mit_bild_bild {
		width: 200px;
		display: block;
		text-align: center;
		padding: 10px 5px;
		height: 200px;
		overflow: hidden;
	}


/*
** 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 {
	overflow: hidden;
	margin-bottom: 2em;
}
* html .multisinglesite {
	overflow: visible;
	height: 1%;
}

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


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


/*
** Seitenzahlen -----------------------------------------
*/
div.multisite_seitenzahlen {
	margin-top: 1em;
	background-color: #DCDCDC;
	overflow: hidden;
	padding: 3px;
	clear: both;
}
* html div.multisite_seitenzahlen {
	overflow: visible;
	height: 1%;
}

	div.multisite_seitenzahlen div.printsite {
		float: left;
		width: auto;
		margin-right: 1em;
		padding-right: 1em;
		border-right: 1px solid #000000;
	}
	
	div.multisite_seitenzahlen ul,
	div.multisite_seitenzahlen li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
		div.multisite_seitenzahlen ul li {
			float: left;
			width: auto;
			margin-right: 1em;
		}
		

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

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

#layout_content.startseite #inhalt_bilder_right,
#layout_content.startseite #inhalt_bilder_left {
	width: auto;
}


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

#inhalt_bilder_bottom {
	margin-top: 2em;
}

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

#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 {
}

div.bild {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
}

div.bild div.ru {
	background: url('../pics/website/layout_schatten_ru.gif') right bottom no-repeat;
	
}

div.bild div.ro {
	background: url('../pics/website/layout_schatten_ro.gif') right top no-repeat;
	padding-right: 13px;
}

div.bild div.lu {
	background: url('../pics/website/layout_schatten_lu.gif') left bottom no-repeat;
	padding-bottom: 13px;
}

#inhalt_bilder_left div.bild,
#inhalt_bilder_right div.bild {
}

#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_bottom a,
#inhalt_bilder_top a {
	margin-bottom: 1em;
}

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



/*
** 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 -----------------------------------------
*/
a.fotogalerie_uebersicht_foto {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	background: #DCDCDC;
}

#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;
		font-size: 2em;
		font-weight: bold;
		color: #DCDCDC;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_prev{
		float: left;
	}
	
	#fotogalerie_detail_control #fotogalerie_detail_next {
		float: right;
	}
	
	#layout_content #fotogalerie_detail_bild {
		height: 500px;
	}
	
	#layout_content #fotogalerie_detail_bild a {
		overflow: visible;
		height: 1%;
	}
	
	
#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,
#layout_content ul.ecgmg li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#layout_content ul.ecgmg li {
	overflow: hidden;
}
* html #layout_content ul.ecgmg li {
	overflow: 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_text {
	margin-bottom: 2em;
}

p.impressum_text a {
	color: #000000;
}

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


/* Kontakt -----------------------------------------*/

#kontakt_daten {
	float: left;
	width: 250px;
}

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

#kontakt_anfahrt {
	margin-left: 300px;
}

#kontakt_formular { 
	clear: both;
	padding-top: 30px;
}

	#kontakt_formular form { 
		width:890px;
	}
	
	#kontakt_formular input {
		width: 80%;
		margin-bottom: 1em;
	}
	
	#kontakt_formular textarea {
		width: 100%;
		margin-bottom: 1em;
	}

.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;
}