body {
	font-family:Arial,Helvetica;
	background-color:#80C6FF;
	overflow:auto;
}

h1 {
	text-align:center;
}

#oben {
	position:absolute;
	top:0px; 
	left:160px;
	background-color:#80C6FF;
	height:140px;
	margin:20px;
	border-width:0px;
	padding:10px;
	margin:0px 20px 20px 20px;
}

#oben table {
	width:100%;
	height:64px;
	border-width:0px;
	border-style:solid;
	border-color:blue;
	padding:0px;
	margin:0px;
	font-weightt:bold;
	font-size:3em;
	text-align:center;
	color:blue;
}

#oben tr {
	border-width:0px;
}

#data {
	position:absolute; 
	top:125px; 
	left:160px;
	background-color:#D6DBE0;
	min-height:500px;
	width:810px;
	font-weight:normal;
	font-size:1em;
	border-width:0px;
	padding:10px;
	margin:20px;
}

.datum {
	text-align:right; 
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

.w { /* Wikipedia */
	border-width:0px;
	padding:0px;
	margin:0px;
	width:23px; 
	height:16px;
}

.ge { /* Google Earth */
	border-width:0px;
	padding:0px;
	margin:0px;
	width:16px; 
	height:16px;
}

.bild_text {
	font-weight:bold;
	font-size:0.6em;
	margin-top: 3px;
	margin-bottom: 3px;
}

.bild_links {
	text-align:center;
	float:left;
	font-weight:bold;
	font-size:0.6em;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.bild_rechts {
	text-align:center;
	float:right;
	font-weight:bold;
	font-size:0.6em;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
}

.bild_mitte {
	text-align:center;
	float:center;
	font-weight:bold;
	font-size:0.6em;
	margin-top: 3px;
	margin-bottom: 3px;
}

.sidebarmenu {
	position:absolute;
	top:145px; 
	left:0px;
	margin-left:5px;
	z-index:99;
}

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 13px Verdana;
	width: 140px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a, .sidebarmenu ul li div{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 6px;
	border-bottom: 1px solid #778;
	border-right: 1px solid #778;
}

.sidebarmenu ul li a{
	/* text-decoration: underline; */
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active, .sidebarmenu ul li div{
	background-color: #0054A0; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
	color: white;
}

.sidebarmenu ul li a:hover, .sidebarmenu ul li div:hover{
	background-color: #000080;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 160px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle, .sidebarmenu div.subfolderstyle{
	background: url(../img/right.gif) no-repeat 97% 50%;
	background-color: #0054A0; /*background of tabs (default state)*/
}

/* Holly Hack for IE \*/
* html .sidebarmenu ul li { 
	float: left; 
	height: 1%; 
}
* html .sidebarmenu ul li a { 
	height: 1%; 
}

* html .sidebarmenu ul li div { 
	height: 1%; 
}
/* End */
