body {
        background:url(images/back.png);
        margin: 0px;
        color:#606060;
        font-family:arial;
        font-size: 14px;
        text-decoration:none
}
#container {
        position:relative;
        width:970px;
        margin:0 auto;
        background:url(images/back_container.png) repeat-y;

}
#header {
        background:  url(images/header.jpg) no-repeat;
        height: 190px;
        width:950px;
        margin:0 auto;
        position: relative;
        top: 0;
}

#clr {
        clear: both;
}

#menu {
        background:  url(images/back_menu.png) repeat-x;
        position:absolute;
        height: 35px;
        width:auto;
        left:15px;
        bottom:0;
        padding-right:60px;
        z-index:2;
}
#menu_left{
         position:absolute;
         bottom:0;
         left:-15px;
         width:15px;
         height:35px;
         background:url(images/menu_left.png) no-repeat;
}
#menu_right{
         position:absolute;
         bottom:0;
         right:-15px;
         width:15px;
         height:35px;
         background:url(images/menu_right.png) no-repeat;
}
#menu ul{
        height:26px;
        margin-top:9px;
}
#menu img{
         position:absolute;
         bottom:4px;
         right:15px;
}
#img{
        float:right;
        padding:5px 20px;
}
#layer2{
        position: relative;
        width: 890px;
        z-index:1;
        margin:0 auto;
        padding:20px 30px;

}
#content {
        padding-top: 28px;
        padding-left: 30px;
        padding-right: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: justify;
        border:1px solid #939393;

}


#text{
        float:left;
        width:830px;
        padding-bottom:50px;
        margin-right:30px;
}

#footer {
        text-align: center;
        font-size: 10px;
        padding-bottom:10px;
}


 h1 {
         font-family:tahoma,verdana;
         font-size: 18px;
 }

 h2 {
         font-family:tahoma,verdana;
         font-size: 14px;
         width:100%;
 }

#navi{
        z-index:3;
        float:left;
}

#navi, #navi ul {
         list-style-type:none;
        margin:0;
        padding:0;
}

#navi li {
         float:left;
}


#navi a
 {
        padding-left: 10px;
        padding-right: 10px;
        color:#FFFFFF;
        font-family:arial;
        font-size: 14px;
        text-decoration:none;
        text-align: center;
        line-height: 27px;

 }

#navi a:hover
 {
         background:url(images/menu_hover.png) repeat-x;
         padding:5px 10px;
 }

a{
         color:#856011;
        text-decoration:none;
 }

a:hover{
         color:#adadad;
 }

#kontakt{
        float:left;
}
#impressum{
        float:left;
        width:300px;
}
fieldset{
        padding:20px;
        margin:10px;
        border:none;
        background:#FFFFB6;
 }

input{
        margin:2px;
}
.label {
        width:120px;
        margin:0;
        padding:0;
        float:left;
}
fieldset img{
        float:left;
        margin-left:50px;
}
.formular{
        margin-left:50px;
        padding-bottom:3px;
}
legend{
        display:none;
}
#bottom{
         width:970px;
         height:12px;
         background:url(images/back_bottom.png) no-repeat;
         margin:0 auto;
         margin-bottom:40px;
}
