/* hide from ie on mac \*/
            html {
                height: 100%;
                overflow: hidden;
            }

            #flashcontent {
                height: 100%;
            }
            /* end hide */

            body {
                height: 100%;
                margin: 0;
                padding: 0;
                background-color: #FFFFFF;
                font-family : Verdana,sans-serif;
            }



#bgb{
	position:absolute;
	top:150px;
	width:100%;
	height:320px;
	background : #b7b7b7;
	background-color: #D6E2E9;
	z-index:1;
}
#bgp{
	position:absolute;
	top:173px;
	width:100%;
	height:274px;
	z-index:1;
	background-image: url(pics/ogt_innen2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#bgw{
	position:absolute;
	top:11px;
	width:100%;
	height:632px;
	z-index:0;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#contentcontainer{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	margin-top:0px;
	width:960px;
	height:620px;
	z-index:4;
	}
	#scont{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-480px;
	margin-top:0px;
	width:960px;
	height:620px;
	z-index:0;
	color: #FFFFFF;
	font-size: 9px;	
	}
	#nav{
	float:left;
	z-index:3;
	}
	
/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }


