html, body   {
  margin:0; 
  padding:0; 
  width:100%; 
  height:100%; 
  background-color: #000;
  font-family: Lucida Grande, Trebuchet MS;
  font-size:12px;
  line-height: 15px;
  color: #000;
  background-attachment: fixed;
  }

  p {
  font-weight: light;
  }

  a {
  text-decoration: none;
  color: #f29400;
  background-color:transparent!important;
  text-decoration:underline;
  }

  h1{
  text-transform: uppercase;
  font-size: 15px;
  font-weight:bold;
  color: #fff;
  }

  h2 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight:normal;
  }

#hintergrund {
  position:absolute;
   z-index:1; 
   width:100%;
   }
  
  
#logo {
  position: absolute;
  top: 35px;
  left: 45px;
  width: 171px;
  height: 34px;
  background-image:url(../files/logo.jpg);
  }

#navi { 
  position:relative; 
  top:0px;   
  left:0px;    
  width: 100%;
  height: 100px;    
  z-index:1;    
  padding:0px;
  padding-left: 5px; 
  background-color: #000; 
  }


#footer {
/*    position:fixed;
    bottom:0px;
  padding-bottom: 5px;
  padding-left: 45px;
  color: #fff;
  height: 23px;
  background-color:#000;
  width: 100%;
  z-index: 3;*/
  height: 23px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 45px;
}
#footer_fixed {
  position:fixed;
    bottom:0px;
  padding-bottom: 5px;
  padding-left: 45px;
  color: #fff;
  height: 23px;
  background-color:#000;
  width: 100%;
  z-index: 3;
}

#footer_inner {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

#nav_punkte {
  position:fixed;
  top: 43px;
  left: 200px;
  width: 940px;
  }


.newstop {
  position:absolute;
  width:85px;
  height:25px;
  background-color:#fff;
  right: 435px;
  top:175px;
  background-image:url(../files/top_news.jpg);
  background-repeat:no-repeat;
  z-index:2;
}  

.newsbox {
  position:absolute;
  width:350px;
  right: 150px;
  top: 200px;
  padding: 10px;
  z-index: 9998;
  background-color: #fff;
  color:#000;
  }     

.content {
  position:absolute;
  width:600px;
  top: 450px;
  left: 350px;
  padding: 10px;
  color: #fff;
  z-index: 9998;
  background-color:#000;
  filter:alpha(opacity=80); 
  -moz-opacity:0.8; 
  opacity:0.8;
  } 

.content_start {
  position:absolute;
  width:600px;
  top: 450px;
  right: 130px;
  padding: 10px;
  color: #fff;
  z-index: 9998;
  background-color:transparent !important;
  }     

.content_impressum {
  position:absolute;
  width:600px;
  top: 230px;
  left: 490px;
  padding: 10px;
  color: #fff;
  z-index: 1;
  background-color:#000;
  filter:alpha(opacity=80); 
  -moz-opacity:0.8; 
  opacity:0.8;
  } 


.content_showcase {
  position:absolute;
  width:600px;
  bottom: 250px;
  left: 45px;
  padding: 10px;
  padding-top: 110px;
  color: #fff;
  }

.content_news {
  position:absolute;
  width:600px;
  bottom: 250px;
  left: 490px;
  padding: 10px;
  color: #000;
  z-index: 9998;
  background-color:#fff;
  }      

.content_fuehrung {
  position:absolute;
  width:100%;
  top: 150px;
  left: 45px;
  padding: 5px;
  color: #000;
  z-index: 9998;
  } 

.content_chiara {
  position:absolute;
  width:190px;
  padding-right: 15px;
  color: #f29400;
  float: left;
    } 

.content_holger {
  position:absolute;
  width:190px;
  padding-right: 15px;
  color: #f29400;
  float: left;
  left: 250px;
  z-index: 9998;
  } 

