body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.inhalt {
	font-size: 12px;
	margin: 8px;
	padding: 8px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
.seitentitel {
	color: #000000;
	vertical-align: bottom;
	font-size: 20px;
	font-weight: bold;
}
a:link {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFCC00;
}
a:visited {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #663300;
	text-decoration: underline;
}
.formular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.formularbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #000000;
	background-color: #CCCCCC;
	font-weight: bold;
}
.texttabelle {
	font-size: 12px;
	border: 1px solid #000000;
	clip: rect(8px,auto,8px,auto);
	top: 8px;
	bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.texttabelleohne {
	font-size: 12px;
	clip: rect(8px,auto,8px,auto);
	top: 8px;
	bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
