@charset "UTF-8";
/* CSS Document */

body {
	background-color: #efefef;
	width: 950px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #000;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url(bilder/hg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

h1 {
	font-size: 14px;
	}
	
a {
	color: #000;
	text-decoration: none;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}


#leiste-oben {
	height: 132px;
	width:950px;
	background-color: #000;
	margin: 0;
}

.ueberschrift {
	font-size: 18px;
	color: #fff;
	text-align: center;
}

#logo {
	width: 950px;
	height: 325px;
	margin: -95px 0 23px 0;
	text-align: center;
}

#logo2 {
	width: 950px;
	height: 180px;
	margin: -95px 0 23px 0;
	text-align: center;
}

#inhalt {
	width: 950px;
	height: 348px;
}

#inhalt-links {
	width: 454px;
	height: 310px;
	float: left;
	text-align: right;
	padding-top: 18px;
}

#inhalt-mitte {
	width: 46px;
	height: 310px;
	float: left;
	background-image: url(bilder/linie-hoch.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#inhalt-rechts {
	width: 450px;
	height: 310px;
	float: left;
	padding-top: 18px;
}

#unten {
	clear: both;
	width: 820px;
	margin: 18px auto 30px auto;
	background-image:url(bilder/linie-quer.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
}

.weiss {
	font-size:12px;
	color: #fff;
	line-height: 20px;
}	

#impressum {
	z-index: 100;
	background-color: #fff;
	width: 400px;
	height: 362px;
	top: 50%;
	left: 50%;
	margin: -180px 0 0 -200px;
	position: absolute;
	padding: 2px;
	font-size: 12px;
	visibility: hidden;
	border: 5px solid #f39b36;
	border-radius:10px;
}

#imp-inner { 
	width:338px; 
	height:300px; 
	border: 1px solid #f39b36;
	border-radius:5px; 
	padding: 30px; 
	font-weight:normal;
	position: relative;
	line-height: 20px;
	font-size: 12px;
 }

#imp-close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.dimmen {
	background-color: rgb(0, 0, 0);
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
}

#dunklerHintergrund {
	visibility: hidden;
}

#txt-unten {
	/*color: #f7be7c;*/
	color: #fff;
	width: 620px;
	margin-left: 90px;
	text-align: left;
	line-height: 20px;
}