
*{padding: 0; margin:0;}


a {
text-decoration: none;
}


a:link {color:#333333;}
a:visited {color:#333333;}
a:focus {color:#333333;}
a:hover {color:#333333;}
a:active {color:#333333;}


html{
height:101%;
}

#outer {
overflow:hidden;
}

#wrapper {
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
    width:800px;
    min-height:500px;
    background-color:white;
     
    /*overflow-x:hidden;overflow-y:scroll; */
    color:black;
}


#wrapper_disabled {
 position:absolute;
 width:594px; /*anpassen anhand des frame fensters!!!*/
  height:350px; /*anpassen anhand des frame fensters!!!*/         
  z-index:1;
  background-color: silver;
  background-image:url(../images/pixel.png);
    background-repeat:repeat;
  display:none;
  
}

#wrapper_ladebalken {
    margin-left:180px;
    margin-top:105px;
    height:40px;
    width:239px;
    background-color: silver;     
    background-image:url(../images/ladebalken_dark.gif); 
    background-repeat:no-repeat;
    display:none;     
}

#content {
     min-height:400px;
     border-top: 2px solid #C2C6C9;
     border-bottom: 4px solid #C2C6C9;
     border-left: 7px solid #C2C6C9;
     border-right: 8px solid #C2C6C9;

     background-color:#eeeeee;
     
}

#eilmeldung {
width:600px;
min-height:30px;
padding:10px;
border:2px solid red; 
font-size:12px;
font-weight:normal;
text-align:left;

}

#header {
   background-color:#BCBCBC;
   height:100px;
}

#header_text{
    position:relative;
    top:-100px;
    left:40px;
    text-align:center;
    font-size:30px;
    font-family:Verdana,Arial;
    color:#555555;
    font-weight:bold;
    /*overflow:hidden;*/

  /*background-attachment:fixed*/
}



#footer {
    font-size:xx-small;
    background-color: transparent;
/*    background-color:#5E5E5E;*/
    padding-top:5px;
    padding-bottom:5px;
    padding-left: 20px;
    padding-right: 10px;
}


#combo {
    border:1px solid white;
    color:black;
}

#boxcombo {
    float:right;
    margin-top:-15px;
    margin-right:3px;
}

#textfield {
    border:1px solid grey;
    /*color:white;*/

}

#contenttext {
    padding-top:15px;
    text-align:center;
    font-size:15px;
    font-family:Verdana,Arial;
    color:#333333;
    font-weight:bold;
}

#table {
     
}

tr {

}

td {
font-size:12px;
font-weight:normal;
}



#table td { 
    color: black;
    text-align:center;
    font-size:xx-small;
    padding:10px;
    height: 100px;

}

.norm {
font-weight:bold;
text-align:center;
font-size:12px;
text-align:left;
padding-bottom:5px;
}



#errormessage {
font-weight:normal;
color:red;
font-size:12px;
display:none;
}

#selgame {
position: relative;
left:10px;
top:5px;
float:left;
font-size:12px;
}

#kasten {
margin-left:200px;
margin-right:100px;
margin-top:56px;
padding:10px;
border: 1px solid grey;
}

#kasten2 {
margin-left:200px;
margin-right:50px;
margin-top:5px;
padding:10px;
margin-bottom:15px;
border: 1px solid grey;
}

#borders {
border: 1px solid grey;
color:black;
font-size:13px;
width:160px;
}

#borders2 {
border: 1px solid grey;
color:black;
font-size:13px;
width:161px;
}

#borders3 {
border: 1px solid grey;
color:black;
font-size:13px;
width:250px;
}

#radios {

}

#ueberschrift {
font-size:12px;
}








