body {
 background: #014a99;
 font-family: Arial, sans-serif;
 margin: 0px;
 text-align: center;
 color: #ffffff;
 }
 
#rahmen {
 width: 850px;
 height: 525px;
 text-align: center;
 margin: 20px auto;
 background: transparent url(../images/wrap.png) no-repeat top right;
 }
 
 #navigation {
 z-index: 2;
 width: 100px;
 display: block;
 float: left;
}

#imp {
 float: right;
 padding-top: 525px;
 padding-right: 150px;
 width: 191px;
 text-align: right;
}

#imp a, #imp a:visited {color: #dddddd; text-decoration: none;font-weight:bold;}
#imp a:hover, #imp a:focus {text-decoration: underline;} 
