@CHARSET "UTF-8";

* { font-family: sans-serif; }
HTML { height: 100%; width: 100%; overflow-y: scroll; }
BODY { width: 100%; height: 100%; margin: 0px; background-color: #F8EDCD; }
TABLE { empty-cells: show; border-collapse: collapse; }
A:HOVER { text-decoration: underline; }
.headline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
}
.headline2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
.standard_bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}
.standard {
	font-size: 12px;
	color: #663300;
}
.standard_link {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
.bold_link {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
.header {

	font-size: 12px;
	color: #663300;
	text-decoration: none;
}
.menue1 {
	font-size: 14px;
	color: #F8EDCD;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menue2 {
	font-size: 12px;
	color: #F8EDCD;
	text-decoration: none;
	text-indent: 10px;
}

