body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.hauptnavi {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
a:link { text-decoration:none;  }
a:visited { text-decoration:none;} /* besuchte Ziele */
a:hover { text-decoration:underline;}   /* Verweise bei "MouseOver" */
a:active { text-decoration:underline;}  /* Angeklickte Verweise */

.textWeiss {
	font-size: 12px;
	color: #FFFFFF;
}
.textSchwarz {
	font-size: 12px;
	color: #00000;
}
.footerText {
	font-size: 10px;
	color: #666666;
}
.textLink {
text-decoration: underline;
color: #AA0000;
}

.schwarzerRand {
	border: thin solid #999999;
}
