/* CSS-Dokument: Workspace WSP */

/*
    css-style fuer den body
    der body ist die summe aus

        header

        main

        footer

*/

/* layoutumstellung auf 990x710px: */
/* width: war 1010px */
.body{
    position:relative;

    top:0px;
    left:0px;
    width:980px;
    height:709px;
    overflow:hidden;
    }

/*  css-style fuer den inneren bereich fuer aufgaben und read-me's
    background-color kann auch durch ein background-image ersetzt werden */

/* layoutumstellung auf 990x710px: */
/* left: war 0px */
.main{
    position:absolute;
    top:157px;
    height:552px;
    width:1010px;
    left:-15px;
    background-color:#FFFFFF;
    z-index:101;
    overflow:hidden;
}

/* layoutumstellung auf 990x710px: */
/* left: war 98px */
.main_training {
    position:absolute;
    top:220px;
    height:40px;
    width:1010px;
    left:83px;
    background-color:#FFFFFF;
    z-index:101;
    overflow:auto;
    }

/* layoutumstellung auf 990x710px: */
/* left: war 37px */
.main_ov {
    position:absolute;
    left:22px;
    top:155px;
    height:441px;
    /*overflow:hidden;*/
}

.main_ov_title {
	position:absolute;
	left:200px;
	top:125px;
	overflow:visible;
}

