/* auszeichnungen und text */

.text  {
	font-size : 8pt;
    line-height : 12pt;
    font-family : Verdana;
	font-weight : normal;
   	font-style : normal;
    /*text-align : left;*/
	color : Black;
}

.textfettwhite  {
	font-size : 8pt;
	line-height : 11pt;
    font-family : Verdana;
	font-weight : bold;
    font-style : normal;
    text-align : left;
	color : white;
    background-color : #91A3BD;
}

.textfett  {
	font-size : 8pt;
	line-height : 13pt;
    font-family : Verdana;
	font-weight : bold;
    font-style : normal;
    text-align : left;
	color : Black;
}

.head  {
	font-size : 10pt;
	line-height : 12pt;
    font-family : Verdana;
	font-weight : normal;
    font-style : normal;
    text-align : left;
	color : Black;
}

.headfett  {
	font-size : 10pt;
	line-height : 13pt;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
    font-style : normal;
    text-align : left;
	color : Black;
}

/* links und header */

A  {
    font-size : 10pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : black;
}

.nav  {
	font-size : 10px;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #003366;
; text-decoration: none
}

.mail{
	font-size : 8pt;
    line-height : 12pt;
    font-family : Verdana;
	font-weight : normal;
   	font-style : normal;
	color : Black;
}
	
.Aklein  {
    font-size : 8pt;
	font-family : Verdana;
	font-weight : bold;
	font-style : normal;
	color : #003399;
    text-decoration : none;
}

/* body css */

BODY  {}

a:link { font-size : 10px;  font-family : Verdana; font-weight : bold; font-style : normal; text-align : left; color : Black; }

a:visited { font-size : 10px;  font-family : Verdana; font-weight : bold; font-style : normal; text-align : left; color : #575757; }

a:hover { font-size : 10px;  font-family : Verdana; font-weight : bold; font-style : normal; text-align : left; color : Navy; }

a:hover { font-size : 10px;  font-family : Verdana; font-weight : bold; font-style : normal; text-align : left; color : #2F4F4F; }

.td {  width : 133px; border: 1px groove #AFAFAF;  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: Black;

empty-cells: hide;  padding-left: 3px; padding-right: 3px;
  background-color: #FFFFCC; 
        padding-bottom: 2px;
        padding-top: 2px;
        }

.td a:link {  
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

text-align: left;
text-decoration: none;
color: Blue;
background: #FFFFCC;
  display: block;
 font-weight: normal;
                }

.td a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
 text-align: left;
font-weight: normal;
	color: Black;
	  display: block;
	  background: #FFFFCC;
	}

	 .td a:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: Black;
font-weight: normal;
background-color: #FFFFAE;
  display: block;
 
 text-align: left;
text-decoration: none;

}
	
.td a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: red;
 text-align: left;
font-weight: normal;
background: yellow;
  display: block;

}