/*
** Layout -----------------------------------------
*/
* { padding:0; margin:0; border:0; font-family:Verdana,Arial,Helvetica; color:#000000; font-weight: normal; }
html {height:100%; max-height:100%; width:100%; max-width:100%; }
body {height:100%; max-height:100%; width:100%; max-width:100%; background-color:#DCDCDC; }

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

* html #wrapper {
	background: url('../pics/website/layout_wrapper_bg.gif') 13.9em 130px no-repeat;
	z-index: 1;
}

h1.sommer_weiss,
h1.winter_weiss {
	color: #000000;
}

h1.sommer_schwarz,
h1.winter_schwarz {
	color: #FFFFFF;
}

/*
** Kopfzeile -----------------------------------------
*/
#layout_top {
	background-color: #FFFFFF;
	height: 100px;
	z-index: 2;
}

	#layout_top.sommer_weiss,
	#layout_top.winter_weiss {
		background-color: #FFFFFF;
	}

	#layout_top.sommer_schwarz,
	#layout_top.winter_schwarz {
		background-color: #000000;
	}

	#layout_top h1 {
		font-size: 1.7em;
		right: 100px;
		position: absolute;
		text-align:right;
		width: 200px;
		top:20px;
	}

	#layout_top_left {
		background: url('../pics/website/layout_top_sommer_weiss.jpg');
		float: left;
		height: 100px;
		width: 800px;
		z-index: 4;
	}
	
		#layout_top_left.sommer_weiss {
			background: url('../pics/website/layout_top_sommer_weiss.jpg');
		}
	
		#layout_top_left.sommer_schwarz {
			background: url('../pics/website/layout_top_sommer_schwarz.jpg');
		}
	
		#layout_top_left.winter_weiss {
			background: url('../pics/website/layout_top_winter_weiss.jpg');
		}
	
		#layout_top_left.winter_schwarz {
			background: url('../pics/website/layout_top_winter_schwarz.jpg');
		}
	
	#layout_top_wappen {
		height: 60px;
		position: absolute;
		right: 20px;
		top: 20px;
		width: 52px;
		z-index: 5;
	}
	

/*
** Navigation -----------------------------------------
*/
#layout_nav {
	background-color: #008000;
	border: 3px #FFFFFF;
	border-style: double none double none;
	padding:0.5em 0 0.5em 12em;
	z-index: 3;
}

	#layout_nav ul li {
		display: inline;
		list-style-type: none;
		margin-left:-0.3em;
	}

	#layout_nav ul li a.topmenu {
		color: #FFFFFF;
		background: url('../pics/website/layout_trenner_bg.gif') right repeat-y;
		font-size: 1em;
		font-weight: bold;
		padding: 0.5em 1.2em 0.5em 0.5em;
		text-decoration: none;
	}
	
	#layout_nav ul li a.topmenu:hover {
		background-color:#01a000;
	}
	
	#layout_nav ul li a img {
		vertical-align:bottom;
	}
	
	
/* Sub-Navigation */
	
	#layout_nav ul li ul {
		display: none;
	}

	#layout_nav ul li ul.sichtbar {
		display: block;
		left: 1em;
		position: absolute;
		top: 160px;
		width: 12em;
	}

	#layout_nav ul li ul.sichtbar li {
		display: block;
		margin-bottom: 0.5em;
		margin-left: 0.3em; /* Ausgleich zum  margin-left:-0.3em; im Top-Menü*/
	}

	#layout_nav ul li ul.sichtbar li.termine {
		margin-bottom: 2em;
	}

	#layout_nav ul li ul.sichtbar li a {
		background: url('../pics/website/pixel.gif');
		font-weight: normal;
		text-decoration: none;
	}

	#layout_nav ul li ul.sichtbar li a:hover {
		text-decoration: underline;
	}

	#layout_nav ul li ul.sichtbar li ul {
		display: block;
		position: relative;
		margin-left: 1em;
	}

	#layout_nav ul li ul.sichtbar li ul li {
		margin-bottom: 0;
	}

	#layout_nav ul li ul.sichtbar li ul li a {
		font-size: 0.8em;
	}


/*
** Inhaltsbereich -----------------------------------------
*/
#layout_content {
	background: #FFFFFF url('../pics/website/layout_trenner_bg.gif') repeat-y left;
	line-height: 1.5em;
	margin-left: 13.9em;
	min-height:420px;
	overflow: hidden;
	padding: 2em 3em 2em 3em;
	z-index: 5;
}

