body {
    background: #333 url(../img/header.jpg) center -33px no-repeat;
    font: normal 73%/1.5em Verdana;
    margin: 0;
}

p, form, ul {
    margin: 0;
    padding: 0;
}

.page_title {
    font-family: Helvetica, Arial, sans-serif; /* font-size: 1em; */
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
    text-transform: uppercase;
    word-spacing: 0.3em;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: 1px solid #AFAFAF;
}

.verkauf {
    width: 660px;
}

h2.category {
    color: #444;
}

ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
    font-family: Verdana; /* font-size: 0.75em; */
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 2em;
    border-bottom: 1px solid #EFEFEF;
}

ul li a {
    text-decoration: none;
    color: #777;
}

ul li a:hover {
    color: #333;
    text-decoration: none;
}

ul.verkauf li span {
    float: right;
    color: #777;
}

#main {
    padding-top: 30px;
    text-align: center;
}

.wrapper {
    width: 950px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 185px;
}

#header .wrapper {
    position: relative;
    height: 185px;
    background: url("../img/logo_2011.png") no-repeat scroll 615px 80px transparent;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 146px;
    width: 335px;
    background: transparent url(../img/logo_2011.png) -545px 0 no-repeat;
}

#decoline {
    border-bottom: 0px solid #5b5b5b;
    position: absolute;
    width: 950px;
    bottom: 45px;
    left: 0px;
}

#navigation {
    position: absolute;
    bottom: 0;
    left: -15px;
    height: 21px;
    padding: 10px 5px 5px 15px;
    background: transparent url(../img/navi_back.png) 0 0 no-repeat;
}

#sub_container {
    overflow: hidden;
    padding-top: 10px;
    background: #C4C4C4 url('../img/sub_container_back.png') repeat-x top left;
    width: 980px;
    margin: 0 auto;    
}

#sub_container .idTabs {
    height: 26px;
}

#content {
    background-color: #FFF;
    width: 980px;
    margin: 0 auto;
}

#content .wrapper {
    padding: 25px 0;
}

#content .right {
    width: 700px;
    margin-left: 25px;
    float: left;
}

#content .left {
    width: 225px;
    float: left;
}

#content_bottom {
    background: #333 url(../img/footer.png) center bottom no-repeat;
    height: 470px;
}

#content_bottom > .wrapper {
    padding: 30px 0;
    width: 980px;
    margin: 0 auto;
    background-color: #C4C4C4;
}

#content_bottom h3 {
    color: #555;
}

#content_bottom ul,
#content_bottom h3 {
    margin: 0;
    padding: 0;
}

#content_bottom .col_01,
#content_bottom .col_02,
#content_bottom .col_03 {
    float: left;
    width: 270px;
    margin: 0 20px 0 25px;
    color: #555;
}

#content_bottom .col_03 {
    margin-right: 0;
}

#content_bottom h3 {
    font-family: Helvetica, Arial, sans-serif; /* font-size: 1em; */
    font-style: normal;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em;
    text-transform: uppercase;
    word-spacing: 0.3em;
    height: 2em;
}

#content_bottom ul li {
    list-style-type: none;

    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 2em;

    border-bottom: 1px solid #AFAFAF;
}

#content_bottom ul li a {
    text-decoration: none;
    color: #555;
}

#content_bottom ul li a:hover {
    color: #333;
}

#footer {
    width: 980px;
    margin: 0 auto;      
    height: 80px;
    color: #C4C4C4;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.05em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.7em;
}

#footer .wrapper {
    position: relative;
}

#footer a {
    text-decoration: none;
    color: #C4C4C4;
}

#footer a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

#footer strong {
    color: #fff;
}

#footer .wrapper .left {
    position: absolute;
    top: 20px;
    left: 0;
}

#footer .wrapper .right {
    position: absolute;
    top: 20px;
    right: 0;
}

