/*Grundkonfikuration mit festen Hintergrundbild*/
body {
      margin: 0px;
      padding: 0px;
      width: 100%;
      height: 100%;
      overflow: hidden;
     }
#hintergrund {
	  position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
     }
#bodydiv {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
     }
/*Fenster-relative Position*/
#fenster {
    font: 100% Arial, sans-serif, Verdana, Helvetica ;
    position:  relative;
    top:5%;
    right:27%;
    left:27%;
    width: 46%;
    height: 90%;
    bottom:5%;
    }
/*Navigation*/
#nav {
    position:  relative;
    margin-top: 0;
    width: 100%;
    height: 5%;
   }
ul.navpos {
    margin: 0; 
    padding: 0;
    text-align: center;
    font-size: 0.9vw;
    color: white;
    font-weight: bold;
    width: 100%;
    display: table;    
    }
ul.navpos li {
	list-style: none;
    display: table-cell;
    padding:0 10px; 
    margin: 0;
    }
ul a {
    text-decoration: none;
    }
#nav a:link, #nav a:visited {
	color: white;
    }
#nav a:hover {
    color:  white;
    background-color: #091D83;
    }
#nav #aktuell a {
	color:  #091D83;
     }
.linie {
    margin-top: 0.7%;
    width:100%;
    color: white;
    height: 1px;
    }
/*Hauptfenster*/
#inhalt {
    position: relative;
    top:0%;
    width: 100%;
    height: 85%;
    background-color: silver;
    background-color: hsla(0,0%,100%,0.35);
    }
/*Server-Stats*/
#statscont {
    position: relative;
    top: 4%;
    left: 7.5%;
    width: 90%;
    height: 92%;
    overflow: auto;
    }
/*Beginn-Serverstatus*/
#ezServerStats {
	background-color: silver;
    background-color: hsla(0,0%,100%,0.35);
    position: relative;
    width: 100%;
    height: 95%;
}
#serverstat {
	position: relative;
    top: 4%;
    left: 4%;
    width: 45%;
    height: 92%;
    }
#player {
	position: relative;
    width: 100%;
    height: 75%;
    top: 4%;
    border-width: 1px ;
    border-style: solid;  
    background-color: silver;
    background-color: hsla(0,0%,100%,0.56);
    overflow-y:    auto;
    }
table.serverstatus {
    position: relative;
    width: 100%;
    font-size: 0.74vw;
    text-align:  left;
    background-color: silver;
    background-color: hsla(0,0%,100%,0.56);
    border-width: 1px ;
    border-style: solid;  
    }
table.playerstatus {
    position: relative;
    width: 100%;
    text-align:  left;
    font-size: 0.74vw;
    }
#ts3 {
	position: absolute;
    right: 4%;
    top: 4%;
    width: 40%;
    height: 50%;
    overflow-y: auto;
     
    }
/*Statistik*/  
#statistic {
    position: absolute;
    width: 35%;
    right: 8%;
    height: 21%;
    top: 57%;
    font-size: 0.74vw;
    overflow-y: scroll;
    }
/*Admins*/
#admins {
	position: relative;
    left: 10%;
    top: 77%;
    font-size: 0.85vw;
    }
#admins a {
	text-decoration: none;
    color: #0D19FA;
    }
/*Besucherzähler*/
#counter1 a {
    text-decoration: none;
	color: silver;
    color: hsla(0,0%,100%,0.90);
    font-weight: normal;
    }
#counter {
	position: absolute;
    right: 15%;
    top: 83.5%;
    font-size: 0.74vw;
    font-weight: bold;
    overflow: auto;
    }
 #table_counter {
    font-weight: normal;
 }
/*Tabelle News*/
#news_div {
    position: absolute;
    width: 100%;
    top: 4%;
    height: 92%;
    font-size:  0.74vw;
    overflow:  auto;
    }
.tabnews {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    }
/*Server-Regeln*/
#regelndiv {
	position: absolute;
    top: 2%;
    width: 77%;
    height: 52%;
    left: 11.5%;
    }
.regeln {
    margin-left: 8%;
    font-size:  0.80vw;
    font-weight: bold; 
    text-align: justify;
    }
.rules {
    font: 100% Arial, sans-serif, Verdana, Helvetica ;
    margin-left: 4%;
    font-size:  0.74vw;
    font-weight: bold; 
    } 
/*Feedback*/
.eintrag {
    position: absolute;
    top: 1.2%;
    left: 26%;    
    }
.eintrag a {
	text-decoration: none;
    font-weight: bold;
    font-size:  0.80vw;
    }
#feedback {
	position: absolute;
    width: 100%;
    top: 9%;
    height: 86.5%;
    overflow: auto;
    }
.tabfeed {
	 position: relative;
     font-size:  0.74vw;
     margin-left:auto;
     margin-right:auto;
    }
