
p   { color: #036; font-size: 10px; line-height: 150%; font-family: Verdana; text-indent: 0px; margin-left: 10px }
A:link    { color: #bc8f8f; font-weight: bolder; text-decoration: none }
A:active    { color: #bc8f8f; font-weight: bolder; text-decoration: none }
A:focus    { color: #bc8f8f; font-weight: bolder; text-decoration: none }
A:visited    { color: #bc8f8f; font-weight: bolder; text-decoration: none }
A:hover   { color: #900; text-decoration: none }
h2   { color: #996666; font-size: 14px; font-family: Verdana; text-align: center; text-indent: 0px }
h3   { color: #996666; font-size: 11px; font-family: Verdana; text-align: center; text-indent: 0px }
h4    { color: #996666; font-size: 11px; font-family: Verdana; text-align: left; text-indent: 0px; margin-left: 10px; padding-bottom: 10px }
h5  { color: #900; font-weight: bolder; font-size: 12px; font-family: Verdana; text-align: left; text-indent: 0px; margin-left: 10px; padding-bottom: 10px }
table { color: #036; font-size: 10px; line-height: 150%; font-family: Verdana; text-indent: 0px}
li   { color: #036; font-size: 10px; line-height: 150%; font-family: Verdana; text-indent: 0px; margin-left: 10px }

td   { color: #036; font-size: 10px; line-height: 150%; font-family: Verdana; text-indent: 0px; }

.news { color: #036; font-size: 10px; font-family: Verdana; line-height: 12px; margin: 6 0 0 0; }

div#menu {
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #f5f5dc;
	text-align: left;
	height: 240px;				/* Höhe von Menu steuert vertikale Position von Info; BEACHTE: (Höhe DIV#menu) + (Höhe DIV#info) = 460px !  */
	width: 130px;
	border: none;
}
div#info {
	width: 130px;
	height: 240px;				/* Höhe von Menu steuert vertikale Position von Info; BEACHTE: (Höhe DIV#menu) + (Höhe DIV#info) = 460px !  */
	background-color: #f5f5dc;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	border: none;
}
div#main {
	height: 460px;
	overflow: auto;
	border: none;
}
/* absolute Positionierung von max. 10 MenuItems mit Ausklappmenü */
div#top1 { position: absolute; top: 0px; left:0px; }
div#top2 { position: absolute; top: 20px; left:0px; }
div#top3 { position: absolute; top: 40px; left:0px; }
div#top4 { position: absolute; top: 60px; left:0px; }
div#top5 { position: absolute; top: 80px; left:0px; }
div#top6 { position: absolute; top: 100px; left:0px; }
div#top7 { position: absolute; top: 120px; left:0px; }
div#top8 { position: absolute; top: 140px; left:0px; }
div#top9 { position: absolute; top: 160px; left:0px; }
div#top10 { position: absolute; top: 180px; left:0px; }
div#sub1 { position: absolute; top: 0px; left:130px; }
div#sub2 { position: absolute; top: 20px; left:130px; }
div#sub3 { position: absolute; top: 40px; left:130px; }
div#sub4 { position: absolute; top: 60px; left:130px; }
div#sub5 { position: absolute; top: 80px; left:130px; }
div#sub6 { position: absolute; top: 100px; left:130px; }
div#sub7 { position: absolute; top: 120px; left:130px; }
div#sub8 { position: absolute; top: 140px; left:130px; }
div#sub9 { position: absolute; top: 160px; left:130px; }
div#sub10 { position: absolute; top: 180px; left:130px; }

.menuTopItem {
	width: 130px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid white;
	background-color: #f5f5dc;
	color: #900;
	font-weight: normal;
	z-index:19;
}
.menuSub{
	padding: 0px;
	margin: 0px;
	visibility: hidden;
	background-color: #ffffff;
	z-index:49;
}
.menuSubItem {
	width: 130px;
	height: 19px;
	margin: 0px;
	padding: 0px;
	color: #900;
	font-weight: normal;
	border-top: 1px solid white;
	background-color: #ffe4e1;
	text-align: left;
	vertical-align: middle;
	z-index:99;
}
.menuTopItem span, .menuSubItem span {
	padding-left: 5px;
}
a.menuTop:hover * {
	background-color: #f0e68c;
}
.menuSub a:hover * {
	background-color: #ffffcc;
}
