body {
	background-color: white;
	color: black;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}
/*Normaler Text*/
p{ color: black; font-size: 9pt; text-decoration: none; font-family: Arial, Verdana, sans-serif;}


#normtext { color: black; font-size: 9pt; text-decoration: none; font-family: Arial, Verdana, sans-serif;}

td {
	
}

/*LInks */

a:link {
	color: black;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 9pt;
}

a:visited {
	color: black;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 9pt;
}

a:hover {
	color: #666699;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 9pt;
}

a:active {
	color: #666699;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 9pt;
}

/*Line Groesse 3*/

h3: {
	color: #666699;
	font-family: Arial, Verdana, sans-serif;
	text-decoration: none;
}

/*Schrift im oberen Menue weiss*/
#menue {
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

/*Schrift im oberen Menue schwarz*/
#menue1 {
	color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}


/*Ueberschrift im grauen Feld helleres Lila*/
#ueberschrift { color: #666699; font-size: 14pt; 
font-family: Arial, Verdana, sans-serif; 
font-weight: bold; 
text-decoration: none; }

/*Ueberschrift im Text tuerkis*/
#ueberschrift1 { color: #33cc99; 
font-family: Arial, Verdana, sans-serif; 
font-size: 10pt; font-weight: bold; 
text-decoration: none; }

/*Schrift unten mit Copyrigth - Hinweis weiss*/
#unten {
	color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 6pt;
	text-decoration: none;
}
/*Formatierungen fuer Text AGB & Impressum*/
#unten1{
color: black; font-size: 8pt; text-decoration: none; font-family: Arial, Verdana, sans-serif;
}

/*Klasse für Links AGB & Impressum*/
.impressum a:link, .impressum a:visited, /*.impressum a:hover,*/ .impressum a:active {
  color:black;
  text-decoration: none;
  font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
  }
  .impressum a:hover {color:#666699;text-decoration: none;
  font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;}
  
  /*Klasse für Links Menue Oben weiss*/
.menueoben a:link, .menueoben a:visited, /*.menueoben a:hover,*/ .menueoben a:active {
  text-decoration: none;
  color: white;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
  }
  .menueoben a:hover {color:#cccccc;text-decoration: none;
  font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;}

 /*Klasse für Links Menue Oben schwarz*/
.menueoben1 a:link, .menueoben1 a:visited, /*.menueoben1 a:hover,*/ .menueoben1 a:active {
  text-decoration: none;
  color: black;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	}
	.menueoben1 a:hover {color:#666699;text-decoration: none;
  font-family: Arial, Verdana, sans-serif;
	font-size: 9pt}

/*CSS-Bearbeitung durch GL-WebDB, Datum: 22.10.2008 */

