body {
    color: #000000;
    background-color: #ffffff;
    margin:0pt;
    }
	
ul { 
	 margin: 15px;
	 list-style: square;
	 }	 
	 
font {
      font-family: Verdana;
      font-size:9pt;
      color: #FFFFFF;
     }
	 
td {
      font-family: Verdana;
      font-size:8pt;
      color: #FFFFFF;
    }
	
td.head {
      font-family: Verdana;
      font-size:10pt;
      color: #000000;
	  background-color: #eb7c2d;
	  font-weight: bold;
   }
   
td.head2 {
      font-family: Verdana;
      font-size:8pt;
      color: #000000;
	  background-color: #eb7c2d;
	  font-weight: bold;
   }
   
td.head3 {
      font-family: Verdana;
      font-size:10pt;
      color: #ffd162;
	  background-color: #ffd162;
	  font-weight: bold;
   }

td.st  {
      font-family: Verdana;
      font-size:8pt;
      color: #003366;
      background-color: #ffffff;
     }
	 
td.result  {
	font-family: Verdana;
	font-size:9pt;
	color: #000000;
	border-bottom: 3px double #FFFFFF;
}
	 
td.small {
      font-family: Verdana;
      font-size:8pt;
      color: #ffffff;
      background-color: #ffffff;
     }	 	
	 
td.nav {
      font-family: Verdana;
      font-size:7pt;
      color: #ffffff;
      background-color: #ffd162;
     }	 

h1 {
	font-size:20px;
	font-weight:bold;
}

a:link, a:visited, a:active {
      font-family: Verdana;
      color: #003366;
      text-decoration: none;
     }

a:hover {
        color: #7c84bb;
        text-decoration: underline;
     }
	 
/* FEHLER/INFO Classes */
.error_msg {
    font-family: Verdana;
    font-size:8pt;
	font-weight:bold;
    color:#FF0000;
    background-color: #D8D8D8;
}

.info_msg {
	color: #FF0000;
	font-weight:bold;
	font-size:13px;
}

/* FORM Classes */
.form_field {
	background-color: #D8D8D8;
	font-size: 8pt;
	font-family: Verdana;
	color: #003366;
	border-color: #003366;
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.form_button {
	background-color: #eb7c2d;
	font-size: 8pt;
	font-family: Verdana;
    color: #003366;
    border-color: #003366;
    border-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    font-weight:bold;
}

.form_select {
    font-family: Verdana;
    font-size:8pt;
    color: #003366;
    background-color: #D8D8D8;
    border-color: #003366 #003366 #003366 #003366;
}
