@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */

ul.liste01 {
	font-family: Arial, Helvetica, sans-serif;

}
li.liste01 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	list-style-position: outside;
	list-style-type: square;
}
html {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-image: url(bae_images/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
bodyDiv > #mainDiv {
	height: auto;
	min-height: 100%;
}
a:link, a:visited, a:active {
	color:#000033;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;
}
/* Layoutelemente */
#mainDiv {
	width: 100%;
	height: 100%;
	text-align: left;
	margin: 0px auto;
	position: absolute;
}
.schrift_gross {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.schrift_gross_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #F4F4F4;
	height: 25px;
	text-align: left;
	vertical-align: middle;
}
.image_rand {
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000033;
	background-color: #fff;
	border: 1px solid #CCC;
}
#mainDI_bgImage {
	text-align: left;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -229px;
	margin-left: -320px;
}
#mainDI_Youtube {
	text-align: left;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -188px;
	margin-left: -317.5px;
}
#mainDI_App {
	text-align: left;
	position:absolute;
	z-index: 2;
	top: 18px;
	left: 0px;
}
#mainDI_Enter {
	text-align: left;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-top: 250px;
	margin-left: -320px;
	top: 50%;
}
#bottom_start {
	height: 38px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}#mainDI_Logo {
	text-align: left;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-top: -335px;
	margin-left: -115.5px;
}

