
/**
 *  Boxen Bilder
 **/ 	  
	 
	 
		.boxenBilder {
		  position:relative;

  background:url(../img/bg_news.png);
  background-position:bottom;
  background-repeat:repeat-x;
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  z-index: 1;
  display: inline;
  width: 126.5px;
  min-height: 132px;
  border: 1px solid #7fb0da;
  padding:5px;
  margin-bottom:10px;


} 

	.boxenBilder2 {
  
    width: 660px;
    min-height:100%;
    position: relative;
	z-index: 0;
	float:left;
} 

	.successBox {
  
    width: 350px;
    position: absolut;
	z-index: 0;
	float:left;
	background-color:#a1ffbc;
	border: 2px solid #02d250;
	font-size:12px;
	clear:both;
	float:left;
	} 
	
			.sponsoren {
  position: absolut;
  float: left;
  top: 0px;
  z-index: 2;
  width: 430px;
  height: 23px;
  padding-left:4px;
  color:#FFFFFF;
  text-decoration:bold;
  font-size:18px;
    background:url(../img/background/sponsoren.jpg);
	clear:both;

      }	 