body
{
	padding:0px;
	margin:0px;
	background-image:url('images/bg-om-1.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:left bottom; 
    background-size: 100%; 
    
    font-family: Lucida Sans Unicode, Lucida Grande, Lucida, verdana, geneva, arial, sans-serif; 
	font-size:12px;
	line-height:18px;
	color:#666;
	display:inline;

}	

table
{
    border:0;
}

td
{
    border:0;
}

IMG.displayed 
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; 
    max-height: 75%;
    height:60%;
    
    
}
	
#null
{
position:absolute;

top:0px;
left:0px;
z-index:1;
}	



	
#logo
{
    position:absolute;
    
    top:10%;    
    width:100%;
    height:85%;

    z-index:20;
}


#container_navi
{
    position:fixed;
    text-align:left; width: 100%; height:21px; bottom:30px; left: 100px; background-color:#c6c6c6;

    z-index:3000;
}


#hauptnavigation
{
    position:fixed;
    text-align:left; bottom:27px; left: 120px; 

    z-index:3001;
}




#footer
{
position:fixed; bottom:-5px;
z-index:100;
}








