body
{
    margin: 0;
    background-color: #1b1c1c;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	color: #b84900;
}

#wrapper
{
    width:900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    padding: 0;
    background-color:#cfcfcf;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #b84900;

}

.infofeld
{
    width:400px;
    margin-top: 1em;
    padding: 5px;
    background-color:#b69393;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #b84900;
}

header
{
    height: 50px;
    background-color: #919191;
    padding: 10px;
    font-weight: bold;
    font-size: 35px ;
}

nav {
    background-color:#525454;
    border-bottom:5px solid #1b1c1c ;
    height: 32px;
    padding: 5px; 
    
}

nav li.active
{
    background-color: #dad3d3;
    border-radius: 5px;
    overflow: hidden;
}

nav a
{
    color: #b84900;
    text-decoration: none;
    font-weight: bold;
}



nav ul
{
    margin: 0;
    padding: 0;
    
}

nav li
{
    list-style-type: none;
    float: left;
    margin:1px;
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    padding-left: 5px;
    padding-right: 5px;
    
    
}

nav li:hover
{
    background-color: #F5F5F5;
	border-radius: 5px
}

#content
{
    clear: both;
    padding: 10px;
}

footer
{
    text-align: center;
    border-top:5px solid #1b1c1c;

}

footer a
{
    text-decoration: none;
    color: #b84900;
    font-size: 15px;

}
footer p
{
    margin-top: 5px;
    margin-bottom: 5px;
}
#copyright
{
  margin: 0px;  
}

#message
{
    border: 2px solid  #db5f0d;
    margin-top: 0;
    margin-left: 50px;
}

div.gruppe
{
    padding-left: 10px;
    }

table
{
    
    border: 3px solid  #b84900;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
   
}
table th
{
    background-color: #525454;

    color: #b84900;
    padding: 10px;
}

table td.stand
{
    text-align: right;
}
table td.options
{
    width: 100px;
}

table td
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    
    text-align: center;
    
}
table td.foot
{
    background-color: #525454;
    padding: 10px;
}

table tr{
    background-color: #b9b7b7;
}
table tr:nth-child(2n+3)
{
    border-color: #b84900 ;
    background-color: #a7a5a5;
}

table tr:hover {
    background-color: #bba1a1;
}

tr .savebtn
{
   outline: none;
   border: none;
   cursor: pointer;
}
table tr .savebtn
{
    background-color: #b9b7b7;
}
table tr:nth-child(2n+3) .savebtn
{
    background-color: #a7a5a5;
}

table tr .savebtn:hover{
    background-color: #bba1a1;
}



label
{
    min-width: 140px;
    display: inline-block;
}

#zaehler
{
    border: 2px solid  #8adff0;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 5px;
}

#zaelerHead
{
    background-color:#525454;
    border-bottom:2px solid #1b1c1c ;
    height: 15px;
    padding: 10px;
    
}

#zaelerBody
{
    padding: 10px;
}

.tooltip 
{
    position: relative;
    display: inline-block;
}
  
.tooltip .tooltiptext 
{
    visibility: hidden;
    width: 120px;
    background-color: rgb(155, 151, 151);
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}
  
.tooltip .tooltiptext::after 
{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext 
{
    visibility: visible;
    opacity: 1;
}

table i
{
    color: #b84900;
}


.foot .savebtn
{
   background-color: #525454;
   outline: none;
   border: none;
   cursor: pointer;
}



.addzs
{
    width: 100px;
    font-size: 16px;
    text-align: right;
}
.adduser
{
    width: 100px;
    text-align: right;
  
}
.addwaffe
{
    width: 60px;
    text-align: right;
  
}
.radio
{
    min-width: 1px;
}

.tooltip a
{
    text-decoration: none;
    color: black;
    font-size: 15px;
}
.blank 
{
    text-decoration: none;
    color: black;
    font-size: 15px;
}
