@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	height: 100%;
}

body {
	margin: 0;
	padding-top:20px;
	height: 100%;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#dunkel {
	position:absolute;
	background:#000;
	width:100%;
	height:200%;
	z-index:6;
	display:none;
}

#meldung {
	border:1px solid black;
	top: 30%;
	position: absolute;
	left:40%;
	margin: 0 auto;
	background:white;
	z-index:7;
	display:none;
}

#container {
	position: relative;
	margin: 0 auto;
	background: #FFF;
	/*min-height: 100%;*/
	width:950px;
	z-index:5;
}

#header {
	background:url(images/header.jpg);
	position: relative;
	margin: 0 auto;
	border: 2px solid white;
	border-bottom: none;
	top:0;
	width:950px;
	height:200px;
	z-index:3;
}


#over_header {
	position: absolute;
	top:3px;
	left: 0px;
	width: 930px;
	display:none;
	z-index:5;
}

#printheader {
	display:none;
}

#bereiche {
	position: absolute;
	top: 202px;
	left:2px;
	width:100%;
	z-index:4;
	border-top:2px solid black;
}

#bereiche td {
	background: #999999;
	background: -moz-linear-gradient(top, #999999 0%, #666666 50%, #333333 51%, #666666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#999999), color-stop(50%,#666666), color-stop(51%,#333333), color-stop(100%,#666666));
	background: -webkit-linear-gradient(top, #999999 0%,#666666 50%,#333333 51%,#666666 100%);
	background: -o-linear-gradient(top, #999999 0%,#666666 50%,#333333 51%,#666666 100%);
	background: -ms-linear-gradient(top, #999999 0%,#666666 50%,#333333 51%,#666666 100%);
	background: linear-gradient(to bottom, #999999 0%,#666666 50%,#333333 51%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#666666',GradientType=0 );
	padding:10px;
	/*border:1px solid black;*/
	border-right:none;
}

#bereiche td:hover {
	background: #84967f;
	background: -moz-linear-gradient(top, #84967f 0%, #586354 50%, #30352e 51%, #556050 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#84967f), color-stop(50%,#586354), color-stop(51%,#30352e), color-stop(100%,#556050));
	background: -webkit-linear-gradient(top, #84967f 0%,#586354 50%,#30352e 51%,#556050 100%);
	background: -o-linear-gradient(top, #84967f 0%,#586354 50%,#30352e 51%,#556050 100%);
	background: -ms-linear-gradient(top, #84967f 0%,#586354 50%,#30352e 51%,#556050 100%);
	background: linear-gradient(to bottom, #84967f 0%,#586354 50%,#30352e 51%,#556050 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84967f', endColorstr='#556050',GradientType=0 );
	border-left:1px solid #030;
	border-right:1px solid #030;
	cursor:pointer;
}

#content {
	position: absolute;
	top: 0;
	min-height:300px;
	width: 730px;
	left: -20px;
	margin: 20px;
	margin-right: 15px;
	padding: 20px;
	padding-left: 200px;
	margin-top:0;
	margin-bottom:0;
	padding-top:240px;
	min-height: 500px;
	background:url(images/bg_content.jpg);
	/*background:#CCC;*/
	border:2px solid white;
	z-index:2;
}

#printfooter {
	display:none;
}

#navigation {
	position: absolute;
	width: 180px;
	left: 0;
	top: 240px;
	padding:0;
	margin-top:0;
	min-height: 300px;
	z-index:6;
}

#navigation ul {
	padding:0;
	margin:0;
}

#navigation ol {
	padding:0;
	margin:0;
	padding-left:10px;
}

#navigation li {
	list-style:none;
	background: none;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	/*padding:5px;
	height:20px;*/
}

#navigation li:hover {
	background: #cccccc;
background: -moz-linear-gradient(top, #cccccc 0%, #aaaaaa 50%, #777777 51%, #aaaaaa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(50%,#aaaaaa), color-stop(51%,#777777), color-stop(100%,#aaaaaa));
background: -webkit-linear-gradient(top, #cccccc 0%,#aaaaaa 50%,#777777 51%,#aaaaaa 100%);
background: -o-linear-gradient(top, #cccccc 0%,#aaaaaa 50%,#777777 51%,#aaaaaa 100%);
background: -ms-linear-gradient(top, #cccccc 0%,#aaaaaa 50%,#777777 51%,#aaaaaa 100%);
background: linear-gradient(to bottom, #cccccc 0%,#aaaaaa 50%,#777777 51%,#aaaaaa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#aaaaaa',GradientType=0 );
}

#navigation a {
	display:block;
	color:#300;
	padding:5px;
}

#navigation a:hover  {
	color: white;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color:#300;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#333;
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	color:#300;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000;
	border-color:#333;
	background:none;
}

.button {
	font-weight:bold;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	border-radius:15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.copy {
	text-align:right;
	font-size:small;
	font-style:italic;
}

#beschreibung {
	display:block;
}

#footer {
	position:absolute;
	width: inherit;
	bottom: 10px;
}

#tech_date {
	display:none;
}

#bilder {
	display:none;
}

.nachricht {
	border:1px solid black;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	-khtml-border-radius:15px;
	padding:10px;
	font-weight:bold;
}

.fenster {
	position:absolute;
	top:250px;
	left:10px;
	width:910px;
	height:50%;
	overflow:auto;
	background:#FFFFCC;
	padding:10px;
	border:1px solid black;
	display:none;
	z-index:89;
}