body {
        background-color: #042F7D;
        color: #F9DA34;
        font-family: Verdana, Arial, sans-serif;
        padding-top:0px;
        padding-left:10px;
        font-size: 16px;
        line-height: 17px;
}

td     {
       color: #F9DA34;
       font-size: 16px;
}

h1, h2 {
        background-color: transparent;
        color: #F9DA34;
        font-family: Verdana, Arial, sans-serif;
        font-size: 18px;
        line-height: 19px;

        }

p {
        background-color: transparent;
        color: #F9DA34;
        font-family: Verdana, Arial, sans-serif;
        font-size: 16px;
        line-height: 17px;
}

.termine {
         font-size: 11px;
}

th {
    color: #F9DA34;
}


a:link {
        background-color: transparent;
        color: #FF9F00;
        text-decoration: underline;
}


a:visited {
        background-color: transparent;
        color: #FF9F00;
        text-decoration: underline;
}

.text {
      font-family: Verdana, Arial, sans-serif;
      font-size: 16px;
      line-height: 17px;
      background: #042F7D;
}


a:hover {
        background-color: #042f7d;
        color: #CCCCCC;
        text-decoration: underline;
}

.unterschrift {
        background-color: #042F7D;
        color: #CCCCCC;
        font-family: Verdana, Arial, sans-serif;
        font-style: italic;
}

.navi {
 border:1px solid #F9DA34;
 padding-left: 4px;
 padding-right: 5px;
 padding-top: 3px;
 padding-bottom: 3px;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 line-height:17px;
 color: #F9DA34;
 background: #042f7d;
 margin-bottom: 5px;
 width: 180px;
}


.navi ul {
 margin-top:0px;
 margin-bottom:0px;
 margin-left:-6px;
 list-style-type:square;
}

.navi a:link, .navi a:visited {
 background: #042F7D;
 color:#FF9F00;
 text-decoration: underline;
}

.navi a:hover {
 background: #042F7D;
 color: #CCCCCC;
 text-decoration: underline;
}

.inhalt {
 width:90%;
 font-family: Verdana, Arial, sans-serif;
 font-size:15px;
}


.inhalt2 {
 font-family: Verdana, Arial, sans-serif;
 font-size:15px;
}

hr {
 color:#F9DA34;
 background:#042F7D;
 height:1px;
}

img {
    border-color: #FF9F00;
}

/*--- Formfields ---*/
input
{
        font-family: sans-serif;
        font-size: 90%;
        width: 40px;
}

input.field
{
        background: #042F7D;
        color: #FF9F00;
}

input.button
{
        color: #FF9F00;
        background: #042F7D;
        height: 20px;
        width: 120px;
}

textarea
{
        font-family: sans-serif;
        font-size: 12px;
        color: #FF9F00;
        background: #042F7D;
        height: 200px;
        width: 300px;
}
