<!--
/* Höhen- und Breiten 100% anpassen; Scrollbar ausblenden */
body, html{ width: 100%; height: 100%; overflow: hidden;

background-color:rgb(231,245,247); margin:0; padding:0; border-width:0; 
}

#framecontentLeft, #framecontentTop{
color:#000066; background-color:#E8F5F7; width:100%; height:40px; position:absolute; left:0; top:0; z-index:1; }
#framecontentLeft, #framecontentTop{
position: absolute;
top: 0;
left: 0;
width: 100px; /*Width of left frame div*/
height: 90%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #E8F5F7;
color:#000066;}
#framecontentTop{
color:rgb(0,0,102); background-color:rgb(231,245,247); padding:1px; width:auto; height:40px; left:0; right:0; }
#maincontent{
position: fixed;
left: 100px; /*Set left value to WidthOfLeftFrameDiv*/
top: 40px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
background: #E8F5F7;}
.innertube{
background-color:rgb(231,245,247); margin:5px; }
* html body{ /*IE6 hack*/
padding: 40px 0 0 100px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/}
* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%; }
* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
.urbangreymenu{
width: 110px; /*width of menu*/}
.urbangreymenu .headerbar{
font-family:Verdana; font-weight:bold; font-size:11px; color:rgb(0,0,102); text-transform:uppercase; background-image:url('arrowstop.gif'); background-repeat:no-repeat; background-position:8px 6px; margin-bottom:0; padding-top:0; padding-right:0; padding-bottom:0px; padding-left:0; border-width:0; border-color:rgb(231,245,247); line-height:100px; margin-top:5px; margin-bottom:5px;}
.urbangreymenu .headerbar a{
text-decoration: none;
color:  #000066;
display: block;}
.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/}
.urbangreymenu ul li{
padding-bottom: 0; /*bottom spacing between menu items*/}
.urbangreymenu ul li a{
font: bold 11px Verdana;
color:#CC0000;
background: #E8F5F7;
display: block;
padding: 0px 0;
line-height: 15px;
padding-left: 1px; /*link text is indented 8px*/
text-decoration: none;}
.urbangreymenu ul li a:visited{
color: red;}
.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #000066;
background: #FFFFFF;}
/*&lt;![CDATA[*/
        iframe {
            position: absolute;
            top: 0; left:0; width:100%; height:100%;
            border: none; padding-top:0;

        }
style { color:rgb(0,0,102); background-color:rgb(231,245,247); width:100px; height:90%; position:absolute; left:0; top:0; z-index:1; }
image { color:rgb(0,0,102); background-color:rgb(231,245,247); padding:1px; width:auto; height:auto; left:0; right:0; }
-->

