/*
** Layout -----------------------------------------
*/
* {
	border: 0;
	color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	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/layout_bg.gif') #73181f;
}

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



/*
** Wrapper -----------------------------------------
*/
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: left;
	width: 60em;
}


#layout_logo {
	float: left;
	padding-left: 30px;
}


/*
** Navigation -----------------------------------------
*/
#layout_nav {
	float: right;
}

	#layout_nav ul.nav_main {
		list-style-type: none;
		width: 33em;
	}
	

	#layout_nav ul.nav_main li {
		list-style-type: none;
		float: left;
	}
	
	#layout_nav ul.nav_main li a {
		display: block;
		width: 8em;
		text-decoration: none;
		text-align: center;
		padding: 0.5em 0;
		margin: 0.1em;
		background-color: #1d1d1d;
	}

	#layout_nav ul.nav_main li a:hover,
	#layout_nav ul.nav_main li a:active,
	#layout_nav ul.nav_main li a:focus {
		background-color: #464646;
	}
	
	#layout_nav ul.nav_sub {
		display: inline;
		height: 0;
		left: -3000px;
		overflow: hidden;
		position: absolute;
		top: -2000px;
		width: 0;
	}

	#layout_nav ul.nav_sub_aktiv {
		background-color: #1d1d1d;
		position: absolute;
		left: 29em;
		top: 92px;
		width: 29em;
	}

		#layout_nav ul.nav_sub_aktiv li a {
			display: inline;
		}

		#layout_nav ul.nav_sub_aktiv li a {
			border-bottom: 1px solid #646464;
			padding: 1em 2em 0.5em 0;
			display: block;
			width: auto;
			margin: 0;
			background-color: none;
		}
	
		#layout_nav ul.nav_sub_aktiv li a:hover,
		#layout_nav ul.nav_sub_aktiv li a:active,
		#layout_nav ul.nav_sub_aktiv li a:focus {
			background-color: #1d1d1d;
		}
	

/*
** Content -----------------------------------------
*/

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

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

	#layout_content h2 {
		font-size: 1em;
		padding: 0.5em;
		margin-bottom: 1em;
		background-color:#323232;
		border-top: 1px solid #646464;
		border-bottom: 1px solid #646464;
	}
	
	#layout_content ul {
		margin-left: 1em;
	}

	
/*
** Bottom -----------------------------------------
*/
#layout_bottom {
	position: absolute;
	top: 550px;
	right: 0;
}

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

		#layout_bottom ul li {
			display: inline;
		}

		#layout_bottom ul li a {
			color: #808080;
			font-size: 0.8em;
			text-decoration: none;
			margin-left: 2em;
		}
		
		#layout_bottom ul li strong	{
			color: #808080;
		}

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

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


/*
** Detail-Einträge -----------------------------------------
*/
#inhalt_bilder {
	position: relative;
	width: 315px;
	height: 450px;
	float: left;
	background-color: #1d1d1d;
	overflow: hidden;
}
	
#inhalt_bilder_html {
	position: absolute;
	width: 315px;
	height: 420px;
	overflow: hidden;
	filter: revealTrans(duration=1,transition=0) blendTrans(duration=1);
}
	
	#inhalt_bilder ul {
		list-style-type: none;
		position: absolute;
		width: 320px;
		height: 30px;
		top: 420px;
		left: 0;
	}

		#inhalt_bilder ul li {
			list-style-type: none;
			float: left;
		}
		
			#inhalt_bilder ul li a {
				color: #808080;
				display: block;
				padding: 5px;
				text-decoration: none;
			}
			
			#inhalt_bilder ul li a:hover {
				color: #000000;
				background-color: #DCDCDC;
			}
		

#inhalt_text {
	background-color: #1d1d1d;
	width: 28.5em;
	float: right;
	padding: 25px;
	height: 400px;
	overflow: auto;
	margin-right: 0.5em;
}

div.bild {
	height: 430px;
	margin-bottom: 50px;
	overflow: hidden;
}

div.bild#bild1 {
	position: absolute;
}

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

/*
** Formulare -----------------------------------------
*/

form br {
	font-size: 0.2em;
}

input,
select,
textarea {
	background-color: #646464;
	border: 1px inset #FFFFFF;
	display: block;
	font-size: 0.8em;
	padding: 2px;
	width: 17em;
}

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

input.submit {
	border-style: outset;
	font-weight: bold;
	width: 33em;
	margin-top: 2em;
}

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

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

label {
	width: 16em; /* Breite.*/
	float: left;
	display: block;
	font-size: 0.8em;
}

label.error {
	color: #FF0000;
}


/*
** Bestimmte Bereiche -----------------------------------------
*/
#impressionen {
	position: relative;
	background-color: #1d1d1d;
	width: 60em;
	height: 450px;
}

	#impressionen #inhalt_bilder_html {
		position: relative;
		width: 60em;
	}

	#impressionen #inhalt_bilder_html div.bild {
		background-color: #1d1d1d;
		text-align: center;
		position: relative;
		width: 60em;
		height: 425px;
		margin: 25px 0 50px 0;
		overflow: hidden;
	}


	

/* Kontakt -----------------------------------------*/
#kontakt_daten {
	margin-bottom: 2em;
}

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


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



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

