@import url(navi.css);

html{
  
  overflow: hidden;
}

body{
  text-align: center;
  margin: 0px;
  padding: 0px;
  background: url(../images/bg.jpg) no-repeat center top #c4e2ff;}




#rahmen {
 width: 700px; 
 margin: 37px auto;
 text-align:left;
 

 }

#top{
  
  
  }
  
#header {
	position:relative;
	height: 85px;
	
	
	
}
#logo {
	position:absolute;
	width: 520px;
	height: 85px;
	right: 0px;
	top: 0px;
	
}
#tropfen{
	position:absolute;
	width: 180px;
	height: 85px;
	z-index:1;
	left: 0px;
	top: 0px;
	
}


#menu {
	position: relative;
	width: 180px;
	left: 0px;
	top: 85px;
	height: 477px;
	background: #dceefc;
	
}

#menbild{
   position: absolute;
   top: 267px; 
   left: 22px;
   width: 158px;
   height: 200px;
   }
  
  
#content {
 margin-left: 180px;
 height: 477px;
 overflow: auto;
 background: #fff;
}


#inhalt {
  
}

#foot {
	position: relative;
	left: 0px;
	right: 0px;
	height:30px;
	background: url(../images/foot.png) repeat-x;
}
