/* == Body == */

body  {
        color : white;
        top : 0pt;
        text-decoration : none;
        background : url(images/hintergrund.jpg);
        font : 15pt Times New Roman, Georgia, Helvetica, sans-serif;
        left : 0pt;
}

/* == Tabellen == */


table  {
        font-size : 18pt;
        font-family : Times New Roman, Georgia, Helvetica, sans-serif;
        background : #0C0B0Bfixed;
        color : white;
}



table .inhalt {
        margin-left: 10px;
        margin-right: 50px;
}

table tr td{  
   font-size:18px;  
  }  

table tr th{  
   font-size:18px;  
   font-family:Verdana, Arial, Helvetica, sans-serif;  
  }  

form table tr td{  
   font-size:18px;  
  }  

/* == Text == */

.header1 {
        font-size: 15pt;
        font-weight: bold;
}

.header2 {
        font-size: 14pt;
        font-weight: bold;
}

.header3 {
        font-size: 13pt;
        font-weight: bold;
}

.wichtig {
        font-weight: bold;
}

.fehler {
        color: #4d0200;
}


/* Itemfarben */

.rot {
        color: #7B0704;
}

.gruen {
        color: #006600;
}


/* == Links == */

a:link  {
        color : #DCDCDC;
        text-decoration : none;
        font : Times New Roman, Georgia, Helvetica, sans-serif;
}

a:visited  {
        color : #DCDCDC;
        text-decoration : none;
        font : Times New Roman, Georgia, Helvetica, sans-serif;
}

a:active  {
        color : #DCDCDC;
        text-decoration : underline;
        font : Times New Roman, Georgia, Helvetica, sans-serif;
}

a:hover  {
        color : #A8A8A8;
        text-decoration : underline;
        font : Times New Roman, Georgia, Helvetica, sans-serif;
}


/* == Formulare == */

input {
        background: #003513;
        color: white;
        border: #979797 solid 1px;
        text-align: center;
        font-size: 18px;
}

form input {
        background: #003513;
        color: white;
        border: #979797 solid 1px;
        text-align: center;
        font-size: 18px;
}

select {
        background: #003513;
        color: white;
        border: #979797 solid 1px;
}

option {
        background: #003513;
        color: white;
        border: #979797 solid 1px;
}

textarea {
        background: #003513;
        color: white;
        border: #979797 solid 1px;
}


/*a:hover {background:#173F1A; text-decoration:underline;}*/ /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;}
