/*
** Layout -----------------------------------------
*/
* {
	border: 0;
	font-family: Verdana,Arial,Helvetica;
	margin: 0;
	padding: 0;
}

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

body {
	height:100%;
	max-height:100%;
	max-width:100%;
	width:100%;
	line-height:1.5;
	background: url('../pics/website/bg.gif') #DCDCDC;
}

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

h1 {
	font-size: 1em;
	padding-bottom: 1em;
	color: #9f8944;
}

h2 {
	color: #FFFFFF;
	background-color: #9f8944;
	font-size: 1em;
	padding: 0.3em;
	margin-bottom: 1em
}

/*
** Layout -----------------------------------------
*/
#wrapper {
	position: relative;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 20px;
	width: 780px;
	margin-top: 20px;
	background-color: #FFFFFF;
	overflow: hidden;
}
* html #wrapper {
	overflow: visible;
	height: 1%;
}

#layout_left {
	float: left;
	width: 190px;
}

	#layout_logo {
		border-top: 10px solid #DCDCDC;
		border-bottom: 10px solid #DCDCDC;
		padding: 20px 0;
		text-align: center;
		margin-bottom: 20px;
	}

		#layout_nav ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
	
			#layout_nav ul li {
				padding: 0;
				margin: 0;
				list-style-type: none;
			}
		
		#layout_nav ul li a {
			display: block;
			background: url('../pics/website/layout_nav_main_pfeil.gif') no-repeat right center #f0f0f0 ;
			padding: 0.3em;
			margin-bottom: 0.2em;
			text-decoration: none;
			color: #000000;
		}
		
		#layout_nav ul li a:hover {
			background-color: #f0f0f0;
		}



	#layout_nav ul.nav_aktuelles {
		background-color: #f0f0f0;
		list-style-type: none;
		padding: 1em;
	}
	
		#layout_nav ul.nav_aktuelles li a {
			font-size: 0.8em;
			display: block;
			margin-bottom: 0.1em;
			text-decoration: none;
			background-image: none;
		}
		
		#layout_nav ul.nav_aktuelles li a:hover {
			color: #9f8944;
		}
		
		#layout_nav ul.nav_aktuelles li a.titel {
			font-weight: bold;
		}

	
a.passiertnix {
	display: block;
	padding: 0.3em;
	border-top: 3px solid #FFFFFF;
	background: url('../pics/website/layout_nav_main_pfeil_gold.gif') no-repeat right center #f0f0f0;
	font-size: 1em;
	color: #9c8a41;
	text-decoration: none;
	font-weight: bold;
}	
	
#layout_content {
	float: right;
	width: 560px;
	font-size: 0.8em;
}

	#layout_content a {
		color: #9f8944;
	}

#layout_bild {
	height: 266px;
	margin-bottom: 10px;
}

#layout_bottom {
	clear:both;
	margin: 10px 0;
	text-align: center;
	color: #808080;
		font-size: 0.8em;
}

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


/*
** 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;
}

#eintraege_ohne_bild li a.farbe1 {
	background-color: #9f8944;
	color: #FFFFFF;
}

#eintraege_ohne_bild li a.farbe2 {
	color: #000000;
}

#eintraege_ohne_bild li a:hover,
#eintraege_ohne_bild li a:active,
#eintraege_ohne_bild li a:focus {
	background-color: #8c763c;
	color: #FFFFFF;
}
html>body #eintraege_ohne_bild li a { width:auto; }


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

#eintraege_mit_bild thead {
	background-color: #9f8944;
}

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

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

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

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

#eintraege_mit_bild tr.farbe1 {
	background-color: #9f8944;
}

#eintraege_mit_bild li a:hover,
#eintraege_mit_bild li a:active,
#eintraege_mit_bild li a:focus {
	background-color: #67a804;
}
html>body #eintraege_mit_bild li a { width:auto; }


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

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


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

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

#inhalt_bilder_top {
	margin-bottom: 3em;
	overflow: hidden;
}

#inhalt_bilder_bottom {
	margin-top: 3em;
	overflow: hidden;
}

#inhalt_bilder_right a,
#inhalt_bilder_left a,
#inhalt_bilder_top a,
#inhalt_bilder_bottom a {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	width: 200px;
	display: block;
}

#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 {
	margin-bottom: 2em;
}

#inhalt_bilder_bottom a,
#inhalt_bilder_top a {
	float: left;
	height: 250px;
	margin-right: 2em;
}

a.backlink {
	clear: both;
	display: block;
	margin-top: 2em;
	padding-top: 0.5em;
	text-decoration: none;
}

.aufeinenblick {
	background-color: #ffffb0;
	border: 1px solid #000000;
	padding: 1em;
	margin-bottom: 1em;
}


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

input.submit {
	border-style: outset;
	font-weight: bold;
}

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 -----------------------------------------
*/

#layout_home {
	overflow: hidden;
	margin-bottom: 1em;
}

* html #layout_home {
	overflow: visible;
	height: 1%;
}

#layout_home ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	#layout_home ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		float: left;
		width: 165px;
		border: 1px solid #DCDCDC;
		height: 155px;
		padding: 5px;
		margin-right: 14px;
	}
	
		#layout_home ul li a.titel {
			display: block;
			color: #9f8944;
			text-decoration: none;
			margin-bottom: 5px;
		}
		

ul.ecgmg {
	list-style-type: none;
	margin-left: 0;
}

ul.ecgmg li {
	clear:both;
	padding-bottom: 3px;
}

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

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

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

#newsletter_formular {
	margin: 1em 0;
	width: 200px;
}

#newsletter_formular div {
	float: left;
}

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

	
span.ecgmg_label {
	display: block;
	width: 18em;
	font-weight: bold;
	float: left;
}

span.ecgmg_content {
	display: block;
	margin-left: 18em;
}

#newsletter_logo {
	width: auto;
	padding: 1em;
	float: left;
}

#newsletter_adresse {
	width: auto;
	padding: 1em;
	float: right;
	text-align: left;
}

	#newsletter_adresse h1 {
		font-size: 1em;
	}

.newsletter_artikel {
	padding: 1em;
	text-align: left;
}

	.newsletter_artikel h2 {
		font-size: 1em;
		padding: 0.5em;
		background-color: #9f8944;
		color: #FFFFFF;
		font-weight: bold;
	}

	.newsletter_artikel .newsletter_text {
		padding: 1em;
		background-color: #FFFFFF;
		border: 1px solid #9f8944;
	}
	


/* 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,
.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;
}