/**************************************/
/* Container */
/**************************************/
#container
    {
         position:relative;
         margin:0;
         padding:0;
    width:900px;
    }

#rand
{
    position:relative;
         float:left;
         text-align:left;
         border-width:1px;
         border-style:solid;
         margin:0;
         padding:0;
         margin-top:10px;
         margin-bottom:30px;
         border-color:#0EB24B;
}
/* Headerbereich */
/**************************************/

#headerContent
    {
    position:relative;
         width:900px; height:200px; float:left;  background-color:#ffffff;
    border-bottom:0;
    }
#logo
    {
         position:absolute;
  top:0px;
  left:0px;
         width:900px; height:200px; overflow:hidden;
    }

/* Headerbereich */
/**************************************/

#mitteContent
    {
         position:relative;
    width:900px;
         float:left;
    }
/**************************************/
/* linke Spalte */
/**************************************/
#linkeSpalte
    {
         padding-left:0px;
         padding-top:20px;
    width:150px;
margin-right:35px;
         float:left;
    }
    #mnavi
    {
margin-top:10px; 
border: 1px solid #0EB24B;
background-color:#eeeeee;
}
#mFahne
{
position:absolute;
bottom:20px;
left:0;
}
/**************************************/
/* Contentbereich */
/**************************************/
#content
    {
  width:530px;
  -width:527px;
    float:left;
min-height:530px;
padding-right:20px;
         padding-top:20px;
padding-bottom:20px;
border-right: 1px solid #0EB24B;
    }

/**************************************/
/* Teaserbereich  */
/**************************************/
#teaser
    {
padding-top:20px;
   width:164px;
float:left;
    }

#teaser p
{

   width:138px;
   padding-left:16px;
}

#footerContent
    {
    position:relative;
    width:900px;
    float:left;
    margin:0;
    padding:0;
         margin-top:23px;
         text-align:center;
    }

#footer
{
position:relative;
margin:0px;
width:900px;
border-top-style:solid;
border-top-width:1px;
border-top-color:#e3e3e3;

}
