@charset "utf-8";

/* allgemein */
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
	width: 100%;
}

body {
	margin:0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
	color: #000;
	background-color: #FFF;
}

/* Debug */
#debug {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	background-color: #C00;
	z-index: 1000000;
}

#debug2 {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #FFF;
	background-color: #0C0;
	z-index: 1000000;
}


/* Links */
a, a:link, a:visited, a:active {
	color: #999;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:none;
}

#mainnav a, #mainnav a:link, #mainnav a:visited, #mainnav a:active, #mainnav a:hover {
	display: block;
	font-weight: bold;
}

div.subnav a, div.subnav a:link, div.subnav a:visited, div.subnav a:active, div.subnav a:hover{
	font-weight: bold;
}

a.subnav {
	display: block;
}

a.active, a.active:link, a.active:visited, a.active:active, a.active:hover {
	color: #000;
}

td.active a, td.active a:link, td.active a:visited, td.active a:active, td.active a:hover {
	color: #000;
}

a.scrollfull {
	display: block;
	width: 100%;
	height: 100%;
}

a.fullbox {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

#timeline a {
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	width: 47px;
	height: 13px;
}

/* Layout */
#wrapper {
	position: relative;
	width: 1024px;
	height: 672px;
	overflow: hidden;
}

#mainnav {
	position: absolute;
	left: 0px;
	top: 31px;
	margin-left: 26px;
	margin-right: 150px;
}

#address {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 144px;
	height: 144px;
}

#contentbox {
	position: absolute;
	left: 26px;
	top: 66px;
	width: 848px;
	height: 540px;
}

#mainpic {
	list-style: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#mainpic li.pic {
	position: absolute;
	display: block;
	list-style: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#mainpic li.pic div.picnav {
	height: 100%;
	width: 100%;
	cursor: pointer;
}

#mainpic span.picindex {
	display: none;
}

#loading {
	display: none;
	position: absolute;
	top: 8px;
	left: 8px;
}

div.preloader {
	position: absolute;
	width: 24px;
	height: 8px;
	left: 0px;
	top: 0px;
}

/* pages */ 
#pages {
	list-style: none;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 524px;
	margin: 8px;
	width: 577px;
}

#pages li.page {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	list-style: none;
	height: 100%;
	width: 100%;
}

div.textbackground {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 425px;
	height: 100%;
	background-color: #FFF;
}

div.textcontent {
	position: absolute;
	top: 47px;
	right: 22px;
	width: 555px;
	height: 469px;
	overflow: hidden;
}

div.mytext {
	width: 395px;
	margin-left: 160px;
}

div.elevatorcontainer {
	position: absolute;
	top: 52px;
	right: 0px;
	width: 22px;
	height: 464px;
}

div.elevator {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 22px;
	height: 100px;
	background-image: url(../images/elevator.png);
	background-repeat: repeat-y;
}

div.subnavbutton {
	display: none;
	position: absolute;
	top: 3px;
	left: 155px;
	width: 200px;
	height: 20px;
}

div.subnav {
	display: none;
	position: absolute;
	top: 25px;
	right: 22px;
	width: 395px;
	height: 0px;
	background-color: #FFF;
	overflow: hidden;
}

div.subnav span {
	display: block;
}

span.subnav {
	display: none;
}

div.closebutton {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 20px;
}


/* timeline layout */

#timelinecontainer {
	position: absolute;
	left: 26px;
	bottom: 5px;
	height: 61px;
	width: 752px;
	overflow: hidden;
}

#timeline {
	position: absolute;
	top: 0px;
	right: 0px;
}

#timeline span {
	position: relative;
	top: -1px;
	display: block;
	width: 47px;
	height: 6px;
}

#timelinelabels {
	position: absolute;
	top: 13px;
	right: 0px;
}

#timelinemarker {
	position: absolute;
	top: 0px;
	right: 145px;
	height: 8px;
	width: 47px;
	background-color: #000;
}

#gradient_l {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 61px;
	width: 16px;
	background-image: url(../images/verlauf_l_neu.png);
	background-repeat: no-repeat;
}

#gradient_r {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 61px;
	width: 16px;
	background-image: url(../images/verlauf_r_neu.png);
	background-repeat: no-repeat;
}


#info {
	position: absolute;
	right: 150px;
	bottom: 5px;
	height: 61px;
	width: 49px;
	overflow: hidden;
}

#infotop {
	height: 8px;
	width: 47px;
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	border-color: #999;
	margin-bottom: 5px;
	background-color: #FFF;
}

div.topactive {
	background-color: #000 !important;
}

#infobottom {
	height: 48px;
	width: 47px;
	border-style:solid;
	border-width: 0px 1px 0px 1px;
	border-color: #999;
	color: #999;
	line-height: 16px;
	text-align: center;
	background-color: #FFF;
}

div.bottomactive {
	color: #000 !important;
}


/* Inhalt */
h1 {
	position: relative;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}

/* timeline */
#timeline table {
	border-spacing: 0px;
	border-collapse:collapse;
}

#timeline td {
	height: 8px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #999;
}

#timeline td.last {
	border-width: 0px 1px 0px 1px;
}

#timeline td.spacer {
	border-width: 0px 0px 0px 0px;
}

#timeline td.active {
	border-color: #000;
}

#timelinelabels table {
	border-spacing: 0px;
	border-collapse:collapse;
}

#timelinelabels td.c {
	height: 48px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #999;
	line-height: 16px;
	vertical-align: top;
	text-align: right;
	padding: 0px 3px 0px 3px;
	color: #999;
}

#timelinelabels td.c span {
	display:block;
	text-align:right;
}

#timelinelabels td.spacer2 {
	height: 1px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #999;
}



#timelinelabels td.active {
	color: #000;
	border-color: #000;
}


/* Navigation */
#mainnav ul {
	list-style: none;
}

#mainnav li {
	display: block;
	float: left;
	list-style: none;
	margin-right: 36px;
}

/* Allgemein */
.small {
	font-size: 12px;
}

/* Bilder */
img  {
	border-style: none;
	border-width: 0px;
}

img.full {
	width: 100%;
	height: 100%;
}

h1 img {
	display: block;
	position: absolute;
	top: 8px;
	left: -160px;
	background-color: #FFF;
}

/* Farben */
.orange {color: #F90;}
.grau  {color: #999;}

/* Tabellen */

/* Listen */

/* Special */
.clear {
	clear: both;
}

