body {
    font:12px Arial, Helvetica, sans-serif;
    color: #515254;    
    background-color: #DCDDDF;    
}

#main {
    width: 940px;
    background: white url(../images/muschel.png) 381px 120px no-repeat;
    min-height: 708px;
    margin: 30px auto;    
    padding: 0px 28px;
}

#main.hassubpages {
    background: white url(../images/blume.png) 667px 120px no-repeat;
}

#header {
    height: 120px;
    overflow: hidden;
}

#header img {
    margin: 0px;
    border: 0;
}

#header a {
    text-decoration: none;
    outline: none;
}

#main_menu, #subpages_menu {
    list-style-type: none;
    font: 12px "Trebutchet MS", sans-serif;
    letter-spacing: 1px;    
    width: 168px;    
    min-height: 540px;
    display: block;
    float:left;
    margin: 0px;
    margin-right: 6px;
    padding: 0px;    
}

#main_menu {
    background: #A6A7A9 url(../images/navi_top.png) left top no-repeat;
}

#subpages_menu {
    background-color: #F0AA90;
}

#main_menu li,
#subpages_menu li {    
    height: 54px;
    line-height: 54px;
    vertical-align: middle;    
}

#main_menu li {
    border-bottom: 1px #B8B9BB solid;
    padding-left: 17px;
}

#subpages_menu li {
    border-bottom: 1px #F4BFAD solid;
    padding-left: 12px;
}

#main_menu li a,
#subpages_menu li a {
    color: #515254;
    text-decoration: none;
    outline:none;
    text-transform: uppercase;
}

#main_menu li a:hover,
#main_menu li a:active,
#main_menu li a.menu_active {
    color: white;
}

#subpages_menu li a:hover,
#subpages_menu li a:active,
#subpages_menu li a.menu_active {
    color: white;
}

#subpages_menu li.menu_active {
    background-color: #EC916F;
}

#content {
    background-color: #FADACD;
    width: 391px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 16px;
    overflow: hidden;
    float: left;
    min-height: 524px;
    line-height: 16px;
    border-right: 6px white solid;
}

#content.onecolumn {
    width: 217px !important;
}

#content h2 {
    font-size: 13px;
    text-transform: uppercase;    
    color: #C0012A;
}

#content h3 {
    font-size: 12px;    
}

#content a {
    color: #C0012A;
    text-decoration: none;
    border-bottom: 1px #C0012A solid;
}

#content a:hover,
#content a:active {
    color: white;
    border-bottom: 1px white solid;
}

#content p {
    margin-top: 4px;
}

#footer {
    float:none;
    clear:left;
    text-align: right;
    padding-top: 10px;
    font: 12px "Trebutchet MS", sans-serif;
    letter-spacing: 1px;        
}

#footer img {
    margin: 0px;
    vertical-align: middle;
}

#footer a {
    color: #979797;
    text-decoration: none;
    border-bottom: 1px white solid;
    margin-right: 5px;
    margin-left: 7px;
    text-transform: uppercase;
}

#footer a:hover,
#footer a:active {
    border-bottom: 1px #979797 solid;
}