.content_thilo {
  position:absolute;
  width:190px;
  padding-right: 15px;
  color: #f29400;
  float: left;
  left: 500px;
  } 

.content_marion {
  position:absolute;
  width:190px;
  padding-right: 15px;
  color: #f29400;
  float: left;
  left: 750px;
  } 

.content_silke {
  position:absolute;
  width:190px;
  padding-right: 15px;
  color: #f29400;
  float: left;
  left: 1000px;
  }             


.teaser {
  color: #fff;
  background-color: #000;  
  }

.blaettern {
  position:absolute;
  float:right;
  width: 590px;
  height: 20px;
  bottom: 200px;
  left: 45px;
  padding: 15px;
  z-index: 9998;
  background-color: #000;
  text-align: left;
  filter:alpha(opacity=80); /* IE */
  -moz-opacity:0.8; /* Gecko-Browser */
  opacity:0.8; /* Opera 9+ */
  } 


#content,
#content_impressum, content_start {position:relative; }  

/* PNG FIX*/
img, div { 
behavior: url(js/iepngfix.htc) 
}
/* PNG FIX ENDE*/

img {  
border: 0px;
background: #000;
}



/* DROP DOWN MENU */
#jsddm
{  margin: 0;
  padding: 0
  z-index: 9999;!important;}

  #jsddm li
  {  float: left;
    list-style: none;
    font: 12px Tahoma, Arial}

  #jsddm li a
  {  display: block;
    background: #000!important;
    padding: 5px;
    text-decoration: none;
    /*width: 140px;*/
    white-space: nowrap;
    z-index: 9999;!important;
    outline: none;
    margin-right: 20px;
  }

  #jsddm li a:hover
  {  background: #000}

    #jsddm li ul
    {  margin-left: -93px;
      padding: 0;
      width: 1000px;
      position: absolute;
      visibility: hidden;
      z-index: 9999;!important
    }
    #jsddm li ul.arbeiten {
      margin-left: 22px;
    }

    #jsddm li ul li
    {  float: left;
      display: inline;
      z-index: 9999;!important;
    }

    #jsddm li ul li a
    {  width: auto;
      background: #000;
      z-index: 9999;!important;
      display: block;
      margin-right: 12px;
    }


    #jsddm li ul li a:hover
    {  background: #000;
    z-index: 9999;!important;}

/* TOOLTIP */
#dynatip {
  display:none;
  /*background:transparent url(http://flowplayer.org/tools/img/tooltip/black_arrow.png);*/
  font-size:12px;
  height:70px;
  width:6s60px;
  padding:25px;
  color:#fff;  
}

/* style the trigger elements */
#dyna img {
  border:0;
  cursor:pointer;
  margin:0 8px;
}

/* override the arrow image of the tooltip 
#dynatip.bottom {
  /*background:url(/tools/img/tooltip/black_arrow_bottom.png);
  padding-top:40px;
  height:55px;
}

#dynatip.bottom {
  background:url(http://flowplayer.org/tools/img/tooltip/black_arrow_bottom.png);
}*/




/** NEW **/
div.clearfix {
  clear: both;
  height: 1%;
}
div#page {
  position: absolute;
  width: 1140px;
  z-index: 3;
  position: relative;
  margin: 0 auto;

}
div.overlay {
  position: absolute;
  z-index: 2;
  height: 100px;
  width: 100%;
  background-color: #000;
}
div#hintergrund {
  position: absolute;
  z-index: 1;
}
  div#hintergrund img {
    width: 100%;
  }
  
div#header {
  position: relative;
  width: 1140px;
  height: 100px;
  position: fixed;
  z-index: 3;
  background-color: #000;
  top: 0;
}
  #jsddm {
    right: 0;
    width: 900px;
    position: absolute;
    bottom: 25px;
  }
  div#header div#logo {
    width: 171px;
    height: 34px;
    float: left;
  }
  div#header div#logo h1 {
    margin: 0;
    padding: 0;
  }
