body {
	margin: 0;
	padding: 0;
}

a {
    color: #000;
}

a:hover,
a.active {
    color: #444;
}

#page-wrapper {
    padding: 14px;
    margin: 0 auto;
    width: 960px; }

#top-wrapper {
    height: 50px;
    position: relative; }

body.cf #top-wrapper {
    height: 40px;
}

#user-info-wrapper {
    position: absolute;
    top: -10px;
     }

#user-menu-wrapper {
    position: absolute;
    top: 21px;
    right: 0; }

body.cf #user-menu-wrapper {
    top: 14px;
}

#nav-wrapper {
    height: 40px;
    position: relative; }

#sub-nav-wrapper {
    min-height: 56px;
    position: relative;
    z-index: 500; }

#content-wrapper {
    padding-top: 8px;
    width: 960px; }

#content-inner-wrapper {
    padding-bottom: 8px;
    position: relative; }

#login-wrapper {
    position: relative;
    width: 960px;
    height: 480px; }

/* generelle styles */
.hidden {
    display: none;
}

.very-hidden {
    display: none !important;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.w25 {
    width: 25%;
}

.w33 {
    width: 33%;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.w90 {
    width: 90%;
}


.clear-all {
    clear: both;
}

.clear-left {
    clear: both;
}

.clear-right {
    clear: both;
}

#main-content {
    padding: 6px 14px; 
    position: relative;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.abs-right {
    position: absolute;
    right: 0;
}

.abs-left {
    position: absolute;
    left: 0;
}

.linked {
    cursor: pointer;
}

label.block,
button.block {
    display: block;
    font-weight: bold;
}

ol.sortable li,
ul.sortable li {
    cursor: move;
}

.sortable .non-sortable-item {
    cursor: auto;
}

ol.sortable li a,
ul.sortable li a {
    cursor: pointer;
}

.invisible-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#chart-wrapper {
    outline: none;
}

.image-spacer-16-16 {
    display: inline-block;
    width: 16px;
    height: 16px;
}
