body, table, td, p, h1, h2  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;

}
p, td, li {
	font-size: 10pt;
	font-weight: normal;
}
.ueber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
.bgmenu {
	font-family: Arial, Helvetica, sans-serif;
 background-color: #990033;
}
#mainmenu {
	margin: 0px;
	padding: 10px;
	vertical-align: top;
	font-size: 10pt;
}
a.menuitem {
 font-weight: bold;
 margin: 6px;
}
a.menuitem:link {
	text-decoration: none;
	color: #CCCCCC;
}
a.menuitem:visited {
	text-decoration: none;
 color: #999999;
}
a.menuitem:active {
	text-decoration: none;
 color: #FFFF00;
}
a.menuitem:hover {
	text-decoration: none;
 color: #FFFFFF;
}
.box1 {
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 100px;
	width: 500px;
	padding: 0px;
	text-align: left;
}
h1 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.tit  {
	font-weight: bold;
}
.klein {
	font-size: 8pt;
}
a {
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.fuss {
	font-size: 10pt;
	font-weight: normal;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
}
.boxu {
	margin: 3px;
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	text-align: center;
	border: 2px solid #990033;
	background-color: #F0E6E9;
}
.boxo {
	padding: 2px;
	border: 2px solid #990033;
	background-color: #F0E6E9;
	margin: 3px;
}
hr {
	color: #990033;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #990099;
	text-decoration: underline;
}
a:active, a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.hidesc        {
	display: none;
}