h1 {padding-left: 0;}

#wrap {
    overflow: inherit;
}
#header {
    display: none;
}
div.heading ul {
    display: none;
}
#topNavigation {
    display: none;
}

div#body {
    border: none;
}

div#sidebarLeft {
    float: none;
    width: 100%
}

#sidebarLeft #navigation {
    display: none;
}

#sidebarLeft #search {
    display: none;
}


#sidebarLeft h2 {
    display: none;
}

#sidebarLeft #partner {
    display: none;
}

div#addressBlock .subAddress {
    float: left;
    margin-right: 50px;
    border: 1px solid black;
    width: 200px;
    padding: 10px;
    margin-bottom: 2em;
}

div#addressBlock .subAddress h3 {
    margin-left: 0;
}
#sidebarRight {
    float: none;
    display: none;
}


div#content {
    clear: left;
    margin-left: 0;
    margin-right: 0;
    border: 0;
    margin-top: 2em;
    height: auto;
    min-height: 0;
    position: inherit;
    overflow:inherit;
}

div#content h2 {
    background-color: transparent;
}
div#content h2:before, div#content h2:after {
    content:none;
}

#cmsData {
    border: none;
}

#clearContent {
    display: none;
}
#footer {
    display: none;
}


ul#articleList li.article {
    page-break-inside:avoid;
}
