body{
  background:#E18D07 url('../images/bg.jpg') center top no-repeat;
}
p{
  margin-top:10px;
  margin-bottom:10px;
}
form#loginx p{
  margin-top:0px;
  margin-bottom:0px;
}
#overall{
  width:800px;
  height:490px;
  position:absolute;
  left:50%;
  margin-left:-400px;
  top:120px;
  z-index:2;
  background-image:url('../images/bg_inc.jpg');
  background-repeat:repeat-x;
}
#titel{
  background:url('../images/titel.png') no-repeat;
  width:400px;
  height:140px;
  position:absolute;
  top:24px;
  left:50%;
  margin-left:-237px;
  z-index:3;
}
#login{
  width:200px;
  height:50px;
  padding-left:20px;
  padding-top:10px;
  line-height:20px;
  position:absolute;
  left:50%;
  margin-left:240px;
  top:90px;
  z-index:4;
  background-image:url('../images/bg_login.png');
}
#navi{
  width:165px;
  height:285px;
  position:absolute;
  top:160px;
  left:50%;
  margin-left:-500px;
  z-index:3;
  padding-top:20px;
  padding-left:24px;
  background-image:url('../images/navi.png');
}
#navi ul{
  list-style-type:none;
}
#navi li a{
  height:30px;
  line-height:33px;
  width:135px;
  left:50px;
  margin-left:-19px;
}
#navi li a:hover{
  margin-left:-9px;
}

#navi li a:active{
  margin-left:-9px;
}
#headline{
  width:150px;
  height:60px;
  position:absolute;
  top:138px;
  left:50%;
  margin-left:188px;
  z-index:3;

}
#inhalt_kasten{
  width:710px;
  height:400px;
  position:relative;
  left:90px;
  top:65px;
  overflow:auto;
  scrollbar-base-color:#7F0000;
}
#inhalt{
  width:665px;
  position:relative;
  padding:10px;
  padding-left:15px;
}
#banner{
  width:400px;
  height:15px;
  position:absolute;
  top:588px;
  left:50%;
  margin-left:-10px;
  z-index:4;
}
.image_left{
  float:left;
  margin:2px 10px;
}
.image_right{
  float:right;
  margin:2px 10px;
}
.image_center{
  float:center;
  align:center;
  padding:5px;
}
img.bild{
  margin:5px 14px;
  padding:2px;
  border:1px solid #FFBF00;
  width:127px;
  height:96px;
}
img.bild:hover{
  background-color:#FFBF00;
}

img.bild2{
  width:73px;
  height:96px;
  margin:5px 41px;
  padding:2px;
  border:1px solid #FFBF00;;
}
img.bild2:hover{
  background-color:#FFBF00;
}

img.flyer{
  float:right;
  width:73px;
  height:96px;
  margin:5px 41px;
  padding:2px;
  border:1px solid #FFBF00;;
}
img.flyer:hover{
  background-color:#FFBF00;
}

img.mail{
  float:left;
  margin:20px;
  width:200px;
}
