/* style.css */

TD{  
    font-family : Arial, Helvetica;
	font-size : 11px ;
	}

H1  {color : #2A4184;font-weight : bold;font-size: 12px;}

H2  {color : #2A4184;font-weight : bold;font-size: 11px;}

a:link {color:#101818; text-decoration: none;} 
a:hover {color:#101818; text-decoration: underline;} 
	/* gelb: a:hover {color: #FECB37;text-decoration: none ;}*/
a:visited {color:#101818; text-decoration: none;} 
	/* grau: a:visited { color: #646464; text-decoration: underline; } */
a:active {color:#101818; text-decoration: none; } 
	/* gelb: a:active {color: #FECB37; text-decoration: none; }*/
a:bb:hover {color:#101818; text-decoration: underline;} 
	/* gelb: a:bb:hover {color: #FECB37;text-decoration: none;} */

.fett {font-size: 12px; font-weight:bold;}
.hervorhebung {font-size: 18px; font-weight:bold;}
.kleindruck {font-size: 10px; font-family: Arial, Helvetica;}
.tblh {color : white; font-weight:bold; background-color : #2A4184;}
.tbld {background-color :#D4D4D4;}

.title
{position: absolute;
width: 120px;
height: 25px;
left: 20px;
z-index: 10;
font-family: Arial, Helvetica;
font-weight: bold;
font-size: 17px;}

.submenu
{position: absolute;
left: 40px;
width: 120px;
font-family: Arial, Helvetica;
font-weight: normal;
font-size: 15px;
visibility: hidden;}
