BODY {
	color: #606060;
	background-color: #EEEEEE;
	background-image: url(pics/background.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 150%;
}

A {
	color: #00008B;
	text-decoration: none;
}

A:HOVER {
	color: #0000CD;
	text-decoration: none;
}

.datum {
	text-align: right;
	font-size: 7pt;
}

.fehlt {
	color: #FF0000;
}

.menu {
	position: fixed;
	top: 150px;
	left: 10px;
	width: 150px;
	background-color: #DDDDDD;
}

.inhalt {
	position: absolute;
	top: 70px;
	left: 200px;
	width: 500px;
}

.formfeld {
	position: absolute;
	left: 75px;
	width: 190px;
}

.formfeld_ort {
	position: absolute;
	left: 140px;
	width: 125px;
}

a.item {
	display: block;
	padding: 2px 2px 2px 2px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

a.item:hover {
	background-color: #F4F4F4;
	border-bottom: 1px solid #00008B;
	border-top: 1px solid #00008B;
}

a.item:active,.item_aktuell {
	display: block;
	padding: 2px 2px 2px 2px;
	font-size: 10pt;
	font-weight: bold;
   background-color: #606060;
	color: #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
}

a.subitem {
	display: block;
	padding: 0px 2px 0px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

a.subitem:hover {
	background-color: #F4F4F4;
	border-bottom: 1px solid #00008B;
	border-top: 1px solid #00008B;
}

a.subitem:active,.subitem_aktuell {
	display: block;
	padding: 0px 2px 0px 12px;
	font-size: 10pt;
	font-weight: bold;
   background-color: #606060;
	color: #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
}

a.subsubitem {
	display: block;
	padding: 0px 2px 0px 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}

a.subsubitem:hover {
	background-color: #F4F4F4;
	border-bottom: 1px solid #00008B;
	border-top: 1px solid #00008B;
}

a.subsubitem:active,.subsubitem_aktuell {
	display: block;
	padding: 0px 2px 0px 22px;
	font-size: 10pt;
	font-weight: bold;
   background-color: ButtonShadow;
   background-color: #606060;
	color: #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	border-top: 1px solid #F4F4F4;
}

.topic {
	position: absolute;
	background-color: #000180;
	border: 2px solid #D9DBFF; 
	width: 300px;
	height: 35px;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	left: 300px;
	top: 20px;
	text-align: center;
	padding-top: 6px;
}
