body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #f5f5f5;
}
.rahmen {
	border: 1px solid #999999;
}
.inhalt {
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px;
}
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1D2746;
}
ul,li {
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	padding: 0;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
} 
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}
.box {
	background-color: #cccccc;
	border: 1px solid #999999;
	padding: 10px;
}

.fuss {
	font-size: 0.7em;
	color: #333333;
}
.fuss a {
	color: #333333;
	text-decoration: none;
}
.fuss a:hover {
	color: #333333;
	text-decoration: underline;
}
.fuss a:visited {
	color: #333333;
	text-decoration: none;
}
.link {
	color: #009;
	font-weight: bold;
}
.link a{
	color: #009;
	text-decoration: underline;
}
.link a:hover {
	color: #999;
	text-decoration: underline;
}
.link a:visited {
	color: #000099;
	text-decoration: underline;
}