body {
	/* behavior: url(csshover.htc); */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000033;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	background-color: #0099FF;
	background-image: url(../design/background_marabuschki.gif);
	/* background-image: url(elements/design/background_marabuschki.gif); */
}
p {
	margin: 0px 0px 5px 0px;
}
h2 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}
.heading {
	font-weight: bolder;
	font-size: 14px;
}
a:focus { outline: none; }
a {
	text-decoration: none;
	color: #964A2C;
}
a img{
	border: 0px;
}
#page {
	width: 790px;
	margin: 0px auto 0px auto;
	background-color: #0099FF;
}
#bottomnavigation,
#topnavigation {
	text-align: center;
	height: 60px;
	margin: auto;
}
#bottomnavigation {
	text-align: center;
	height: 22px;
	margin: 0px 0px 0px 2px;
}
#startbody {
	min-height: 350px;
	margin: 0px;
}

#aktuellframe {
	width: 375px;
	margin: 0px;
	float: left;
	min-height: 265px;
	padding: 0px 10px 0px 10px;
}
#startcenter {
	width: 395px;
	margin: 0px;
	float: left;
	text-align: center;
}
#linkframe {
	width: 790px;
	margin: 0px;
	float: left;
	text-align: center;
}
/*     */

ul#bottomnav,
ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}

ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 5px 0px;
	background:#ffc;
}
ul#bottomnav li a {
	display: block;
	font-weight: bold;
	padding: 3px 0px;
	background:#ffc;
}
ul#bottomnav li a:hover,
ul#nav li a:hover{
	background:#f90;
	color:#ffc;
}
li {
	float: left;
	position: relative;
	width: 156px;
	text-align: center;
	margin-right:0px; 
	border:1px solid #003;
}
ul#nav li.current a{
	background:#f90;
	}
ul#nav li.current a:hover{
	background:#888;
	}
li ul {
	display: none;
	position:absolute;
	width:156px;
	top: auto;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}
ul#bottomnav li {
	width: 85px;
}
ul#nav li ul.sub li{
	border-width: 0 1px 1px 1px!important;
}
ul#nav li ul.sub li a{
	font-weight: bold!important;
}
ul>li { 
	top: auto;
	left: auto;
}
li:hover ul, li.over ul {
	display: block;
}
