html, body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #435052;
}

body {
    background: #000 center top URL(images/background.jpg) repeat-y;
}

#wrap {
    width: 980px;
    margin: 30px auto;
    text-align: left;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
    
#header {
    height: 210px;
    background: #515053 URL(images/bg_header.jpg) no-repeat;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 0 solid #fff;
    border-width: 1px;
}        
    
#middle {
    background: URL(images/bg_shadow-middle.png) repeat-x;
    border: 0 solid #fff;
    border-width: 0 1px;
    padding-top: 20px;
}
    
#middle-inner {
    background: URL(images/bg_middle-inner.png) repeat-y;
}
        
#left, #content, #right {
    min-height: 200px;
    display: inline;
}
        
#left {
    width: 205px;
    float: left;
    margin-right: 64px;
    margin-left: 15px;
}
        
#content {
    width: 410px;
    float: left;
}
            
#right {
    width: 205px;
    float: right;
    margin-right: 15px;
    margin-left: 64px;
}
            
#left .moduletable,
#right .moduletable {
    border-top: 3px solid #b5123e;
    background: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
            
div.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}

#footer {
    background: #d4738d URL(images/bg_footer.jpg) repeat-y;
    height: 22px;
    margin-top: 20px;
    border: 0 solid #fff;
    border-width: 0 1px 1px 1px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#copyline {
    width: 980px;
    margin: -15px auto 30px auto;
}

#left ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#left ul.menu li a {
    display: block;
    padding: 11px 10px 9px 35px;
    background: URL(images/bg_navi_l1.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    color: #333d3d;
}

#left ul.menu li a:hover,
#left ul.menu li a:focus,
#left ul.menu li a:active,
#left ul.menu li.active a {
    background-position: 0 -40px;
}
#right ul.menu,
#right ul.menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}

#right ul.menu li a {
    display: block;
    padding: 11px 10px 8px 35px;
    background: URL(images/bg_navi_l1.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    color: #333d3d;
}


#right .moduletable ul.menu ul {
    /*padding-top: 30px;*/
    padding-bottom: 0;
}

#right .moduletable ul.menu ul li {
    font-size: 11px;
    padding: 0;
}

#right .moduletable ul.menu ul li a {
    background: none;
    text-transform: none;
    padding: 6px 10px 6px 30px;
    background: URL(images/bg_right_moduletable_li.jpg) no-repeat;
}

#copyline ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#copyline ul li {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    background: right 4px URL(images/copyline_trenner.gif) no-repeat;
}

#copyline ul li.last {
    background: none;
    padding-right: 0;
}

#copyline ul li a {
    color: #435052;
    text-decoration: none;
}

.unsichtbar,
.invisible {
    position: absolute;
    margin-left: -9999px;
}

h2,
h3 {
    color: #993366;
    font-size: 1.2em;
}

#left ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

#right ul.menu,
#right ul.menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}

#right ul.menu li a {
    display: block;
    padding: 11px 10px 8px 35px;
    background: URL(../images/bg_navi_l1.gif) no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    color: #333d3d;
}

#right .moduletable ul.menu ul {
    /*padding-top: 30px;*/
    padding-bottom: 0;
}

#right .moduletable ul.menu ul li {
    font-size: 11px;
    padding: 0;
}

#right .moduletable ul.menu ul li a {
    background: none;
    text-transform: none;
    padding: 6px 10px 6px 30px;
    background: URL(../images/bg_right_moduletable_li.jpg) no-repeat;
}

#right .moduletable ul.menu ul li a:hover,
#right .moduletable ul.menu ul li a:focus,
#right .moduletable ul.menu ul li a:active,
#right .moduletable ul.menu ul li a.active {
    color: #b41e3f;
    background-position: 0 -100px;
}


#copyline ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#copyline ul li {
    display: inline-block;
    padding-right: 6px;
    padding-left: 6px;
    background: right 4px URL(../images/copyline_trenner.gif) no-repeat;
}

#copyline ul li.last {
    background: none;
    padding-right: 0;
}

#copyline ul li a {
    color: #435052;
    text-decoration: none;
}