#content,
#sidebar-first,
#sidebar-second {
    float: left;
    display: inline;
    position: relative;
}

#content {
    width: 990px;
}
body.sidebar-first #content {
    width: 735px;
    left: 230px; /* LTR */
}
body.sidebar-second #content {
    width: 760px;
}
body.two-sidebars #content {
    width: 537px;
    left: 224px;
}

#sidebar-first {
    width: 219px;
    left: -735px;
}

body.two-sidebars #sidebar-first {
    left: -537px; /* LTR */
}

#sidebar-second {
    float: right; /* LTR */
    width: 204px;
}

.section {
    margin: 5px;
}

body.one-sidebar #content .section {
    margin: 5px 0;
}
body.sidebar-second #content .section {
    margin: 5px 5px 5px 5px;
}
body#ohnespalte #content{
    width:970px;
}
body.v2 #sidebar-first {
    position: absolute;
    left: 10px;
    top: 115px;
}
body.v2 #main #animation{
    margin-bottom: 20px;
    padding-bottom:0;
    padding-top:0;
    margin-top:5px;
    width:736px;
    height:auto;
    float:right;
    position:relative;
    z-index:0;
    overflow:hidden;
}

body.two-sidebars-header #sidebar-first {
    top: 0;
    left: 0;
}

body.two-sidebars-header #content-container {
    position: relative;
    left: 0;
    width: 745px;
    float: right;
}

body.two-sidebars-header #content-header {
    margin: 5px 5px 10px 5px;
}

body.two-sidebars-header #content {
    width: 537px;
}
