*{
    padding: 0px;
    margin: 0px;
    background: none;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    background-color:#191919;
    font-size:12px;
}

/*-----------------------*/
.BAUSTELLE{
    background-color:black;
}
.BAUSTELLE div{
    background-image:url(images/header_logo.gif);
    background-repeat:no-repeat;
    background-position: 195px 120px;
    padding-top: 200px;
    padding-left: 445px;
}
/*-----------------------*/
#WRAPPER{
}
#CONTAINER{
}
#HEADER{
    height: 167px;
    border-bottom: 1px solid #868213;
    background-color: black;
    overflow: hidden;
}
    #HEADER .logo{
        overflow: hidden;
        display: block;
        background-image:url(images/header_logo.gif);
        background-repeat:no-repeat;
        margin-top: 116px;
        margin-left: 192px;
        line-height: 500px;
        height: 51px;
        width: 431px;
    }

    
#BODY{
    width: 1250px;
}
#LEFT{
    float: left;
    overflow: hidden;
    width:192px;
    min-height: 300px;
}
#RIGHT{
    width: 1056px;
    float: left;
    overflow: hidden;
}
#FOOTER{
}

/*-----------------------*/
#LEFT ul{
    width:177px;
    list-style:none;
    margin-top: 30px;
}
#LEFT ul li{
    display:none;
    padding-bottom: 5px;
}
#LEFT ul li a{
    display: block;
    text-align:right;
    color: #646464;
    text-decoration: none;
    font-size: 12px;
}
#LEFT ul li a:hover,
#LEFT ul li.active a{
    color: #b8af27;
}
/*-----------------------*/
#SUBNAV{
    float: left;
    width:139px;
    min-height: 10px;
}
#SUBNAV ul{
    list-style:none;
}
#SUBNAV ul li{
    display:none;
    padding-bottom: 5px;
}
#SUBNAV ul li a{
    display: block;
    color: #646464;
    text-decoration: none;
    font-size: 12px;
}
#SUBNAV ul li a:hover,
#SUBNAV ul li.active a{
    color: #b8af27;
}
/*-----------------------*/
#SCROLL_CONTAINER{
    position:relative;
    width: 1056px;
    height: 384px;
    overflow:hidden;
    /*background-image:url(images/scrollerBg.gif);*/
    background-color:#252525;
}
#SCROLL_INNER{
    position:absolute;
    width: 100000px;
    overflow:hidden;
    height: 384px;
    cursor:move;
}
    #SCROLL_INNER *{
    }
    #SCROLL_INNER a{
        cursor:pointer;
    }

#SCROLL_BUTTONS{
    float:right;
}
#SCROLL_LEFT{
    background-image:url(images/leftRightButton.gif);
    background-position:left;
    height:13px;
    width:52px;
    border:none;
    cursor:pointer;
}
#SCROLL_RIGHT{
    background-image:url(images/leftRightButton.gif);
    background-position:right;
    height:13px;
    width:53px;
    border:none;
    cursor:pointer;
}
#SUBCONTENTCONTAINER{
    margin-top: 30px;
    clear:both;
    color: #6b6b6b;
}
#SUBCONTENT{
    padding-bottom:25px;
    float:left;
    width:750px;
}

#SUBCONTENT ul{
    list-style:none;
}

#SUBCONTENT ul li{
    padding-bottom:5px;
}

#SUBCONTENT ul li a{
    color:#646464;
    text-decoration:none;
    border-bottom:1px dotted #646464;
}

#SUBCONTENT ul li a:hover{
    color:#b8af27;
    text-decoration:none;
    border-bottom:1px solid #b8af27;
}

/*-----------------------*/
a{
}
a:hover{
}
/*-----------------------*/
.fadeIn{}
.hidden{
    display: none;
}
/*-----------------------*/
.white{
    color: white !important;
}
.yellow{
    color: #b8af27;
}
.Bild_links{
    float:left;
    margin:10px;
    margin-left:0px;
}
.Bild_rechts{
    float:right;
    margin:10px;
    margin-right:0px;
}
/*-----------------------*/
.part,
.textPartHalf,
.textPartFull,
.textPartThird{
    width: 1056px;
    height: 384px;
    float: left;
    overflow:hidden;
    width: 528px;
    color: white;
}
.part{
    width:auto;
}
.textPartHalf{
    width: 528px;
}
.textPartThird{
    width: 264px;
}

p.textPartFull{
    padding: 20px;
    width: 1016px;
    height: 344px;
}
p.textPartHalf{
    padding: 20px;
    width: 488px;
    height: 344px;
}
p.textPartThird{
    padding: 20px;
    width: 224px;
    height: 344px;
}

#SCROLL_INNER #m2{
    position:absolute;
    top: 0px;
    left: 0px;
}
#SCROLL_INNER #m4{
    position:absolute;
    top:0px;
    left: 16px;
}



