<style>
<!--
a:link { 
text-decoration: none; 
color: #990000;
}   
a:visited { 
text-decoration: none; 
color: #990000;
} 
a:hover {
 text-decoration: none; 
color: #FF0000;
}   /* Verweise bei "MouseOver" */
a:active { 
text-decoration: none; 
color: #990000;
}  /* Angeklickte Verweise */

.bg
{
	position: absolute;
              top: -50 ;
              left: -1;	
              z-index: 1;
}

.t1
{
	position: absolute;
              top: 250 ;
              left: 40;	
	font-size: 11;
              font-family: Arial;
              color: #990000;
              z-index: 2;
}

.r1
{
	position: absolute;
              top: 200 ;
              left: 450;	
	z-index: 2;
}

.nav
{
	position: absolute;
              top: 530 ;
              left: 200;	
	font-size: 11;
              font-family: Arial;
              color: #FFFFFF;
              z-index: 2;
}





// -->
</style>
