@charset "utf-8";

body {
	/*font-family: "Times New Roman";*/
	font-size: 16px;
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-register {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-register input {
	margin-bottom: 10px;
}
.form-register .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-register .form-control:focus {
	z-index: 2;
}


.nav-actions {
	float:left;
}

.nav-actions ul {
	list-style-type: none;
}

.nav-actions ul li {
	width: 140px;
	height: 40px;
	margin-bottom: 10px;
}

.nav-actions ul li a{
	font-weight: bold;
	font-size: 14pt;
	border-radius: 5px;
	border: solid 1px black;
	background-color: #8B8B8B;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000 !important;
	line-height: 40px;
}

.nav-actions ul li .highlight{
	background-color: #8A0808;
}

.nav-actions ul li a:hover{
	background-color: #000000;
	color: #FFFFFF !important;
}

.advertisment {
	display: none;
	border: solid 1px black;
	width: 120px;
	height: 600px;
	float: right;
	position: fixed;
	top: 25px;
	right: 0px;
}

.achievment
{
	width:400px;
	margin-left: -200px;
	height: 200px;
	margin-top: -100px;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 10px;
	background-color: black;
	border: solid 1px black;
}
.achievment .close
{
	float: right;
	margin-right: 2%;
	cursor: pointer;
}

.achievment text
{
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	color: green;
}

.navi {
    width:150px;
    height:700px;
	padding-left: 25px;
	float:left;
}

.regilink  a{
	color:#FFFFFF;
}
.regilink  a:visited{
	color:#FFFFFF;
}

.userpage td {
	margin-top:10px;
	/*color:#00a0a0;*/
	font-size:1.2em;
	line-height:30px;
}
.userpagep {
	margin-top:10px;
	/*color:#00a0a0;*/
	font-size:1.2em;
	line-height:30px;
	margin-left:80px;
}
.userpagep td{
	margin-top:10px;
	/*color:#00a0a0;*/
	font-size:1.2em;
	line-height:30px;
	margin-left:80px;
}

p {
	text-align:center;
	margin-top:10px;
	/*color:#00a0a0;*/
}

.stats {
	background:url(../images/stats.png) no-repeat;
}

.main {
    margin:auto;
    width:892px;
    height:1000px;
	background:url(../images/mitte-startseite.png) no-repeat center;
	background-size: 100% 100%, auto;
}
.mainLogin{
        margin:auto;
        width:950px;
        height:800px;
}

.login{
    margin:auto;
	width:950px;
	height:800px;
	padding: 1px;
	background:url(../images/login.png) no-repeat top center;
}

.main_rangliste {
        margin:auto;
        width:892px;
        height:1000px;
	background:url(../images/mitte-startseite.png) no-repeat center;
	background-size: 100% 100%, auto;
}

.header {
	background-image: url(../images/header-startseite.png);
	background-repeat: no-repeat;
    margin-top:0px;
	padding: 0px;
    width:950px;
    height:94px;
	margin:0px;
}

.header p{
	text-align:right;
	margin-right: 50px;
}

.user_bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background-color: gray;
	border-bottom: 1px solid black;
	text-align: left;
	padding-left: 1%;
	z-index: 1;
}

body {
	background-image: url(../images/bg_login.JPG);
	background-attachment: fixed;
	background-position: center;
	background-repeat:no-repeat;
    background-color:#2C2C2C;
	margin-top: 70px;
	background-size: 100% 100%, auto;
}

img {
	border:0px;
}

.footer {
        margin:auto;
        width:950px;
        height:25px;
}

.user-text{
	color:#8B2323;
	margin-top:-225px;
	height:auto;
}

.user_anzeige{
	margin-left:20px;
	margin-top:20px;
	background: url("../images/stats.png") no-repeat;
	width:204px;
	height:130px;
}

