/*

    STYLES ZUR GRUNDLEGENDEN VISUELLEN AUFTEILUNG DES SKINS

*/

.space_app {
    position: absolute;
    width: 988px;
    height: 684px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.space_app_border {
    border: 1px solid;
}

.space_header {
    position: relative;
    left: 0;
    height: 60px;
}

.space_subheader {
    position: relative;
    left: 0;
    height: 35px;
}

/* zum positionieren einer Grafik oder eines Logos im Header */
.space_header_gfx {
    display: none;
}

.space_header_border {
/*border: 1px solid;*/
}

.space_main {
    position: relative;
    height: 589px;
}

/* Baumnavi-Aufteilung */
.space_tree {
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 589px;
    padding: 0;
    border: 0;
    margin: 0;
    overflow: hidden;
    background-image: url( ../../theme/img/spaces/space_tree.gif );
    background-repeat: no-repeat;
}

.space_tree_footer {
    position: absolute;
    left: 0;
    top: 564px;
    width: 240px;
    height: 25px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-image: url( ../../theme/img/spaces/space_tree_ft.gif );
    background-repeat: no-repeat;
}

.space_tree_scrollarea {
    position: relative;
    margin-left: 9px;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    overflow: hidden;
}

.space_tree_scrollcontrol {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    font-size: 0;
    line-height: 0;
}

.space_tree_scrollbar_container {
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
}

.space_content {
    position: relative;
    height: 544px;
    padding-top: 20px;
    margin-left: 240px;
    overflow: hidden;
}

.space_content_full {
    position: relative;
    height: 544px;
    padding-top: 20px;
    margin-left: 240px;
    overflow: hidden;
}

.space_content_border {
    border: 0 solid;
}

/* Bereich in dem der Titel der Aufgabe angezeigt wird */
.space_content_title {
    position: relative;
    height: 25px;
    margin-bottom: 8px;
}

.space_content_workdescription {
    position: relative; /*height:53px;*/
}

.space_content_workspace {
    position: relative;
    height: 431px; /* hoehe fuer den aufgabenbereich */
}

.space_pager {
    position: relative;
    height: 25px;
    padding: 0;
    margin: 0;
    z-index: 10000;
}

.space_footer {
    position: relative;
    height: 25px;
    padding: 0;
    margin-left: 240px;
}

.space_footer_full {
    position: relative;
    height: 25px;
    padding: 0;
    margin-left: 240px;
}

.space_footer_border {
/*border: 1px solid;*/
/*border-left:0;*/
}

.space_login_position {
    position: absolute;
    left: 160px;
    top: 342px;
}

.space_wsp_position {
    position: absolute;
    left: 35px;
    top: 1px;
}

.spaces_tree_position {
    padding-top: 32px;
    padding-bottom: 32px;
}

