body{
 padding : 0;
 margin : 0;
 width:100%;
 height:100%;
 background:#ebcc88;
 font-family : verdana, helvetica, arial, sans-serif;
 font-size:12px;
 overflow:hidden;
}
a:link {color:#fff;  font-size:12px;   text-decoration:none}
a:visited {color:#fff;  font-size:12px; text-decoration:none}
a:active {color:#fff;   font-size:12px;text-decoration:none}
a:hover {color:#ebcc88;  font-size:12px;text-decoration:none}

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

li{
margin-left:0px;
padding-left:17px;
}

table{
 width:100%;
 height:100%;
}

img {
  margin:0px;
  border:none;
}

h1 {
 margin-top:5px;
 padding-top:0px;
 font-weight:bold;
 font-size:12px;
 color:#725656;
}

h2 {
 font-weight:bold;
 font-size:12px;
 color:#725656;
}

h3 {
font-weight:bold;
 font-size:12px;
 color:#fff;
}

#rahmen1{
 position:relative;
 background:#d1913a;
 width:1000px;
 height:590px;
 text-align:left;
}


#logo {
position:relative;
left:390px;
top: 10px;
}


#kopf{
 width:1000px;
 height:66px;
 background:#fff;
}

#main{
 background:#d1913a;

 height:524px;
}

#nenner {
 position:absolute;
 left:610px;
 top: 515px;
}

/*Hauptmenue*/

#mp1 {
 position:absolute;
 display:block;
 width:100px;
 height:27px;
 left:4px;
 top: 66px;
 background: url(../grafik/m1a.gif) top no-repeat;
}
#mp1:hover{
background: url(../grafik/m1b.gif) top no-repeat;
}

#mp2 {
 position:absolute;
 display:block;
 width:97px;
 height:27px;
 left:104px;
 top: 66px;
 background: url(../grafik/m2a.gif) top no-repeat;
}
#mp2:hover{
 background: url(../grafik/m2b.gif) top no-repeat;
}

#mp3 {
 position:absolute;
 display:block;
 width:220px;
 height:27px;
 left:201px;
 top: 66px;
 background: url(../grafik/m3a.gif) top no-repeat;
}
#mp3:hover{
 background: url(../grafik/m3b.gif) top no-repeat;
}

#mp4 {
 position:absolute;
 display:block;
 width:156px;
 height:27px;
 left:421px;
 top: 66px;
 background: url(../grafik/m4a.gif) top no-repeat;
}
#mp4:hover{
 background: url(../grafik/m4b.gif) top no-repeat;
}

#mp5 {
 position:absolute;
 display:block;
 width:73px;
 height:27px;
 left:577px;
 top: 66px;
 background: url(../grafik/m5a.gif) top no-repeat;
}
#mp5:hover{
 background: url(../grafik/m5b.gif) top no-repeat;
}

#mp6 {
 position:absolute;
 display:block;
 width:66px;
 height:27px;
 left:650px;
 top: 66px;
 background: url(../grafik/m6a.gif) top no-repeat;
}
#mp6:hover{
 background: url(../grafik/m6b.gif) top no-repeat;
}

#mp7 {
 position:absolute;
 display:block;
 width:176px;
 height:27px;
 left:716px;
 top: 66px;
 background: url(../grafik/m7a.gif) top no-repeat;
}
#mp7:hover{
 background: url(../grafik/m7b.gif) top no-repeat;
}


#textundscroll {
 position:absolute;
 left:0px;
 top:140px;
 width:600px;
 height:430px;
 font-size:12px;
 text-align:left;
 color:#fff;

}
#textfeld {
 /*background:#ccc;*/
 position:absolute;
 left:40px;
 top:0px;
 width:480px;

 font-size:12px;
 text-align:left;
 color:#fff;

}

/*scrollleiste*/
#scrollleiste{
        position:absolute;
        left:555px;
        top:0px;
        width:15px;
        height:420px;
        background:url(../grafik/scroll_mitte.gif) top left repeat #d1913a;
}
#textundscroll #scrollleiste a{
        background: none;
}
#textundscroll #scrollleiste a.oben{
        display:block;
        width:15px;
        height:15px;
        background:url(../grafik/scroll_oben.gif) top left no-repeat;
}
div#balken{
        padding:0px;
        margin:0px;
        display:block;
        width:15px;
        height:15px;
        position:absolute;
        top:15px;
        left:0px;
        background:url(../grafik/scroll_greifer_m.gif) top left repeat #fff;
        cursor:pointer;
}
.greifer_u{
        position:absolute;
        bottom:-1px;
        left:0px;
}
#textundscroll #scrollleiste a.unten{
        display:block;
        width:15px;
        height:15px;
        position:absolute;
        bottom:0px;
        left:0px;
        background:url(../grafik/scroll_unten.gif) top left no-repeat;
}