   @import url(navi.css);

body {
	font-size: 13pt;
	background: url(../images/bg.png) repeat-x 0px 0px #ebf3f8;
	color: #7e7e7e;
	font-family: arial;
	
}

#rahmen {
	min-width: 980px;
	max-width: 980px;
	width: 980px;
	margin: 0px auto;
	width:expression(document.body.clientWidth < 982? "980px" : document.body.clientWidth > 1262? "1260px" : "auto");
	}
	 #inside {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	
	}
	

	

#logo{
  position: relative;
  width: 450px;
  height: 79px;
  top: 6px;
margin: 4px 0px 0px 0px;

  
  }
  
  
#zettel{
  position: absolute;
  top: -38px;
  left: 780px;
  width: 198px;
  height: 164px;
  margin: 0px 0px 0px 0px;
  }

#top_menu{
 


 height: 34px; 
 color: #fff;
 
 


}




#menu{
 
 margin: 17px 0px 0px 0px;
 padding: 0px;
 height: 40px;
 background: url(../images/menu.png) repeat-x bottom;
 

 }
 
 
 #head {
  position: relative;
  top: 8px;
  overflow: hidden;
  padding: 0px;
  

	
	
	
	
}

/* #kreiss{
 background: url(../images/bg_kreis.png) repeat-x #fff;
 height: 235px;
 padding: 10px;
 border: 1px solid red;
 
 
 }   */

	

#right-side {
	width: 240px;
	float: right;
	padding: 20px;
	margin: 50px 0px 0px 0px;
	border: 1px solid #d3e2ee;
	background: #e2ecf4;
	text-align: center;

	
}

#main-content {
	margin: 50px 300px 0px 0px;
	padding: 10px;
	border: 1px solid #d1dce6;
	min-height: 500px;
	
}


#foot {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
	text-align: center;
	height: 15px;
	
}

/*#fragen{
 position: absolute;
 right: 0px;
 top: 0px;}
