/* CSS Document */
* { margin: 0; padding: 0; font:11px verdana, helvetica, tahoma;  line-height: 15px;}

body {
  line-height: 15px;
  overflow-y:scroll;
  text-align:center; /* fuer IE */
}

*+html body { overflow-y:auto;}
* html body { overflow-y:auto;}

.wrap {
   width:950px;
   height:100%;
   margin:auto;
   text-align:left;
   position: relative;
   /* background:url(vorlage.gif) no-repeat; */
}

a img {
  border:none;
}

h4 a {
  text-decoration:none;
  font: 12px verdana;
  color: #846a54;
  text-align:center;
}

h4 a:hover, h4 a:active  {
  color: #a8c671;
}

  
h2,h3 {
  font: 14px verdana;
  color: #846a54;
}  

h2 {
  font-weight: bold;
}  

#home_content {
  position: absolute;
  top:558px;
  width:880px;
  padding: 20px 0 20px 70px;
  border: 1px solid #846a54;
  border-top: none;
}

* html #home_content {
  width:952px;  /* Korrektur fuer alle IE */
  w\idth:880px; /* Rücknahme fuer IE>=6 */
}

#menu1 {
  margin-top: 20px;
  margin-left: -2px;
}

 
#home_keyvisual {
  position: absolute;
  top: 18px;
  border: 1px solid #846a54;
  border-bottom: none;
}

