body {
  font: Times NewRoman;
  text-align: center;
  color:#FFFFFF;
  background: url(Style.jpg) center top repeat-x #539DFF;
  
}

a:visited{
color:#FFFFFF;text-decoration: none;
}
a:hover {
 color: black;text-decoration: none;
}
a {
color:#FFFFFF;text-decoration: none;
}

#footer {
				padding: 0px;
				position: fixed;
				bottom: 0px;
				left:0px;
				width: 100%;
				text-align: center;
				background:#FFFFFF;
				color:#539DFF;
			}
#footer table {color:#539DFF;}
#footer a{color:#539DFF;}
#footer a:hover{color:black;}
#footer a:visited{color:#539DFF;}
#popup {
	display: block;
	position: fixed;
	top: 40%;
	left: 30%;
	width: 40%;
	height: 20%;
	/*padding: 16px;*/
	border:2px solid #FFFFFF;
-moz-border-radius:10px;
-khtml-border-radius:30px;
	background-color: #539DFF;
	color:#FFFFFF ;
	overflow: auto;
}

.black_overlay{
	display: block;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#top{
padding: 0px;
position: absolute;
top: 120px;
left:0px;
width: 100%;
text-align: center;
background:#539DFF;
color:#FFFFFF;
}
#menu table {color:#539DFF;}
#menu a{color:#539DFF;text-decoration: none;}
#menu a:hover{color:black;text-decoration: none;}
#menu a:visited{color:#539DFF;text-decoration: none;}
#menu {
				padding: 5px;
				position: fixed;
				top: 130px;
				height:20px;
				left:0px;
				width: 100%;
				text-align: center;
				background:#FFFFFF;
				color:#539DFF;
}

#content{
				overflow: auto;
				padding: 5px;
				position: fixed;
				top: 160px;
				height: -moz-calc(100% - 200px );
				left:0px;
				right:0px;
				width: -moz-calc(100% - 6px);
				text-align: center;				
}

#login {
	display: block;
	position: fixed;
	top: -moz-calc(50% - 75px );
	left: -moz-calc(50% - 135px );
	width: 270px;
	height: 125px;
	/*padding: 16px;*/
	border:2px solid #FFFFFF;
	background-color: #539DFF;
	color:#FFFFFF ;
	overflow: auto;
}

#loginfail {
	display: block;
	position: fixed;
	top: -moz-calc(50% - 75px );
	left: -moz-calc(50% - 135px );
	width: 270px;
	height: 125px;
	/*padding: 16px;*/
	border:2px solid #FFFFFF;
	background-color: #539DFF;
	color:#FFFFFF ;
	overflow: auto;
}

#regist {
	display: block;
	position: fixed;
	top: -moz-calc(50% - 175px );
	left: -moz-calc(50% - 150px );
	width: 300px;
	height: 370px;
	/*padding: 16px;*/
	border:2px solid #FFFFFF;
	background-color: #539DFF;
	color:#FFFFFF ;
	overflow: auto;
}

#vergessen {
	display: block;
	position: fixed;
	top: -moz-calc(50% - 40px );
	left: -moz-calc(50% - 220px );
	width: 440px;
	height: 80px;
	border:2px solid #FFFFFF;
	background-color: #539DFF;
	color:#FFFFFF ;
	overflow: auto;
}