html {
	background-color:#C3D92F;
	height:100%; 
	width: 100%; 	
	}
body {
	width: 100%;
	height: 100%;
	background-color:#C3D92F;
  	margin: 0;
  	padding: 0;
  	text-align: center;
  	font-size: 12px;
  	font-family: Verdana, sans-serif;
}
	
#main 
{
  position: relative;
  width: 760px;
  text-align: left;
  margin: 0 auto 0 auto;

  background-color: #DCE769;
  background-image: url('../css/images/space_trans.gif');
  background-repeat:repeat-y;
  background-position:0px 0px;
}

.text_gebiet
{
  padding-left: 10px;
  padding-top: 10px;
  color: #515152;
  font-family: Tahoma; 
  font-size: 12px;
  line-height: 15px;
}

.header_home {
position:relative;
  background: url(../css/images/header_home3.jpg) no-repeat left top;
  height: 200px;
  text-align: center;
}

.header_logo {
	position:relative;
	background: #F0EDB6 url(../css/images/rausch_logo1.gif) no-repeat left top;
  	text-align: center;
	height: 200px;
}

.bg_header {
	position:relative;
	 background: url(../css/images/) no-repeat left top;
  height: 200px;
  text-align: center;
}