/* Textauszeichnungen */

.textfett 
{
 font-family: Verdana, Arial, Helvetica;
 font-size: 11pt;
 font-style: normal;
 line height: normal;
 font-weight: bold;
 font-variant: normal;
 color: #000000;	
; line-height: normal
} 

.copy
{
 font-family: Verdana, Arial, Helvetica;
 font-size: 7pt;
 font-style: normal;
 line height: normal;
 font-weight: normal;
 font-variant: normal;
 color: #000000;
}

.text
{
 font-family: Verdana, Arial, Helvetica;
 font-size: 10pt;
 font-style: normal;
 line height: normal;
 font-weight: normal;
 font-variant: normal;
 color: #FFFFFF;
}

.headfett
{
 font-family: Verdana, Arial, Helvetica;
 font-size: 15px;
 font-style: normal;
 line height: normal;
 font-weight: bold;
 font-variant: normal;
 color: #000000;
}


/* Formatierung Scrollbalken */

body
{
  scrollbar-arrow-color: #6D8E7D;
  scrollbar-highlight-color: #6D8E7D;
}

.textcopyright 
{  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 8pt; 
  font-style: normal; 
  line-height: normal; 
  font-weight: normal; 
  font-variant: normal; 
  text-transform: none; 
  color: #999999;
}

.textweiss 
{  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  font-style: normal; 
  line-height: normal; 
  font-weight: bold; 
  font-variant: normal; 
  text-transform: none; 
  color: #FFFFFF;
}

.table_border 
{  
  border: 1px #FFFFFF solid;
}


/* Link-Formatierungen fuer den Gastgeber-Stadtplan */

A.nix:link     {text-decoration:none;color:#000000;}
A.nix:visited   {text-decoration:none;color:#000000;}
A.nix:active   {text-decoration:none;color:#000000;}
A.nix:hover    {text-decoration:none;background-color:#c80021;color:#ffffff;}