/* CSS Document BLE*/

/*Hauptrahmen der Seite*/
.seite	{ 
  width: 95%; 
  margin: 0;
  border-bottom:0px solid #EF7301;
  background-color:#FFFFFF;
  min-width:55.5em;
}
  
  
/*Rahmen fuer den gesamt Header*/  
.header-ges {
  width:100%;
  margin:0;
  height:115px;
  border-bottom:0px solid #BDD732;  
  }  
  
  
/*Rahmen fuer Logo links BLE und inForm */  
.header-links {
  width:600px;
  float:left;
} 
.header-links a img {
	margin-right: 50px;
} 



/*Rahmen fuer Logo Wettbewerb rechts*/
.header-rechts {
  width:300px;
  float:right;
  text-align:right;
  padding:0 2% 0 0;
  }


/*Gesamtrahmen f�r inhaltsbereich inkl. Meta*/
.gesamt	{
  width: 100%;
  background:#FFFFFF;
  float: left;
}

/*Metanavigation*/
.meta-ges {
   width:100%;
   height:25px;
   margin:3px 0 0 0;
   background-color:#F4F9DD;
   }
   
/*Metanavigation*/
.meta-liste {
   float:left;
   margin:0;
   padding:2px 0 0 5%;
   width:60%;
   }
   
/*Metanavigation*/
.meta-suche {
  float:right;
  width:30%;
  display: block;
}

.logo-absolut {
  margin:0;
}
  
.logo-peb {
 margin:30px 0 30px 0;
}  

/*pfadnavigation*/

.bread {
  font-size:80%;
  margin:0 0 0.5% 0;
}   


/*Conatiner fuer main-Bereich inkl linker und rechter Nav und Inhalt mit Hintergrund*/
.main-wrapper {
  width:100%;
  float:left;  
  background-color:#F4F9DD;
  }
  
  
  
  
.nav-con-li {
  width:20%;
  float:left;
  margin:0;
  padding:0;
  }
  
  * html .nav-con-li
{ /* fuer IE Win \*/
  width:21%;

/* */
}  
  
/*Container fuer Main Bereich*/
.main-content {
  float:left;
  width:57%;
  padding:0% 1% 0 2%;
  margin:0;
  background-image:url(img/linie_main.gif);
  background-repeat:repeat-y;
  background-color:#FFFFFF;
  min-width: 420px;
  min-height: 400px;
  } 
  

.zwei-drittel-bild-rechts {
  float:right;
}

  * html .main-content
{ /* fuer IE Win \*/
  width:55.5%;
  margin:0 auto;
  

/* */
}  

.main-basistext {
  width:100%;
  float:left;
  margin:0;
  padding:0;
  font-size:75%;
  font-style:normal;
  line-height:140%;
  background-image:url(img/linie_main_re.gif);
  background-repeat:repeat-y;
  background-position:right top;

  }
  
 /*Container fuer rechte Navigation*/
 
.navi-rechts {
    float:right;
	width:18%;
	padding:0 0 0 0;
	margin:0;
	
  }  
  
.mitte-navi-rechts{
  float:right;
  width:18%;
  padding:0 15px 0 0;
  margin:0;
  text-align:center;
}  
  
  * html .mitte-navi-rechts
{ /* fuer IE Win \*/
  padding:0;
  margin:0 3px 0 0;
/* */
}  


.fuss {
 float:left;
  width:55%;
  margin:120px 0 0 2%;
  padding:0.5% ;  
  height:20px;
  background-color:#F4F9DD;

  font-size:80%;
  
  } 
  
  
   

.fuss-links {
  float:left;
  width:30%;
  
  }  
  
 .fuss-rechts {
  float:right;
  width:30%;
  text-align:right;
  }  
  
  
.ende-navi-links {
  background-image:url(img/rasen_li.gif);
  background-repeat:repeat-x;
  background-position:bottom;
  float:left;
 /* position:absolut;
  margin:300px  0 0 5px;
  margin:300px 0 0 5px;width:98%;*/
  margin:0;
  height:150px;
  width:20%;
   text-align:center;
     background-color:#F4F9DD;

 }
  
    * html .ende-navi-links
{ /* fuer IE Win \*/
  width:21%;

/* */
}  

 
 .ende-navi-rechts {
  background-image:url(img/rasen_li.gif);
  background-repeat:repeat-x;
  background-position:bottom;
 text-align:center;
  margin:0;
  /*height:150px;*/
  width:20%;
   float:right;
   background-color:#F4F9DD;

 }



.abschluss-m {
  float:left;
  margin:0px 0 0 0;
  
  width:100%;
  }
  

 
 
.abschluss {
  width:100%;
  border-right:1px solid #BDD732;
  border-bottom:1px solid #BDD732;
  border-left:1px solid #BDD732;
  float:left;
  font-size:70%;
  text-align:center;
  margin:1% 0 0 0;
  padding:0 0 1% 0;
  }
  
 .con-druck {
   font-size:0.5%;
   color:#FFFFFF;
   display:none;
   width:90%;
   margin:0;
   padding:0;
} 