* html #layout_content {
	padding-bottom: 12em;
}

#layout_content h2 {
	color: #008000;
	font-size: 1.5em;
	margin-bottom: 1em;
	
}

#layout_content h3 {
	background: #dcdcdc;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding: 5px;
}

	#layout_content h3 a {
		text-decoration: none;
	}

#layout_content li {
	margin-left: 1.3em;
}



/*
** Fußzeile -----------------------------------------
*/
#layout_bottom {
	background: #008000;
	border: 3px #FFFFFF;
	border-style: double none double none;
	clear: both;
	color: #FFFFFF;
	padding:0.7em 2em;
	z-index: 3;
}

	#layout_bottom_left,
	#layout_bottom_right,
	#layout_bottom_right a,
	#layout_bottom_right strong {
		color: #FFFFFF;
	}
	
	#layout_bottom_left {
		float: left;
		width: 30em;
	}
	
	#layout_bottom_left img {
		vertical-align: text-bottom;
	}
	
	#layout_bottom_right {
		text-align: right;
	}
	
	#layout_bottom_right a {
		font-size: 0.8em;
		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 {
	color: #000000;
	background-color:#dcdcdc;
}

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


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

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

#inhalt_bilder_top {
	margin-bottom: 3em;
}

#inhalt_bilder_bottom {
	margin-top: 3em;
}

div.bild {
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: center;
	width: 200px;
}

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

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

a.backlink {
	clear: both;
	border-top: 1px solid #000000;
	display: block;
	margin-top: 2em;
	padding-top: 0.5em;
	text-decoration: none;
}

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

input.text:focus,
select:focus,
textarea:focus {
	background-color:#d2d2d2;
}

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.error {
	color: #FF0000;
}



/*
** Bestimmte Bereiche -----------------------------------------
*/

/* Home -----------------------------------------*/
#home_diashow_bild {
	float: left;
	height: 430px;
	width: 430px;
}

#home_aktuelles {
	margin-left:450px;
}

#home_aktuelles ul {
	list-style-type: none;
	margin-bottom:20px;
}

#home_aktuelles ul li span {
	background-color: #008000;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
}

#home_aktuelles ul li ul li a {
	display: block;
	color: #000000;
	padding: 3px;
	text-decoration: none;
}

#home_aktuelles ul li ul li a.farbe1 {
	background-color:#dbdbdb;
}

#home_aktuelles ul li ul li a:hover,
#home_aktuelles ul li ul li a:active,
#home_aktuelles ul li ul li a:focus {
	color: #FFFFFF;
	background-color:#008000;
}


/* Team -----------------------------------------*/
div.team {
	background-color: #DCDCDC;
	float: left;
	height: 20em;
	margin: 0 2em 2em 0;
	text-align: center;
	width: 200px;
}

div.team a.titel {
	background-color: #008000;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 3em;
	margin-bottom: 0.5em;
	text-align: center;
	text-decoration: none;
}

div.fotogalerie_uebersicht {
	float: left;
	height: 100px;
	margin: 0 10px 10px 0;
	width: 100px;
}

div#fotogalerie_foto {
	float: left;
	height: 300px;
	margin: 0 10px 10px 0;
	width: 400px;
}

a.fotogalerie_next {
	margin-right:20px;
}

a.fotogalerie_zoom {
	text-decoration: none;
}

div#fotogalerie_titel {
	clear:both;
}

/* Links -----------------------------------------*/
#buergerservice_suchen {
	vertical-align: middle;
}

	#buergerservice_suchen label,
	#buergerservice_suchen input,
	#buergerservice_suchen input.submit {
		display: inline;
	}
		
	#buergerservice_suchen label {
		font-size: 1em;
	}
	
	#buergerservice_suchen input {
		margin: 0 1em;
		width: 10em;
	}
	
	#buergerservice_suchen input.submit {
		margin-right: 50px;
		width: 150px;
	}

	#buergerservice_suchen_position {
		background-color: #008000;
		color: #FFFFFF;
		font-weight: normal;
		margin: 2em 0;
		padding: 5px;
	}


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

	#kontakt_daten b  {
		display: block;
	}
	
	#kontakt_daten ul {
		list-style-image: url('../pics/website/layout_kasten.gif');
		margin-left: 0;
	}
	
		#kontakt_daten ul li  {
			margin-bottom: 1em;
		}

#kontakt_formular { 
	margin-left: 25em;
}

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

	
.impressum_block {
	float: left;
	margin-right: 2em;
	width: 23em;
}

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