/*Beginn spezifische Definitionen----------------------------------------------------------
------------------------------------------------------------------------------------------*/

/*Beginn Inhaltsbereich---------------------------------------------------------------*/
/*Beginn Hintergrund für Inhaltsbereich*/	


body {
          background-color: #D6C090;
          }
.formularboxen {
	margin: 10px 0px 0px;
	/*background-color: #f2ebd5;*/
	border: 1px solid #D6C090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}


/* Hintergrundebenen */

#feld1 {
          background-color: #F2EBD5;
	position: absolute;
          height: 80%;
	width: 650px;
	z-index: 5;
          }
#feld1 {
          background-color: #F2EBD5;
	position: absolute;
          height: 100%;
	width: 650px;
	z-index: 5;
          }
/*---------------------------------------------------------------------------------------------------------------------------------------End Hintergrundebenen ------------------*/

#content_bgr { 
	position: relative;
	top: 60px;
	bottom: 0;
	padding-bottom:200px; /* gemacht wegen Firefox-Problemm: wenn man bei schmaller Fenster scrollt, bleibt der Hintergrund nicht auf dem boden, sondern scrollt mit und der Text bleibt plötzlich ohne Hintergrund.
	Jetzt ist das Problemm bei Firefox, dass bei kürzeren Inhalte bleibt der stylesheet nicht auf 100% höhe*/
	padding-left: 340px;
	padding-top: 1px;
	width: 520px;
	height: 100%;
	background-color: #F2EBD5;
	border:none;
	margin:0px;
	z-index: 2;
}

#scrollbereich { 

          background-color: #FFFFFF;
     }

/*End Hintergrund für Inhaltsbereich*/

/*Beginn Content*/	
#content_main { /* inhaltsbereich: für content und newslisting*/
	
	position:relative;
  	/*left: 360px; */
	right: 0;
	width: 520px;
	margin-top: 20px;
	
}



#mainnews { /* newslisting*/
	margin-right: 0;
	padding-top: 10px;
}
/*End Content*/

/*end inhaltsbereich---------------------------------------------------------------*
/*#menu {


}
/*---------------------------------------------------------------------------------------------------------------------------------------End spezifische Definitionen------------------*/

