* {
	font-family: Arial;
	font-size: 12px;
}

html {
	height: 100%;
}

body {
	margin: 0;
	
	overflow-y: hidden;
	
	padding: 0;
	
	height: 100%;
}

table#tbl {
	visibility: hidden;
}


div#wrapper {
	position: absolute;

	margin: 0;
	padding: 0;
	
	left: 12px;
	top: 12px;
	
	overflow: hidden;
	
	visibility: hidden;
}

img#bild {
	display: block;
	position: absolute;
	
	z-index: 5;
}

div#content {
	position: absolute;
	
	width: 930px;
	height: 520px;
	
	margin: -260px 0px 0px -470px;
	
	padding: 0 0 0 10px;
	left: 50%;
	top: 50%;
	
	z-index: 10;
	
	overflow: hidden;
}

div#logo {
	clear: both;
	
	width: 920px;
	height: 31px;
}

a#home {
	position: absolute;
	
	left: 830px;
	top: 502px;
	
	display: block;
	
	width: 84px;
	height: 18px;
	
	padding: 0;
	margin: 0;
}

a#flashversion {
	position: absolute;
	
	left: 23px;
	top: 250px;
	
	display: block;
	
	padding: 0;
	margin: 0;
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

p#flashhinweis {
	position: absolute;
	
	left: 208px;
	top: 250px;
	
	display: block;
	
	padding: 0;
	margin: 0;
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

p#flashhinweis a {
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a#flashversion:hover,
p#flashhinweis a:hover {
	color: #53250B;
}

a span {
	display: none;
}

span.bold {
	font-weight: bold;
}

span.weiss {
	color: #fff;
}

html > body div#logo {
	background: url(../img/logo.png) no-repeat;
}

div.box {
	height: 140px;
	
	margin: 0 1px 11px 1px;
	padding: 16px 12px 0 12px;
	
	background-color: #fff;
	
	display: inline;
	float: left;
	
	overflow: hidden;
}

div.g-1 {
	width: 158px;
}

div.g-2 {
	width: 342px;
}

div.g-3 {
	width: 526px;
}

div.g-4 {
	width: 710px;
}

div.box div.scrollbereich {
	position: relative;
	
	float: left;
	
	height: 124px;
	
	margin: 0;
	padding: 0;
	
	overflow: hidden;
}

div.box div.el-menu,
div.g-1 div.el-content,
div.g-1 div div.liste {
	width: 144px;
}


div.g-2 div.el-content,
div.g-2 div div.liste {
	width: 328px;
}

div.g-3 div.el-content,
div.g-3 div div.liste {
	width: 512px;
}

div.g-4 div.el-content,
div.g-4 div div.liste {
	width: 696px;
}

div#buehne {
	width: 918px;
	height: 318px;
	
	margin: 0 0 2px 1px;
	padding: 0;
}

div#ebene1 {
	clear: both;
}

ul.liste {
	position: absolute;
	
	width: 144px;
	
	left: 0px;
	top: 0px;
	
	list-style: none;
	
	margin: 0;
	padding: 0;
}

ul.liste li {

	margin: 0;
	padding: 1px 0;

}

ul.liste li a,
ul.liste li a:link {
	color: #B06B14;
	font-weight: bold;
	text-decoration: none;
}

ul.liste li a:hover,
ul.liste li a.aktiv {
	color: #53250B;
}

div.liste {
	position: absolute;
	
	left: 0px;
	top: 0px;
	
	margin: 0;
	padding: 0;
	
	color: #666;
}

div.liste a,
div.box a,
div.box a:link {
	color: #B06B14;
	text-decoration: none;
}

div.liste a:hover,
div.box a:hover {
	color: #53250B;
}

div.pfeile {
	float: right;
	
	visibility: hidden;
}

div.pfeile a {
	display: block;

	width: 10px;
	height: 10px;
	
	padding: 0;
	
	background-repeat: no-repeat;
	background-position: left 0px; 
	
	border: none;
	
	cursor: pointer;
	
	overflow: hidden;
}

div.pfeile a:hover {
	background-position: left -10px; 
}

div.pfeile a.rauf {
	background-image: url(../img/pfeil-rauf.png);
	
	margin: 0 0 104px 0;
}

div.pfeile a.runter {
	background-image: url(../img/pfeil-runter.png);
	
	margin: 0;
}