body {
 background-image: url("background_voll_2.jpg");
 background-color: #061019;
 color: #FFFFFF;

}


th {
       
        color: transparent;
        background-color: #ff0000;
}

       
.table_width_300 {
    width: 300px;
}

.gruenerlink {
  background-color: transparent;
  color: #9c0; 

 }
 
.showMinutes {
    
    width: 15px;
    background-color: #000000;
    color: #ffa800;
    padding: 0 1px 0 0;
    border: 1px solid #ffa800;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    z-index: 10;
    line-height: 14px;
    text-align: center;
}

.table_ohne_formatierung {
    border: 0px;
    border: none;
    background: none;
}

.updatebutton {
  background-color: transparent;
  color: green;
  border: 2px solid #4CAF50; 
  cursor: pointer;
}
.deletebutton {
  background-color: transparent;
  color: red;
  border: 2px solid red; 
  cursor: pointer;
}

.navi
{
    background-color: #13181d
}

.button {

 background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    color: #6f9fc8;

  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #555555;
  color: #FFFFFF;
}

.border_links_rechts_unten
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #061019; 
   border-top-style: none;
   
    
}
.online
{
   border: 1px;
   border-style: none;
   color: #00EF00;
   font-family: Verdana;
   font-size: 12px;

  
}
.offline
{
   border: 1px;
   border-style: none;
   color: #E60039;
   font-family: Verdana;
   font-size: 12px; 
  
}

.td
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #d43734; 
}
.td2
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #061019; 
   border-top-style: none;
   border-left-style: none;
}
.td3
{
   border: 1px;
   border-style: solid;
   color: #FFFFFF;
   background-color: #061019; 
   border-top-style: none;
   border-right-style: none;
}
.noborder
{
   border: none;
}



.iframe{
  background-color:#FFFFFF;
  float:right;
  margin-top:30px;
  border:outset;
  border-width:6px;
  color: #FFFFFF;
}

a {
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
    text-decoration:none;
}

b.redlink
{
    color: #000000;
}

a.navi
{
    color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
    text-decoration:none;
}

a:hover {
	color: #c0c0c0;
	
	font-family: Verdana;
	font-size: 12px;
	
}

.form-field  {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  opacity: 0.49;
  padding: 4px;
  border: none;
  font: normal 12px/normal Verdana, Geneva, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 0 0 20px rgba(255,255,255, 0.5) , 2px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  
}


input[type=number] {
    -moz-appearance: textfield;
}

td.test {
    width: 20px;
    border: 1px solid #AAAAAA;
}

table {
width: 75%;
opacity: 0.9;

}
table td, table th {
padding: 2px 10px;
border: 1px solid #212a33;
font-family: Verdana;
font-size: 12px;
}
table th {
background-color: #FFFFFF;

}
table tr:nth-child(1n+2) {
background-color: #13181d;
color: #848484;
}
table tr:nth-child(2n+3) {
background-color: #212a33;
color: #848484;
}
table tr:hover {
background-color: #13181d;
color: #FFFFFF;
}

#overlay {
  position: fixed;
  display: none;
  width: 200px; 
  height: 200px;
  top: 100px;
  left: 250px;
  text-align: left;
  right: 0;
  bottom: 0;
  border: solid;
  border: 1px;
  /*background-color: rgba(0,0,0,0.5);*/ 
  z-index: 2; 
  cursor: pointer; 
}



/* Mouse OVER */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  text-align: left;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  text-align: left;
}



.box {
     float: left;
     
     width: 10;
     padding: 20px;
     box-sizing: border-box;
     border: 1px, solid;
}


  /* ab hier TEST --------------------------------------------------------------------------------- */