body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        line-height: 12pt;
        color:#4F4F4F;
         background: #FEFEFC url(..//image/tlo.jpg);
}

th {
        background-color: #FF9900;
        line-height: 10pt;
        text-indent: 6px;
}


td {
font-family : Arial, Helvetica, Sans-Serif;
background-color : white;
font-size : 8pt;
font-variant : normal;
font-weight : lighter;
font-style : normal;
text-align : left;
vertical-align : middle;
}
.tdk {
font-family : Arial, Helvetica, Sans-Serif;
background-color :#ffffff;
font-size : 8pt;
font-variant : normal;
font-weight : lighter;
font-style : normal;
text-align : center;
vertical-align : middle;
}
.pl {
background-color : #f0f0f0;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 8pt;
font-variant : normal;
font-weight : lighter;
font-style : normal;
text-align : left;
vertical-align : middle;
}
.plw {
font-family : Arial, Helvetica, Sans-Serif;
font-size : 8pt;
font-variant : normal;
font-weight : lighter;
font-style : normal;
text-align : right;
vertical-align : middle;
}
.plg {
background-color : #f0f0f0;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 8pt;
font-variant : normal;
font-weight : lighter;
font-style : normal;
text-align : right;
vertical-align : middle;
}
.pln {
background-color : #f7ffc8;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 8pt;
font-variant : normal;
font-weight : lighter;
font-style : normal;
text-align : center;
vertical-align : middle;
}
.plm {
font-family : Arial, Helvetica, Sans-Serif;
font-size : 8pt;
font-variant : normal;
font-weight : lighter;
font-style : normal;
text-align : center;
}
.plo {
text-align : center;
}

/* styles für ebenen */
#rahmen {
        position: relative;
        z-index: 1;
        margin: 0px auto;
        width: 800px;
        height: auto;


}
#logo{
        position: absolute;
        z-index: 2;
        width:800px;
        height: 70px;
        top: 5px;
        left: 0px;
   color:#A639C1;
   padding-top:0px;
   text-align:right;
   background-image:url("../image/");

        /**/

}
#bildleiste {
        position: absolute;
        z-index: 3;
        width: 800px;
        height: 90px;
        top: 75px;
        left: 0px;
        text-align: right;
   /*background-color:red; */

}

#topnavi {
        position: absolute;
        z-index: 4;
        width: 800px;
        height: 25px;
        top: 165px;
        left: 0px;
        text-align: right;
        /*border: 1px solid black;*/
}
#suchform {
        position: absolute;
        z-index: 5;
        top: 200px;
        left: 0px;
        width: 160px;
        height: 370px;
        padding-top: 5px;
        /*border: 1px solid black;*/
}
#content {
        position: relative;
        z-index: 6;
        float: left;
        top: 190px;
        left: 160px;
        width: 620px;
        height: 590px;
        padding-top: 20px;
        padding-left: 10px;
        overflow: auto;
   text-align:justify;
        /*border: 1px solid black;*/

        }
#fusszeile {
        position: absolute;
        z-index: 7;
        top: 690px;
        left: 0px;
        height: 30px;
        width: 800px;
        text-align: center;
        /*border: 1px solid black;*/
    background-color:#F5F7E8;
   padding-top:3px;

}

/* Klassen */

/*Links global:*/

a:link {
        color: #FF9900;
        text-decoration: none;

}
a:visited {
        color: #FF9900;
        text-decoration: none;
}
a:hover {
        color: #999999;
        text-decoration: none;
}

a.topnavi:link {
        color: #FF9900;
        text-decoration: none;
        font-weight: bold;
        font-size: 0.8.0em;
}
/*Links hauptnavigation oben*/
a.topnavi:visited {
        color: #FF9900;
        text-decoration: none;
        font-weight: bold;
}
a.topnavi:hover {
        color: #999999;
        text-decoration: none;
        font-weight: bold;
}
h6 {
text-align:center;
}