.text1 { font-family: Geneva, Arial, Helvetica, san-serif; 
font-size: x-small; 
font-style: normal; 
line-height: normal; 
font-weight: lighter; 
font-variant: normal; 
color: #000000 }

.text2 { font-family: Geneva, Arial, Helvetica, san-serif; 
font-size: x-small; 
font-style: normal; 
line-height: normal; 
font-weight: lighter; 
font-variant: normal; 
color: #000000 }

.text3 {  font: lighter normal small/normal Geneva, Arial, Helvetica, san-serif; 
color: #000000}

.links {  font: lighter normal xx-small/normal Geneva, Arial, Helvetica, san-serif; 
text-transform: uppercase; 
color: #000066}

.TextSchwarz {

    font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.TextSchwarzSmall {

    font-family: "Verdana", Verdana, mono;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.TextSchwarzHL {


    font-family: "Verdana", Verdana, mono;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.TextSchwarzHLSmall {


    font-family: "Verdana", Verdana, mono;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

	/* links für schwarzen Text */
a.TextSchwarzLink:link, a.TextSchwarzLink:visited {
	font-family: "Verdana", Verdana, mono;
	color:#000000;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;}
a.TextSchwarzLink:hover {
	color:#666666;
	text-decoration:underline
	font-size: 11px;
	font-weight: bold;}
a.TextSchwarzLink:active {
	color:#666666;
	text-decoration:underline;
	font-size: 11px;
	font-weight: bold;
}

	/* links für schwarzen Text */
a.TextSchwarzLinkSmall:link, a.TextSchwarzLinkSmall:visited {
	font-family: "Verdana", Verdana, mono;
	color:#000000;
	text-decoration:underline;
	font-size: 10px;
	font-weight: normal;}
a.TextSchwarzLinkSmall:hover {
	color:#666666;
	text-decoration:underline
	font-size: 10px;
	font-weight: normal;}
a.TextSchwarzLinkSmall:active {
	color:#666666;
	text-decoration:underline;
	font-size: 10px;
	font-weight: normal;
}