.tabfeedkom {
     position: relative;
     empty-cells: hide;
     font-size:  0.74vw;
     margin-left:auto;
     margin-right:auto;
    }
/*Feedback-Eintrag*/
#feed_eintrag {
    position: relative;
    width: 100%;
    height: 100%;
    font-size:  0.74vw;
    overflow: auto;
    }
.gb {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 21%;
    height: 70%;
    width: 70%;
    border-width: 1px ;
    border-style: solid;  
    background-color: silver;
    background-color: hsla(0,0%,100%,0.56);
    }
/*VIP-Slots*/
.slots {
	position: absolute;
    text-align: justify;
    left: 15%;
    width: 70%;
    top: 2%;
    height: 20%;
    font-size:  0.80vw;
    font-weight: bold;
    }
.slotsBF4 {
	position: absolute;
    text-align: justify;
    left: 15%;
    width: 70%;
    top: 2%;
    height: 20%;
    font-size:  0.80vw;
    font-weight: bold;
    }
#slots_div {
	position: absolute;
    width: 100%;
    top: 27%;
    height: 67%;
    right: 1%;
    }
 #slots_div1 {
	position: absolute;
    width: 100%;
    top: 30%;
    height: 67%;
    overflow: auto;
    }
 #slots_divBF4 {
	position: absolute;
    width: 100%;
    top: 27%;
    height: 67%;
    }
 #slots_div1BF4 {
	position: absolute;
    width: 100%;
    top: 30%;
    height: 67%;
    }
.tabvip {
    position: relative;
    top: 0%;
    font-size: 0.72vw;
    margin-left:19.5%;
   
    }
.tabvip1 {
    position: relative;
    margin-left:auto;
    margin-right:auto;
    font-size:  0.7vw;
    }
/*Ban-Tabelle*/
.eintrag_ban {
    position:absolute;
    top: 2%;
    width: 76%;
    left: 11%;
    font-size:  0.80vw;
    font-weight: bold;
    text-align:  justify;
    }
.eintrag_banBF4 {
    position:absolute;
    top: 2%;
    width: 76%;
    left: 12%;
    font-size:  0.80vw;
    font-weight: bold;
    text-align:  justify;
    }
#ban_div {
	position: absolute;
    width: 100%;
    top: 26%;
    height: 69%;
    right: 1%;
    }
#ban_div1 {
	position: absolute;
    width: 100%;
    top: 29.3%;
    height: 69%;
    overflow: auto;
    }
#ban_divBF4 {
	position: absolute;
    width: 100%;
    top: 26%;
    height: 69%;
    }
#ban_div1BF4 {
	position: absolute;
    width: 100%;
    top: 29.3%;
    height: 69%;
    }
.table_ban {
    position: relative;
    font-size:  0.74vw;
    margin-left:10.7%;
   
    }
.table_ban1 {
    position: relative;
    font-size:  0.74vw;
    margin-left:auto;
    margin-right:auto;
    }
/*Kontakt*/
#form_kontakt {
	position: relative;
    width: 100%;
    height: 100%;
    font-size:  0.74vw;
    overflow: auto;
    }
/*Info*/
#uns_div {
	position: absolute;
    top: 4%;
    width: 74%;
    height: 80%;
    left: 13%;
    }
.eintrag_info {
	text-align: justify;
    font-weight: bold;
    font-size:  0.80vw;
    }
#uns_div a {
	color: #0D19FA;
    text-decoration: none;
    }
/*Fussbereich*/
#fuss{
    position: relative;
    top:0%;
    width: 100%;
    height: 10%; 	
    }
.welcome {
    margin: 2% auto;
    text-align: right;
    font-weight: bold;
    font-size: 1.55vw;
    color: white;
    }
/*test*/
#testen {
	position: absolute;
    top: 4%;
    width: 74%;
    height: 80%;
    left: 13%;
    font-size:  0.74vw;
    font-weight: bold;
    background-color: silver;
    background-color: hsla(0,0%,100%,0.56);
}
/*Blättern*/
#navigation  {
    margin-left: 35%;
}
#navigation a {
	border: 1px solid #0D0202;
/*	margin: 0 auto;*/
	padding: 4px 7px;
	color: black; 
	font-weight: bold;
	text-decoration: none;
    background-color: silver;
}
#navigation a:visited {
	color: black; 
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	border: 1px solid #0D0202;
	background: #F8F8F8;
	color: black; 
	text-decoration: none;
}
.current {
	border: 1px solid #0D0202;
	padding: 4px 7px;
	color: black; 
    font-weight: bold;
    background-color: silver;
}
.pages{
    /*margin: 0 auto;*/
	border: 1px solid #0D0202;
	padding: 2px 7px;
/*	float: right;*/
	/*margin: -4px auto 0;*/
	font-weight: bold;
    background-color: silver;
}

