
/************************************************************
*   Allgemeine CSS-Regeln (für die Grund-Initialisierung)
************************************************************/

*
{ font-family: verdana, sans-serif;
  color: black;
}

.float-ende
{ clear: both;
}


h1
{ margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

h2
{ margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

h3
{ margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

h4
{ margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
}

h5
{ margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
}

h6
{ margin: 0;
  margin-bottom: 10px;
  font-size: 12px;
}

ol
{ margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 20px;
}

p
{ margin: 0;
  margin-bottom: 10px;
}

ul
{ margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 10px;
}

html
{ margin:     0;
  padding:    0;
  height:   100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body
{ margin:      0;
  padding:     0;
  height:    100%;
  
}

#kopf
{ background-color: green;
  height:  45px;
  position: absolute;
  top: 0px;  
  width: 100%;
  text-align: center;
}

#inhalt
{ background-color: white ;
  position: absolute;
  height: 100%;
  width: 95%;
  top : 60px;
  bottom :60px;
  left: 15px;
  right: 15 px;
  
}

/************************************************************
*   Spezielle CSS-Regeln (für den Fuß-Bereich)
************************************************************/

#fuss
{ 
  background-color: green;
  height:      45px;
  position: fixed;
  bottom: 0px;  
  width: 100%;
  
}
#fuss-links
{ 
  background-color: green;
  height:      100%;
  position: absolute;
  left: 1px;  
  width: 130px;
}
#fuss-mitte
{ 
  background-color: green;
  float: left;
  padding-left:  40%;
  
}
#fuss-mitte-daten
{ -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}
#fuss-rechts
{
  float: right;
  background-color: green;
  height:      100%;
  position: absolute;
  right: 1px;  
  width: 110px;
}



#spalte_100  { width: 100px; }

#breite_150  { width: 150px; }

#warnung     {color:red;  }

#blanko {
  cursor:hand;
  font-family: Arial;
  color:black;
  background-color: #CCFFCC;
  border-color:#000000;
  border-style: inset;
}

#meldungsbereich{
  color:black;	
  font-weight: bold;
  
    height:  55px;

  position: absolute;
  top: 15px;  
  left : 50px;
  width: 100%;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
