/*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);
    }
.floatrechts {
    float: right;
	right: -36%;
    }
#clear {
	clear: both;
    height: 0;
    width: 0;
    margin: 0;
    }
 #clear1 {
	clear: both;
    height: 0;
    width: 0;
    margin: 0;
    }
#ServerCaspian  {
    position: absolute;
    top: 38%;
    z-index: 3;
 background: aqua;
}
/*Beginn-Serverstatus*/
#ezServerStats {
      z-index: 4;
	background-color: silver;
    background-color: hsla(0,0%,100%,0.35);
    position: relative;
    width: 100%;
    height: 95%;
    overflow: auto;
   }
/*Admins*/
#admins {
	position: absolute;
    top: 94%;
    left: 0.5%;
    font-size: 0.85vw;
    overflow: auto;
    }
#admins a {
	text-decoration: none;
    color: #EB9B9B;
    }
 /*Teamspaek*/
#ts3 {
    position: relative;
    top: -97%;
    width: 30%;
    height: 50%;
    overflow-y: auto;
    }
/*Besucherzähler*/
#counter1 a {
    position: absolute;
    text-decoration: none;
	color: silver;
    color: hsla(0,0%,100%,0.90);
    font-weight: normal;
    left: -40%;
    top: 5%;
    }
#counter {
    font-size: 0.74vw;
    font-weight: bold;
    overflow: auto;
    }
 #table_counter {
    position: relative;
    font-weight: normal;
 }
/*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;
    }
#weihnacht  {
    display: none;
    position: absolute;
    z-index: 5;
    left: 25%;
    top: 58%;
	background-image: url(../img/feuerwerk029.gif);
    width:52%;
    height:23%;
    border-radius: 6%;
   /* box-shadow:  10px 10px 10px beige,
                  -10px 10px 10px beige,
                  10px -10px 10px beige,
                  -10px -10px 10px beige;*/
    }
.schrift  {
    margin-top: 14%;
	color: white;
    font-size: 1vw;
    font-weight:   bold;
    text-align: center;
    font-family: cursive;
    }
#girl  {
    position: absolute;
    left: 0%;
    top: 25%;
    height: 60.7%;
    width: 100%;
    z-index: 3;
	background-image: url(../img/happy2015.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.50;
    }

