/* ----------------------------------------------------------- */
/* INHALT LINKS ---------------------------------------------- */

#inhalt_links{
  float:left;
  min-height:332px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:332px;  /*für den IE */
  width:431px;
  margin:5px 54px 150px 54px;
  display:inline;
}

#inhalt_links_startseite{
  float:left;
  min-height:277px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:277px;  /*für den IE */
  width:350px;
  margin:0 135px 150px 54px;
  display:inline;
}



/* ----------------------------------------------------------- */
/* INHALT RECHTS---------------------------------------------- */


#inhalt_rechts{
  float:left;
  width:403px;
  margin:0 0 40px 0;
}

.newsboxdiv{
  float: left;
  min-height:169px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:169px;  /*für den IE */
  width:403px;
  margin-bottom:10px; 
}

.newsbox{
  float: left;
  background-image:url(../images/layout/newsbox_bg.jpg);
  background-repeat:no-repeat; 
  background-position:bottom;
  background-color:#dee0db;
  min-height:167px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:167px;  /*für den IE */  
  width:391px;
  border:1px solid #909090;
  position:relative;
}

.newsbox_schatten{
  float: left;
  background-image:url(../images/layout/newsbox_schatten.jpg);
  background-repeat:no-repeat; 
  height:169px;
  width:10px;
}

.newsbox_text{
  width:121px;
  padding:5px;
}

.newsbox_text p{
  font-size:10px;
  line-height:14px;
  margin-bottom:10px;
}

.newsbox_text a{
  color:#66822e;
  text-decoration:underline;
}

.newsbox img{
  float: right;
  /*height:167px;*/
  /*width:250px;*/
  margin:0 0 0 5px;
}

newsbox a img{
  width:auto;
}

/* ----------------------------------------------------------- */
/* INHALT SEITENFUSS ----------------------------------------- */


#inhalt_unten{
  float:left;
  position:relative;
  height:45px;
  width:954px;;
}

#seitenfuss {
	position:absolute;
	width:928px;
	height:30px;
    left:13px;
	bottom:15px;
	background-image:url(../images/layout/seitenfuss.jpg);
	z-index:96;
}


#seitenfuss_text{
	float:left;
        width:auto;
	text-transform:uppercase;
	margin:5px 0 0 5px;
}

#seitenfuss_text a{
	float:left;
        width:auto;
	color:#66822e;
	font-size:12px;
	text-decoration:underline;
	text-transform:uppercase;
	margin-right:45px;
}

#newsletter{
  float:right;
  width:auto;
  margin:4px 5px 0 0;
  color:#66822e;
  text-transform:uppercase;
}

.newsletter_input{
background-image:url(../images/layout/newsletter_input.jpg);
font-size:11px;
height:12px;
line-height:12px;
margin-top:1px;
padding:5px;
position:absolute;
right:80px;
top:4px;
width:154px;

}

.newsletter_submit{
	height: 23px;
	width: 68px;
	background-image:url(../images/layout/newsletter_submit.jpg);
	margin-left: 5px;
}
.newsletter_span{
position:absolute;
right:250px;
top:6px;
}

/* ----------------------------------------------------------- */
/* INHALT GANZSEITIG ----------------------------------------- */

#inhalt_ganzseitig{
  float:left;
  min-height:265px;          
  height:auto !important;  /* für moderne Browser */                                                     
  height:265px;  /*für den IE */
  width:846px;
  padding:35px 0 150px 54px;
}



