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

.bodyLogin{
	background-image:url(graphic/login-bg.png);
	background-position:center;
	background-color:#1d242c;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
.bodyApyia{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#515151;
}

.loginLogo{
	float:right;
	width:164px;
	height:108px;
	margin-right:20px;
}

.link{
	text-decoration:none;
	color:#91a4ba;
}

.login{
	width:240px;
	height:180px;
	background-color:#5f7185;
	position:absolute;
	top:40%;
	left:50%;
	margin-left:-120px;
	margin-top:-50px;
	border:#7288a0 solid 1px;
	border-radius:4px;
	box-shadow:5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
}
.loginHeader{
	height:25px;
	width:100%;
	background-color:#556577;
	border-bottom:#404c59 solid 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;	
	color:#FFF;
	text-shadow:#343a42 1px 1px;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
}
.loginForm{
	border-top:#7f8d9d solid 1px;
	padding:15px;
}
.inputtext{
	width:195px;
	border:#404c59 solid 1px;
	border-radius:4px;
	background-color:#4c5b6b;
	color:#91a4ba;
	padding:5px;
	border-bottom: groove 2px #7f8d9d;
}
.inputButtonLogin{
	border:none;
	background-color:transparent;
	background-image:url(graphic/loginButton.png);
	width:96px;
	height:37px;
	cursor:pointer;
	float:right;
	color:#FFFFFF;
	text-shadow:#F60 1px 1px;
	margin-top:10px;
}

.header{
	width:100%;
	height:140px;
	background-image:url(graphic/login-bg.png);
	background-position:center;
	background-color:#1d242c;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
.menue{
	position:relative;
	top:106px;
	padding-left:140px;
	float:left;
}
.MenuDeactive, .MenuActive{
	font-size:11px; 
	font-weight:bold;
}

.MenuActive{
	width:120px;
	height:34px;
	float:right;
	z-index:3;
	position:relative;
	background:url(graphic/menueActive.png) no-repeat;
}
.MenuDeactive{
	width:116px;
	height:34px;
	float:right;
	margin-left:-20px;
	background:url(graphic/menueDeactive.png) no-repeat;
}
.MenuDeactive img, .MenuActive img{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:-4px;
	margin-right:3px;
}

.content{
	padding:60px 140px 60px 140px;
}

.footer{
	width:100%;
	height:20px;
	background-image:url(graphic/login-bg.png);
	background-position:center;
	background-color:#1d242c;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	position: absolute;
	bottom:0;
	text-align:center;
	color:#FFFFFF;
	padding-top:10px;
}
h1{
	font-size:15px;
	font-weight:bold;
}

.zahl{
	color:#db7812;
}

.linkList{
	text-decoration:none;
	color:#515151;
}


