#site {
        width: 990px;
        background-color: #fff;
        text-align: left; /*Workaround wieder geradebiegen*/
        margin-left: auto; /*"Echtes" zentrieren fuer Browser "ausser" IE*/
        margin-right: auto; /*"Echtes" zentrieren fuer Browser "ausser" IE*/
        border-top: 5px solid #90afda;
        border-bottom: 10px solid #cecece;
        }

#header {
        style=clear:both;
        height: 120px;
        background: url(../../img/bg_header.jpg) repeat-x;
        }
        
#logo {
      float: left;
      width: 160px;
      padding-top: 12px;
      }
      
#logo img {
      padding-left: 48px;
      }
        
#schriftzug-mk {
      float: left;
      padding-top: 70px;
      height=17px;
      width=266px;
      border=0px;
      }

#navi-block {
      float: left;
      width: 160px;
      }
        
#navi {
      height: 230px;
      background-color: #e1e1e1;
      }
      
#navi ul, #navi ul.home {
      margin-top: 8px;
      }

#navi ul.home {
      color: #fff;
      margin-top: 0px;
      }
      
#navi ul li, #navi ul.home li {
      line-height: 28px;
      margin-left: -10px;
      }
      
#navi ul.home li {
      line-height: 20px;
      margin-left: 6px;
      }

#language {
      background-color: #f4f4f4;
      }

#language ul {
      margin: 0px;
      padding-left: 0px;
      padding-top: 18px;
      }

#language ul li {
      display: inline;
      padding-left: 15px;
      line-height: 18px;
      }

#main {
      float: left;
      width: 620px;
      }
      
#main-head {
      width: 620px;
      height: 230px;
      }

#main-content {
      margin: 20px;
      }
    
#impressum-projekte {
     float: left;
     width: 210px;
     background-color: #f1f1f1;
     border-top: 20px solid #f1f1f1;
     }
    
#teaser-projekte {
    padding: 10px;
    border-top: 1px solid #fff;
    border-bottom: 20px solid #f1f1f1;
    }

#teaser-projekte h2 {
	padding-left: 0px;
    }
    
#impressum {
    height: 20px;
    padding-left: 5px;
    background-color: #90afda;
    border-top: 1px solid #fff;
    }
   
#impressum p a {
    margin-right: 15px;
    }


#footer {
    height: 20px;
    border-top: 7px solid #fff;
    background-color: #B41512;
    }