body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: Times;
    font-size: 14px;
    background-color: #3F7B47;
    background-image: url('images/bg-img.gif');}

img {border:0}

a { 
    text-decoration: none;
    color:#505050;}
    
#container {
    position: absolute;
       left: 50%;
       width: 800px;
       height: 600px;
     left: 50%;
     top: 50%;
     margin-top: -300px;
     margin-left: -400px;
       background-color: #fff;
     background-image: url('images/schnoerkel.gif');
     background-position: bottom;
     background-repeat: no-repeat;}

#header {
  border-top: solid 2px #3F7B47;
  border-bottom: solid 2px #3F7B47;
  text-align: right;
  height:63px;
  padding: 0;
  margin: 10px 0 0 10px;
  width: 780px;
  display: block;}
  

#images .rechts {
    position: absolute;
    left: 200px;
    top: 80px;
    border: none;
    width: 590px;
    height: 270px;
}

#images .links {
    position: absolute;
    left: 10px;
    top: 80px;
    width: 180px;
    height: 270px;
    border-top: 2px solid #97002B;
    border-bottom: 2px solid #97002B;}

#submenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 35px;
    left: 32px;
    width: 180px;}

#submenu ul li {
    display: inline;
    border: none;
}
#container #submenu li.border {border-right: 1px solid #00500A;}
#container #submenu  li {font-size: 8px;  margin-left: 2px;}

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 370px;
    left: 10px;
    width: 180px;}

#menu ul li {
    padding: 3px 0 3px 0px;
    margin-bottom: 10px;}

#content #text {
    position: absolute;
    left: 200px;
    top: 355px;
    width: 590px;}

#content #text #scroller {
    position: absolute;
    width: 520px;}
    
#content #text #scroller_container {
    position: absolute;
    width: 530px;
    height: 160px;
    clip: rect(0px 530px 160px 0px);
    visibility: hidden;
    overflow: hidden;}



h1 { 
    margin: 0;
    padding: 5px 0px 5px 5px;
    font-size: 14px;
    height: 25px;
    display: block;
    background-color: #97002B;
    color: #fff;}

p {
    margin-top: 5px;
    padding: 0;
    margin-left: 8px;
    width: 500px;
    line-height: 18px;
    font-family: Times;}

#footer {
    position: absolute;
    top: 560px;
    width: 780px;
    height: 5px;
    background-image: url("images/bg-footer.gif");
    background-repeat : no-repeat;
    margin-left: 10px;}
    




#content #divUpControl {
    position:absolute;
    top: 40px;
    left: 575px;
    z-index: 10;    
}

#content #divDownControl {
    position:absolute;
    top: 185px;
    left: 575px;
    z-index: 10;
}

#divLineControl {
    position:absolute;
    top: 40px;
    left: 0px;
    width: 1px;
    height: 100px;
    color: #000;
    background-color: #CCCCFF;
}



