/*
** Layout -----------------------------------------
*/
* {
	border: 0;
	color: #000000;
	font-family: Verdana,Arial,Helvetica;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

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

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

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



/*
** Wrapper -----------------------------------------
*/
#wrapper {
	position: relative;
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	padding: 1em;
	text-align: left;
	width: 60em;
}


/*
** Bottom -----------------------------------------
*/
#copyright {
	font-size: 0.8em;
	color: #808080;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding-bottom: 2em;
	text-align: center;
}

#copyright a,
#copyright strong {
	text-decoration: none;
	color: #808080;
}

#passiertnix {
	top: 30px;
	right: 35px;
	position: absolute;
	text-align: right;
}
	
	#passiertnix a {
	}



/*
** Navigation -----------------------------------------
*/
#layout_nav {
	width: 13em;
	float: left;
}

	#layout_nav ul.nav_main {
		list-style-type: none;
		margin-bottom: 1em;
	}
	
		#layout_nav ul.nav_main 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;
		}
		
		#layout_nav ul.nav_main li a:hover {
			background-color: #dcdcdc;
		}

	#layout_nav ul.nav_sub {
		border: #f0f0f0 1px solid;
		list-style-type: none;
		padding: 1em;
		margin-bottom: 1em;
	}
	
		#layout_nav ul.nav_sub li a {
			color: #4377c1;
			font-size: 0.8em;
			font-weight: bold;
			display: block;
			padding-left: 1.2em;
			margin-bottom: 0.1em;
			background: url('../pics/website/layout_nav_sub_pfeil.gif') no-repeat left center #FFFFFF ;
			text-decoration: none;
		}
	
	#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;
		}
		
		#layout_nav ul.nav_aktuelles li a:hover {
			color: #4377c1;
		}
		
		#layout_nav ul.nav_aktuelles li a.titel {
			font-weight: bold;
		}
		
		
	
	#layout_nav div.layout_nav_grayline {
		background-color: #dcdcdc;
		height: 0.5em;
		margin: 0.5em 0;
	}
	
	#layout_nav_logo {
		text-align: center;
		padding: 2em 0;
	}

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

#layout_content {
	width: 566px;
	margin-left: 15.5em;
}

	#layout_content_bild {
		background: url('../pics/website/layout_content_bild.jpg') no-repeat center center #FFFFFF ;
		height: 273px;
	}
	
	#layout_content_content {
		background: url('../pics/website/layout_content_bg.jpg') no-repeat top center #FFFFFF ;
		min-height: 25em;
		padding: 0 2em 1em 1.5em;
		font-size: 0.8em;
	}
	
	* html #layout_content_content {
		padding-bottom: 10em;
		padding-right: 1.7em;
	}

		#layout_content_content h1 {
			color: #4377c1;
			font-size: 1.2em;
			height: 1.2em;
			padding: 1em 0;
			
		}
		
		#layout_content_content h2 {
			font-size: 1em;
			padding: 0.5em;
			background-color: #f0f0f0;
		}

		#layout_content_content ul {
			list-style-type: 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:#DCDCDC;
}

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


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

#inhalt_bilder_left {
	float: left;
	margin: 0 1em 1em 0;
	width: 150px;
}

#inhalt_bilder_top {
	margin-bottom: 2em;
	clear: both;
}

#inhalt_bilder_bottom {
	margin-top: 2em;
}

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

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

#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 #000000;
	display: block;
	font-size: 0.8em;
	padding: 2px;
}

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_content {
	width: 558px;
}
	
#home_layout {
	background: url('../pics/website/layout_home.jpg') no-repeat top center #FFFFFF;
	height: 164px;
	width: 566px;
	margin-bottom: 2em;
}
	
	#home_layout ul {
		list-style-type: none;
		margin-left:6px;
	}

	#home_layout ul li {
		float:left;
		width: 184px;
	}
	
	#home_layout ul li a.titel {
		font-size: 1.2em;
		display: block;
		height: 20px;
		padding: 4px;
		text-decoration: none;
		color: #4377c1;
		font-weight: bold;
	}
	
	#home_layout ul li a.bild {
		display: block;
		text-align: center;
		margin-right:5px;
	}
	
	#home_layout ul li span {
		display: block;
		margin-right:15px;
		margin-left:10px;
	}
	
	#home_layout ul li a.mehr {
		display: block;
		margin-right:15px;
		margin-left:10px;
		text-decoration: none;
		color: #4377c1;
		text-align: right;
	}
	

#newsletter_formular {
	margin: 1em 0;
}

#newsletter_formular form { 
	width:50%;
}

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

	

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

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

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

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



/*
** Newsletter -----------------------------------------
*/
#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: #4377c1;
		color: #FFFFFF;
		font-weight: bold;
	}

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

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


