/* C Container */
#c_container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
/*    background-image: url(../images/black_over.png);*/
    z-index: 10;
    display: none;

}

div.cb {
    position: absolute;
    height: 446px;
    width: 480px;
    /*top : 204 px;*/
    top: 184px;
    left: 50%;
    margin-left: -224px;
    background: url("http://static.garbagegarage.de/web/css/images/box-bg2.png");
    background-repeat: no-repeat;
    background-position: left 20px;
    overflow: hidden;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
}

span.cb_cl {

    width: 44px;
    height: 44px;
    top: 9px;
    right: 12px;
    background: url("http://static.garbagegarage.de/web/css/images/close-btn.png") no-repeat;
    text-indent: 999px;
    display: block;
    position: absolute;
    /*top:0px;
     //right:0px;
     //height:25px;
     //width:25px;*/
    line-height: 20px;
    font-size: 20px;
    vertical-align: middle;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    /*border:solid 2px #fff;
     //border-radius:20px;
     //-moz-border-radius:20px;
     //-webkit-border-radius:20px;
     /background-color:#000000;*/
}

span.cb_cl:hover {
    cursor: pointer;
    color: #808080;
}

div.cb_in {
    height: 480px;
    width: 410px;
    margin-left: 26px;
    margin-top: 43px;
    color: #000000;
}

div.cb_in h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

div.cb_in h2 {
    font-size: 14px;
}

div.cb_in h3 {
    font-size: 14px;
}

div.cb_in h4 {
    font-size: 14px;
}

/*div.cb_in p {dispaly:block; width:400px; height:305px; padding-right:10px; text-align:justify; overflow:auto; padding-top:10px;}*/
div.cb_in div {
    dispaly: block;
    width: 400px;
    height: 305px;
    padding-right: 10px;
    text-align: justify;
    overflow: auto;
    padding-top: 10px;
}

div.cb_in a {
    color: #e6540d;
}

/* B Container */
div.foo {
    position: absolute;
    top: 670px;
    width: 100%;
    height: 100px;
    border-top: 0px solid #FAE4BF;
}

div.foo_in {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 800px;
    height: 121px;
    margin-left: -400px;
}

div.fbox {
    background-color: #14120F;
    border: 1px solid #14120F;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

div.lfoo {
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -374px;
    height: 34px;
    width: 748px;
    z-index: 1;
    color: #E9E9E9;
    text-align: center;
}

div.lfoo ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 9px;
}

div.lfoo li {
    float: left;
    padding-left: 0px;
}

div.lfoo span {
    color: #E9E9E9;
}

div.lfoo span:hover {
    cursor: pointer;
    color: #C28C36;
}

div.rfoo {
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -312px;
    height: 30px;
    width: 625px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
}

div.ufoo {
    position: absolute;
    bottom: 27px;
    left: 50%;
    height: 27px;
    width: 690px;
    margin-left: -328px;
    text-align: center;
}

img.ufoo_up {
    position: absolute;
    left: 0px;
    top: 0px;
}

p.ufoo_li {
    /*position: absolute;
    left: 0;
    top: 0;
    width: 350px;
    height: 20px;
    text-align: center;*/
    color: #E9E9E9;
}

p.ufoo_li a {
    color: #E9E9E9;
}

p.ufoo_li a:hover {
    color: #C28C36;
}

a.tdnone {
    text-decoration: none;
    color: #E9E9E9;
}

a.tdnone:hover {
    text-decoration: none;
    color: #C28C36;
}
