body {
    background: none;
    color: #000 ! important;
    font-size: 12px;
    line-height: 14px;
}

#site-header {
    position: static;
}

#logo {
    display: block;
    position: static;
    margin: 20px;
}

#logo img {
    width: 25%;
    height: auto;
}

#main {
    overflow: visible;
    height: auto;
}

.headline {
    font-weight: bold;
    color: rgb(0,78,143);
    letter-spacing: 0;
    background: none;
    position: static;
    display: block;
	filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0.5em 0 -0.5em 0;
    padding: 0;
}

.content {
    height: auto;
    position: static;
    display: inline;
}

.scroll-content {
    height: auto;
    overflow: visible;
}

.box {
    padding: 0;
    height: auto;
    width: 80%;
}


.ui-accordion-content {
    display: block ! important;
}

.column {
    border: none;
    border-top: 1px solid #000;
    background: none;
}

p {
    margin: 0 0 0.25em 0;
}

.forward-button,
#background,
#site-footer,
#side-nav,
#header-nav,
#content-story,
#content-beispiele,
#content-start,
#content-1,
#content-2
#content-3,
#content-4,
#content-wie-weiter,
#content-impressum {
    display: none;
}