/* body gilt für den gesamten bereich der seite */
body {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color:#FFFFFF;
	color: #000000;
}

/* spezieller bereich am rand der seite */
.rahmen {
	background-color: #FFFF99;
}

/* p sind die textabsätze */
p {
	font-size: 10px;
}

/* h1-4 sind die ueberschriften */
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}

/* a: sind die links in ihren 4 zustaenden */
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
