body {
    margin: 5px; 
    background-color: #FF9900; 
    font-color: #333333;
    color: #333333;
    font-family: arial,verdana,helvetica;
    font-size: 12px;
}

.hidden {
    background-color: #FF9900; 
    border-width: 0px;
    border-color: #FF9900;
    border-spacing: 0px;
    frame: none;
    rules: none;

}

table {
    border-width: 2px;
    border-style: solid;
    border-color: #FF9900;
    border-spacing: 1px;
    frame: box;
    rules: none;
}


th {
    font-family: verdana,arial,helvetica;
    font-size: 16px;
    font-weight: bold;
    background-color: #CC0000;
    color: #FFCC66;
    padding: 3pt;
}

td {
    font-family: verdana,arial,helvetica;
    font-size: 16px;
    font-weight: normal;
    background-color: #FFCC66;
    color: #333333;
    padding: 2pt;
}

th.sub {
    background-color: #CC0000;    
    border-width: 0px;
    border-color: #CC0000;
    border-spacing: 0px;
    frame: none;
    rules: none;
}


.balkenoben {
  border-top-style: solid;
  border-top-width: 4px;
}


.fehler {
    font-family: arial,verdana,helvetica;
    font-size: 16px;
    font-weight: bold;
    background-color: yellow;
    color: red;
}

h1 {
    font-size:36;
}

.inactive {
    color: #333333;
    background-color: lightgrey;
}

.ausgebucht {
    color: #333333;
    background-color: yellow;
}


p {
    font-family: verdana,arial,helvetica;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.fett {
    font-family: verdana,helvetica;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    background-color: darkgrey;
}

.info {
    font-family: verdana,helvetica;
    font-size: 16px;
    font-weight: bold;
    background-color: yellow;
    color: red;
}

a {
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    font-color: #333333;
}

