body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #009900;
background-color: #F9FFFC;
}

html {
overflow: -moz-scrollbars-vertical;
min-height: 100%;
overflow-y: scroll;
}

a:link {
color: #009900;
text-decoration: underline;
}

a:active {
color: #FF0000;
text-decoration: underline;
}

a:visited {
color: #009900;
text-decoration: underline;
}

a:hover {
color: #FF0000;
text-decoration: underline;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
}

.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #009900;
}

.zwischentitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #009900;
}

.rahmen {
	border: thin solid #009900;
	background-repeat: no-repeat;
}
