body {
	font-family: Arial,sans-serif;
	text-align: center;
	font-size: 12px;
	color: black;
	background: url(images/hg_nav.jpg);
	background-position: left;
	background-repeat:repeat-y;
	margin: 0;
	width: 100%;
	height: 100%;
	}
#logo {
	position: absolute;
	left: 0px;
	top: -12px;
	text-align: center;
	}
#divbanner {
	position: absolute;
	background: url(images/balken-dyn.jpg) repeat-x;
	left: 0px;
	width: 100%;
	top: 60px;
	text-align: left;
	height: 90px;
	z-index: 10;
	}
#divheader {
	font-family:arial;
	font-size:2em;
	color:navy;
	font-weight:bold;
	position: absolute;
	height: 50px;
	left: 180px;
	right: 0px;
	margin-top: 20px;
	text-align: center;
	}
#divmenu {
	position: absolute;
	top: 163px;
	left: 10px;
	width: 127px;
	padding: 5px;
	background-color: transparent;
	font-weight:bold;
	font-family: Arial,sans-serif;
	text-align: left;
	color: Black;
	font-size: 13px;
	z-index: 5;
	}
#divcontent {
	position: absolute;
	text-align: center;
	top: 160px;
	left: 180px;
	right: 8px;
	bottom: 40px !important;
	bottom: 40px;
	overflow: hidden;
/*	scrolling: no;*/
	background-color: #FFFFFF
	}
iframe.All {
	text-align: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom:0px;
	width: 100%;
	height: 100%;
}
#divcontentIE {
	position: absolute;
	text-align: center;
	top: 160px;
	left: 180px;
	right: 8px;
	bottom: 40px !important;
	bottom: 40px;
/*	scrolling: no;*/
	background-color: #FFFFFF;
	width: expression( -180 + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + 'px' );
	height: expression( -205 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + 'px' );
	}
iframe.IE {
	text-align: center;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: expression( -180 + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + 'px' );
	height: expression( -205 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + 'px' );
	}
#divfooter {
	position: absolute;
	left: 180px;
	right: 0px;
	right: 0px;
	color:navy;
	bottom: 0px !important;
	bottom: 0px;
	height: 35px ;
	text-align: center;
	}
ul {
	opacity: 0.9;
	filter:Alpha(Opacity=90);
	margin: 0;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
	}
	
ul li {
	position: relative;
	color: #000;
	background-color: #EFEFEF;
	min-height: 24px;
	}
	
li ul {
	position: absolute;
	left: 153px; /* Set 1px less than menu width */
	top: 0px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 4px;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

 /* The magic */
li:hover ul, li.sfhover ul { 
	display: block; 
/*	opacity: 0.8;
*/
	background-color: #EFEFEF;
	}
li:hover ul, li.sfhover ul, a:hover {
	color: blue;
	background-color: #EFEFEF
	}



