@import url('reset.css');
@import url('typography.css');

html {
	height: 100%;
}

body {
	background: #000000;
	margin: auto;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}

div#main_wrapper {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 100%;
	margin: 0em;
	padding: 0em;
}


/* Tooltip */
div#tooltipKopfstand {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 308px;
	top: 173px;
	display: none;
}
div#buttonKopfstand {
	position:absolute;
	width:121px;
	height:167px;
	z-index:2;
	left: 188px;
	top: 184px;
}

/* Tabbed Content */
ul.tabs {
	margin:0.3em 0em 1em 0em;
	padding:0em;
}

ul.tabs li:first-child {
	list-style:none;
	display:inline;
	padding: 0 0.5em 0 0;
	border-right: 2px solid #050505;
}

ul.tabs li {
	list-style:none;
	display:inline;
	padding: 0 0.5em 0 0.4em;
}

#content_2 { display:none; }
#content_4 { display:none; }
#content_6 { display:none; }
#content_8 { display:none; }
#content_10 { display:none; }


/* Gray Content ------------------------------------------------ */

div#wrapper_gray {
	position: relative;
	background: #E6E6E6;
	width: 100%;
	height: 100%;
	margin: 0em;
	padding: 0em;
	color: #000000;
}

div#gray_inner {
	position: relative;
	background: #E6E6E6;
	width: 100%;
	min-height: 100%;
	margin: 0em;
	padding: 0em;
	color: #000000;
}

div#content_wrapper_gray {
	position: relative;
	background: #E6E6E6 url(../img/top_rk.jpg) no-repeat;
	width: 56.25em;
	min-height: 32.438em;
	margin: 0em auto 0em auto;
	padding: 0em;
}

div#contentAccG {
	position: relative;
	width: 28.13em;
	margin: 0em 0em 0em 28.13em;
	padding: 2.5em 0em 6em 0em;
}


/* Black Content ------------------------------------------------ */

div#wrapper_black {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0em;
	padding: 0em;
}

div#content_wrapper_black {
	position: relative;
	background: #000000 url(../img/bottom_rk.jpg) no-repeat right bottom;
	width: 56.25em;
	min-height: 100%;
	margin: 0em auto 0em auto;
	padding: 0em;
}

div#contentAccB {
	position: relative;
	width: 28.13em;
	min-height: 42.613em;
	min-height: 36.813em;
	margin-right: 28.13em;
	padding-top: 8.3em;
	padding-bottom: 1em;
}

/* Divider Content ------------------------------------------------ */

div#wrapper_divider {
	position: fixed;
	background-color: transparent;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

div#divider_top {
	background: transparent url(../img/background_button_bottom.gif) 0 0;
	height: 6.7em;
}

div#divider_bottom {
	position: absolute;
	background: #000000 url(../img/background_button_upper.gif) 0 -1em;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 5.8em;
	z-index: 10;
}

div#random_messages {
	margin-top: 0.2em;
	text-align: center;
	width: 100%;
}
div.messageObject {
	margin: auto;
	width: 100%;
} 

div#random_messages span {
	margin-right: 0.5em;
}

/* Lists */
div#dividerTop_wrapper, div#dividerBottom_wrapper {
	position: relative;
	width: 56.25em;
	margin: auto;
}

div#dividerTop_wrapper ul {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 20em;
	margin: 0.6em 0em 0em 0em;
	padding: 0em;
}

div#dividerTop_wrapper li {
	list-style:none;
	display:inline;
	padding: 0 2em 0 0;
}

div#dividerBottom_wrapper ul {
	width: 20em;
	float: right;
	margin-top: 4.4em;
}

div#dividerBottom_wrapper li {
	list-style:none;
	display:inline;
	padding: 0 0 0 2em;
}





/* Buttons */
div#button_wedo {
	/* background: url(../img/button_waswirtun.png) no-repeat 0 0em; */
	width: 16.94em;
	height: 4.31em;
	margin: auto;
	z-index: 10;
	cursor: pointer;
}

div#button_weare {
	/* background: url(../img/button_werwirsind.png) no-repeat 0 2.94em; */
	width: 9.94em;
	height: 4.31em;
	margin: auto;
	padding-top: 1.7em;
	cursor: pointer;
}
