
/**
 * Grundeinstellungen
 */
body{
    background-color: #000000;
    width:  100%;
    height: 100%;
    border:  0;
    margin:  0;
    padding: 0;
}

body,div,p,td,th,span {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.user {
    font-size:7pt;
    background: url(/images/frameset/bg/bg-leiste-rechts.gif) right no-repeat;
}



/**
 * Top-Menu-Ebene
 */
div#top {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 3%;
    width: 94%;
    height: 100%;
}

table#topmenu {
    width: 100%;
    background-image: url(/images/frameset/bg/bg-top.gif);
}

table#topmenu td {
    text-align: right;
    padding: 0;
}

table#lauftext {
    width: 100%;
    height: 90%;
    background-color: #F09700;
    background-image: url(/images/frameset/bg/bg.gif);
    border-left: 1px solid #FFFF00;
    border-right: 1px solid #FFFF00;
}

table#lauftext td {
    vertical-align: top;
    padding: 2px;
}



/**
 * Sub-Menu-Ebene
 */
div#sub {
    z-index: 2;
    position: absolute;
    top: 6%;
    left: 2%;
    width: 96%;
    height: 94%;
}

table#subframe {
    width:100%;
    height:100%;
    border: 0;
    margin: 0;
    padding: 0;
}

table#submenu {
    width: 100%;
    height: 16px;
}

table#submenu td {
    text-align: right;
    padding: 0 0 1px 0;
    border-bottom: 1px solid #FFFF00;
}

table#subsubmenu {
    width: 100%;
    height: 49px;
    background-color: #F09700;
    background-image: url(/images/frameset/bg/bg-leiste.gif);
}

table#trenner {
    width: 100%;
    height: 6px;
    background-color: #F09700;
    background-image: url(/images/frameset/bg/bg-trenner.gif);
}

table#main {
    width: 100%;
    height:100%;
    background-color: #FFAA00;
    background-image: url(/images/frameset/bg/bg.gif);
}

table#mainiframe {
    width: 100%;
    height:100%;
    padding: 8px 8px 0 8px;
}

iframe#iframe {
    width:100%;
    height:100%;
    border:0;
}



/**
 * Fussbereich
 */
div#bottom {
    position: absolute;
    top: 100%;
    left: 2%;
    width: 96%;
    text-align: center;
}

table#bottomtable {
    width: 100%;
    height:16px;
    background-color: #F09700;
    background-image: url(/images/frameset/bg/bg-bottom.gif);
}

