
<style type="text/css">
  <!--
  
.leer
{
  /* Da die Entwickler von Netscape unfähig waren, muss der erste CSS Tag leer sein */
}

.sprache
{
 text-decoration: none;
 font-family:Arial;
 font-size:18px;
 color:#000000;
}
.sprache:visited 
{
  /* Definition des Links */
  color: #3366FF;
}

.sprache:hover 
{
  /* Definition des Links */
  text-decoration: none; 
  color: #000000;  
}

.sprache:link
{
  /* Definition des Links */
  text-decoration: none; 
  color: #3366FF;
}
.sprache:active
{
  /* Definition des Links */
  text-decoration: none; 
  color: #3366FF;
}





.countdown
{
 text-decoration: none;
 font-family:Arial;
 font-size:12px;
 font-weight: bold; 
 color:#000000;
}






.begriff
{
 text-decoration: none;
 font-family:Arial;
 font-size:18px;
 color:#ffffff;
}

.url
{
 text-decoration: none;
 font-family:Arial;
 font-size:20pt;
 font-weight: bold;
 color:red;
 
}

A:link
{text-decoration: none;
color: #000000;}

A:visited
{
  text-decoration: none;
  color: #669999;
}

A:active
{
  text-decoration: none;
  color: #FF3300;
}

A:hover
{
  text-decoration: none;
  color: #000099;
}

  -->
</style>