/* CSS Document */

html, body, #contents {
	min-height:100%;
	width:100%;
	height:100%;
}
html>body, html>body #contents {
	height:auto;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
a:link {
	color: #990000;
	text-decoration: none;
	border-style: none;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
p {
	line-height:120%;
	margin-bottom:5px;
	margin-top:0;
}
#contents {
	position:absolute;
	top:0px;
	left:0px;
}
#kopf {
	position:relative;
	text-align:left;
	width:650px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
#logo {
	position:relative;
	margin-top:0px;
	margin-left:275px;
	width:104px;
	height:50px;
}
#mitte {
	position: relative;
	text-align:left;
	width:650px;
	height:540px;
	margin-right:auto;
	margin-left:auto;
}
#hintergrund {
	width:650px;
	height:500px;
}
#rechts {
	position:absolute;
	width:220px;
	height:400px;
	left:400px;
	top:0px;
}
#breadcrumbs {
	position:absolute;
	top:460px;
	left:400px;
	width:260px;
	height:30px;
	color: #666666;
}
#titel {
	position:relative;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:0px;
	float:left;
}
#text1 {
	position:relative;
	margin-left:0px;
	margin-top:30px;
	float:left;
//	width:220px;
//	height:80px;
	float:left;
}
#text2 {
	position:relative;
	margin-left:0px;
	margin-top:0px;
	float:left;
//	width:220px;
//	height:80px;
	float:left;
}
#text3 {
	position:relative;
	margin-left:0px;
	margin-top:0px;
	width:200px;
	height:160px;
	float:left;
}
#links {
	position:absolute;
	top:0px;
	left:0px;
	width:300;
	height:500px;
}
#mediabar {
	position:relative;
	margin-left:20px;
	height:18px;
	width:300px;
	margin-top: 456px;
}
#video {
	position:relative;
	left:0px;
	top:0px;
	height:18px;
	float:left
}
#audio {
	position:relative;
	top:0px;
	height:18px;
	float:right;
}
#bandwidth {
	position:relative;
	margin:auto;
	width:58px;
	visibility: hidden;
}
.viewer {
//	width:100%;
//	margin:auto;
}
#fuss {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	border-top:1px dotted;
	background-color:#cccccc;
	border-top-color: #666666;
}
#fuss p {
	padding: 0.5em 2em 1em 2em;
	margin:0;
}	
.linksbuendig {
	float:left;
	width:50%;
	text-align:left;
}
.rechtsbuendig {
	text-align:right;
}

/* Navigationsmenue */

#menuewrapper {
	width: 120px;
}
#menue {
	position: relative;
	margin-top: 20px;
}
#menue ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menue li {
	border-bottom:1px solid white;
}
#menue li a {
	display:block;
	padding:2px 2px 2px 0.5em;
	border-left: 1px solid #711515;
	border-right: 12px solid #711515;
	background-color: #950000;
	color: white;
	text-decoration:none;
}
#menue li a:hover {
	background-color: #711515;
	color:white;
}
#menue li a.act {
	background-color: #711515;
	color:white;
}
#eckeoben {
	position:absolute;
	top:0px;
	right:0px;
}
#eckeunten {
	position:relative;
	bottom: 13px;
	left: 108px;
}

/* Ende Navigationsmenue */