/* Alle Seiten */
#global {
font: 14px Arial, Helvetica, sans-serif;
 width: 1200px;
 min-height: 650px;
text-align: left;
padding: 25px 0px 160px 0px;
margin: 0px 0px 0px 180px;
background: url(../images/footer03.jpg) no-repeat left bottom;
border: 0px solid #000000;
position: relative;
line-height: 1.5;
}
/* Logo */
#yppek-logo {
 position: absolute;
 background: url(../images/yppek_logo01.gif) no-repeat 0 0;
 width: 400px;
 height: 119px;
 top: 50px;
 left: 0px;
 zoom:1;
}
/* Menue */
#menue {

 width: 250px;
 top: 200px;
 left: 0px;
font-size: 14px;
 position: absolute;
 line-height: 1.3;
}
#menue .green {
 color: #8FC962;
 font-weight: bold;
}
#menue .unterliste {
 font-weight: normal;
}
#menue ul  {
  list-style-type: none;
  padding: 10px 0px 0px 0px;

 }
#menue  ul li  {
  background: url(../images/bg_menue.gif) no-repeat 0 12px;
  padding: 10px 0px 0px 30px;

 }
#menue ul li ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin-left: 0px;


 }
#menue ul li ul li {
  background: url(../images/dot.gif) no-repeat 0 13px;
  padding: 10px 0px 0px 15px;

 }
#menue a  {
 text-decoration: none;
 color: #000000;

 }
 /* Footer */
#footer {
position: absolute;
background: #000000;
padding: 20px 0 20px 0;
width: 1200px;
bottom: -50px;
left:0px;
 margin: 20px 0px 0 0px;

}
#footer a {
text-decoration: none;
font-size: 14px;
color: #ffffff;
}
#footer .left1 {
 padding: 20px 60px 20px 200px;
}
#footer .left2 {

}
/* Überschriften */
h2 {
font: 24px Arial, Helvetica, sans-serif;
border-bottom: 1px solid #8FC962;
padding: 0 0 10px 0;
text-align: center;
}
h3 {
color: #8FC962;
font-size: 16px;
}
/* Inhalte für alle */
#content {
width: 650px;
margin: 0px 0px 0px 380px;
padding: 100px 0px 0px 0;
}
#content a {
text-decoration: none;
color: #8FC962;
font-weight: bold;
}
#content ul  {
  list-style-type: none;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
 }
#content ul li  {
  background: url(../images/dot.gif) no-repeat 0 9px;
  padding: 5px 0px 0px 15px;
 }
/* Inhalte differenziert */
.impressum {
padding: 50px 0px 100px 150px;
}