html,body{
margin:0px;
padding:0px;
height:100%;
width:100%;
}
body{
overflow: auto;
background-color:#336699;
}
div.top{
height:50%;
background-color:#1E0E2A;
vertical-align: bottom;
}
div.bott{
background-image:url('../grafics/nav_back.gif');
background-repeat:repeat-x;
height:22px;
background-color:#cccccc;
text-align: center;
}
div#nav{
width: 530px;
height: 22px;
margin: 0px auto;
position: relative;
}

#nav a{
behavior:url("css/hover.htc");
}
#nav a,#nav div{
position:absolute;
}
#nav a{
display:block;
height:22px;
overflow: hidden;
}
#nav a img{
position:absolute;
top:0px;
left:0px;
}
#nav a:hover img{
top:-22px;
}
#en{
left:0px;
top:0px;
width: 66px;
}
#logo{
left:96px;
top:-80px;
}
#de{
left:458px;
top:0px;
width: 70px;
}
