.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.box {
	border: thin solid #000;
	padding: 10px;
}
.incell {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
.rahmen_rechts {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 10px;
}

.ueberschrift {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.rahmen_unten {
	border-right-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.titel {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.menue {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.menue a {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
}
.menue_active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #00F;
}
