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

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

#wrapper {
	background: url('../pics/website/layout_content_bg.gif') 13em 116px no-repeat;
	z-index: 1;
}

/*
** Kopfzeile -----------------------------------------
*/
#layout_top {
	position: relative;
	background-image: url('../pics/website/layout_top_bg.gif');
	height: 116px;
	z-index: 2;
}

	#layout_top_left {
		background-image: url('../pics/website/layout_top_left.gif');
		float: left;
		height: 116px;
		width: 394px;
		z-index: 5;
	}
	
	#layout_top_right {
		background: url('../pics/website/layout_top_right.gif') top right no-repeat;
		float: right;
		height: 116px;
		text-align:left;
		width: 500px;
		z-index: 5;
	}
	
	#layout_top_right_layout {
		margin: 82px 1em 0 0;
		text-align: right;
	}
	
		#layout_top_right_layout img {
			vertical-align: text-bottom;
		}
	
	
	#layout_top h1 span {
		display: none;
	}
	
	#layout_top_titel {
		background-color: #5e5e5e;
		height: 1.6em;
		left: 13em;
		bottom:0;
		position: absolute;
		text-align: center;
		width: 14em;
		z-index: 50;
	}

		#layout_top_titel div.links {
			background:url('../pics/website/layout_top_left_titel_left.gif') top left no-repeat;
		}
		
		#layout_top_titel div.rechts {
			background:url('../pics/website/layout_top_left_titel_right.gif') top right no-repeat;
		}
	
	#layout_top_titel h2 {
		color: #FFFFFF;
		font-size: 1em;
		font-weight: normal;
	}


/*
** Navigation -----------------------------------------
*/
#layout_nav {
	border-top: #dbdbdb solid 10px;
	float: left;
	padding:2em 0;
	position: relative;
	top:-9px;
	width: 13em;
	z-index: 2;
}

	#layout_nav #layout_nav_ueberspringen {
		display: inline;
		height: 0;
		left: -3000px;
		overflow: hidden;
		position: absolute;
		top: -2000px;
		width: 0;
	}
	
	#layout_nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		padding-left: 1em;
	}
	
	#layout_nav li {
		margin: 0;
		padding: 0;
	}

		#layout_nav ul li a {
			display: block;
			padding: 0.5em;
			padding-left: 1em;
			border-top: 1px solid #FFFFFF;
			background: url('../pics/website/layout_kasten.gif') left no-repeat #dbdbdb;
			text-decoration: none;
		}
		
		#layout_nav ul li a.last {
			border-bottom: 1px solid #FFFFFF;
		}
		
		#layout_nav ul li a:hover {
			background-color: #d2d2d2;
		}

			#layout_nav ul li ul {
				display: none;
			}

				#layout_nav ul li ul li a {
					background: none;
					background-color: #dbdbdb;
					padding: 0.5em;
				}
				
					#layout_nav ul li ul li ul {
						display: block;
						margin: 0;
						padding: 0;
						padding-bottom: 0.5em;
						background-color: #dbdbdb;
					}
		
						#layout_nav ul li ul li ul li a {
							display: block;
							border: 0;
							margin: 0;
							padding: 0.1em 0 0.2em 2em;
							font-size: 0.8em;
							background-color: #dbdbdb;
						}
		
		
		#layout_nav_marktgemeinde {
			position: absolute;
			top: 4.3em;
			left: 12.1em;
			width: 15em;
		}

		#layout_nav_tourismusfreizeit {
			position: absolute;
			top: 20.65em;
			left: 12.1em;
			width: 15em;
		}


/*
** Laufzeile -----------------------------------------
*/
#laufzeile {
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	z-index: 2;
}

	#laufzeile marquee {
		color: #FFFFFF;
	}


/*
** Inhaltsbereich -----------------------------------------
*/
#layout_content {
	background: #FFFFFF url('../pics/website/layout_nav_bg.gif') repeat-y top left;
	line-height: 1.5em;
	padding:2em;
	overflow: hidden;
	z-index: 10;
}
* html #layout_content {
	margin-left: 13em;
}

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

	#layout_content ul,
	#layout_content ol {
		margin-left: 1.3em;
	}

/*
** Fußzeile -----------------------------------------
*/
#layout_bottom {
	background: #dbdbdb url('../pics/website/layout_bottom_bg.gif') repeat-x ;
	clear: both;
	height:30px;
	z-index: 2;
}

	#layout_bottom_left {
		background-color: #dbdbdb;
		float: left;
		height: 30px;
		width: 13em;
		z-index:5;
	}

	#layout_bottom_right {
		background: #dbdbdb url('../pics/website/layout_bottom_right.gif') no-repeat top right;
		color: #FFFFFF;
		float: right;
		height: 30px;
		text-align: center;
		width: 300px;
		z-index:5;
	}
	
	#layout_bottom_right a {
		color: #FFFFFF;
		font-size: 12px;
		text-decoration: none;
		margin-top: 2px;
	}
	
	#layout_bottom_right a strong {
		color: #FFFFFF;
	}


/*
** 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;
	padding: 5px;
	text-decoration: none;
}

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

#eintraege_ohne_bild li a:hover,
#eintraege_ohne_bild li a:active,
#eintraege_ohne_bild li a:focus {
	background-color: #a5d9ff;
}
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;
}

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

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

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

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: #005aad;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
}

#home_aktuelles ul li ul {
	list-style-type: circle;
}

#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:#b9dfff;
}

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


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

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

/* Sehenswertes -----------------------------------------*/
div.sehenswertes {
	float: left;
	height: 20em;
	margin-right: 2em;
	text-align: center;
	width: 200px;
}

div.sehenswertes a.titel {
	background-color: #b9dfff;
	display: block;
	height: 3em;
	margin-bottom: 0.5em;
	text-align: center;
	text-decoration: none;
}


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

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

	#links_suchen_position {
		background-color: #005aad;
		color: #FFFFFF;
		font-weight: normal;
		margin: 2em 0;
		padding: 5px;
	}

.links_adressblock {
	background-color: #cde9ff;
	padding: 1em;
}


#links_formular h3 {
	margin-top: 2em;
}


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

#links_formular input.radio {
	background-color: #FFFFFF;
	border-style: none;
	display: inline;
	margin-bottom: 0;
	margin-right: 5px;
	width: 20px;
}

#links_formular div.sicherheitscode {
	float: left;
	margin-right: 4em;
	vertical-align: top;
	width: 150px;
}

#links_login { 
	width:20em;
}

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

/* 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: 20px;
	}
	
		#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; }

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

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

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

.whitebold10 {
	font-weight: bold;
}

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

