/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
@import url(../warp/css/layout.css);
/* Spacing
----------------------------------------------------------------------------------------------------*/
.module, #breadcrumbs {
    margin: 20px
    }
#content {
    margin: 35px;
    margin-left: 85px;
    margin-right: 85px;
    padding: 10px;
    line-height: 1.5
    }
#footer {
    margin: 0;
    padding: 10px
    }
#footer .module {
    margin: 0
    }
#headerbar {
    position: absolute;
    left: -15px
    }
/* Layout
----------------------------------------------------------------------------------------------------*/
#totop-scroller {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url(../images/totop_scroller.png) 50% 50% no-repeat;
    text-decoration: none
    }