div#content {
  position: relative;
  width: 790px;
  padding-top: 250px;
  padding-left: 350px;
  color: #fff;
}

div#twoCols {
  width: 790px;
  padding-left: 50px;
  padding-top: 220px;
  color: #fff;
}
  div.leftCol {
    position: relative;
    float: left;
    width: 380px;
  }
  div.rightCol {
    position: relative;
    float: right;
    width: 380px;
  }


div#content_showcase {
  position: relative;
  margin-top: 24px;
  margin-left: 249px;
  padding: 20px 0; 
  width: 841px;
  color: #fff;
  padding-top: 120px;
  margin-bottom: 30px;
}


label {
  font-weight: bold;
  display: block;
  width: 120px;
  float: left;
  color: #F29400;
}  
  label.textarea {
    float: none;
    font-weight: bold;
    display: block;
    width: 120px;
    color: #F29400;
    margin-top: 10px;
    margin-bottom: 3px;
  }
  input.text {
    float: left;
    margin-bottom: 3px;
    padding: 3px;
  }

  input,
  textarea {
    padding: 3px;
    background-color: #000;
    border: 1px solid #F29400;
    color: #fff;
    font-family: Lucida Grande, Trebuchet MS;
    font-size: 11px;
  }
  p.pflichtfelder {
    padding-left: 120px;
  }
  .submit {
    color: #000;
    background-color: #F29400;
    margin-left: 120px;

  }
  textarea {
    width: 250px;
    margin-left: 120px;
  }

  p.formtext {
    clear: left;
  }

ul.form_warning {
  color: red;
  border: 2px solid red;
  margin-bottom: 20px;
  padding: 10px;
  width: 352px;
}
  ul.form_warning li {
    margin-left: 10px;
  }
p.answertext {
  padding: 10px;
  border: 2px solid #F29400;
  color: ##F29400;
  margin-bottom: 20px;
  font-weight: bold;
  width: 352px;
}

.teambox {
  position: relative;
  width: 190px;
  float: left;
  margin: 0 10px 100px 10px;
}
  .teambox h3 {
    color: #F29400;
    margin: 0;
    margin-bottom: 2px;
  }
  .teambox p.position {
    margin: 0;
    margin-bottom: 10px;
    height: 28px;
  }
  .beschreibung {
    position: absolute;
    width: 450px;
    top: 280px;
    z-index: 3;
    margin: 0;
    height: 65px;
  }
    .beschreibung ul {
      margin: 0;
      padding: 0;
      margin: 5px 0;
    }
      .beschreibung ul li {
        margin-left: 15px;
      }

.teaser {
  position: relative;
  margin-bottom: 20px;
}
  .teaser h3,
  .teaser p.date {
    margin: 0;
    padding: 0;
  }
  .teaser h3 {
    margin-top: 2px;
  }
  .teaser h3 a {
    text-decoration: none;
    color: #fff;
  }
  .teaser p.date a {
    text-decoration: none;
    color: #fff;
  }

.projectbox {
float:left;
height:210px;
margin-bottom:45px;
margin-right:105px;
position:relative;
width:210px;
}
  .nomarginright {
    margin-right: 0;
  }
  p.bold,
  .projectbox p {
    margin-top: 5px;
    font-weight: bold;
  }
  p.bold {
    margin: 15px 0;
  }
.leftarrow {
  position: relative;
  width: 25px;
  float: left;
  padding-top: 210px;
  text-align: left;
}
.rightarrow {
  float: right;
  position: relative;
  width: 25px;
    padding-top: 210px;
  text-align: right;
}
.projectdetails {
  width: 800px;
  position: relative;
  margin: 0 auto;
}
.projectimage {
  text-align: center;
  height: 400px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.pagination {
  text-align: right;
}

#overlay {
  position: fixed;
  height: 101px;
  width: 100%;
  background-color: #000;
  z-index: 2;
  top:0;
}

