@charset "utf-8";
/* CSS Document */

body {
	color: #999;
	background-color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
}
#apDiv1 {
	width:954px;
	height:81px;
	z-index:10;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../grafik/kopfleiste_en.png);
	position: relative;
}
#apDiv2 {
	position:relative;
	width:1549px;
	height:704px;
	z-index:11;
	background-image: url(../grafik/mitte_en.png);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#apDiv3 {
	position:absolute;
	width:231px;
	height:183px;
	z-index:12;
	left: 949px;
	top: 134px;
}
#apDiv4 {
	position:absolute;
	width:954px;
	height:97px;
	z-index:13;
	left: 238px;
	top: 560px;
	background-image: url(../grafik/fussleiste_en.png);
	background-position: 0px 20px;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #F7F3EB;
	border-right-color: #F7F3EB;
	border-bottom-color: #F7F3EB;
	border-left-color: #F7F3EB;
}
#apDiv5 {
	position:relative;
	width:1576px;
	height:245px;
	z-index:12;
	background-image: url(../grafik/footer.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.login {
	font-size: 22px;
	font-style: italic;
	text-align: center;
	font-weight: 600;
	color: #9f9080;
}
#apDiv6 {
	position:absolute;
	width:150px;
	height:80px;
	z-index:1;
}
#apDiv7 {
	position:absolute;
	width:138px;
	height:80px;
	z-index:2;
	left: 155px;
}
#apDiv8 {
	position:absolute;
	width:155px;
	height:35px;
	z-index:3;
	left: 664px;
	text-align: center;
	padding-top: 45px;
}
#apDiv9 {
	position:absolute;
	width:129px;
	height:35px;
	z-index:4;
	left: 824px;
	padding-top: 45px;
	text-align: center;
}
.select_lang {
	font-size: 11px;
	background-color: #220A08;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	scrollbar-arrow-color: #FFFFFF;
}
.text_feld {
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
	width: 170px;
	color: #9f9080;
	padding-left: 10px;
}
.button1 {
	height: 25px;
	width: 180px;
	margin-top: 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e3d798), color-stop(1, #d6c35b) );
	background:-moz-linear-gradient( center top, #e3d798 5%, #d6c35b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3d798', endColorstr='#d6c35b');
	background-color:#e3d798;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#FFF;
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	height:35px;
	line-height:30px;
	width:180px;
	text-decoration:none;
	text-align:center;
}
.button1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d6c35b), color-stop(1, #e3d798) );
	background:-moz-linear-gradient( center top, #d6c35b 5%, #e3d798 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6c35b', endColorstr='#e3d798');
	background-color:#d6c35b;
}
.button1:active {
	position:relative;
	top:1px;
}
