body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        line-height: 120%;
        color:#4F4F4F;
        background: #FEFEFC url(..//image/tlo.jpg);



}



/* styles für ebenen */
#rahmen {
        position: relative;
        z-index: 1;
        margin: 0px auto;
        width: 800px;
        height: 750px;
        background: #fff;



}
#logo{
        position: absolute;
        z-index: 2;
        width:800px;
        height: 70px;
        top: 0px;
        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: 795px;
        height: 1.5em;
        top: 165px;
        left: 0px;
        text-align: right;
        padding-right:5px;
        background-color:#FFFFFF;
        float:left;
}
#suchform {
        position: absolute;
        z-index: 5;
        top: 200px;
        left: 0px;
        width: 160px;
        height: 370px;
        padding-top: 5px;
        /*border: 1px solid black;*/
        background-color:#FFFFFF;
}
#content {
        position: relative;
        z-index: 6;
        float: left;
        top: 190px;
        left: 160px;
        width: 620px;
        height: 390px;
        padding-top: 20px;
        padding-left: 10px;
        padding-right:5px;
        overflow: auto;
   text-align:left;
        border-left: 1px dotted black;
        background-color:#FFFFFF;

        }
#content1 {
        position: relative;
        z-index: 6;
        float: left;
        top: 50px;
        left: 160px;
        width: 620px;
        height: 550px;
        padding-top: 20px;
        padding-left: 10px;
        overflow: auto;
   text-align:justify;
        /*border: 1px solid black;*/
        background-color:#FFFFFF;

        }
#fusszeile {
        position: absolute;
        z-index: 7;
        top: 717px;
        left: 0px;
        height: 30px;
        width: 800px;
        text-align: center;
        border-top: 1px dotted black;
    background-color:#F5F7E8;
   padding-top:3px;

}

/* Klassen */

/*Links global:*/

a:link {
        color: #FF9900;
        text-decoration: none;
        width:100px;

}
a:visited {
        color: #FF9900;
        text-decoration: none;
}
a:hover {
        color: #999999;
        text-decoration: underline;

}

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;
}
/*suchformular*/
.button {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-weight: bold;
        color: #666666;
        text-align: center;
        cursor: hand;
        background-color: #F6F6F6;
        height: 22px;
        width: 120px;
        border: 1pt solid #FF9900;
        vertical-align: middle;
}

.form {
        background-color: #ffffff;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        font-size: 9pt;
        color: #333333;


}
.select {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #F5F7E8;
        font-size: 9pt;
        color: #333333;
        width: 250px;
}
.select1 {
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-color: #F5F7E8;
        font-size: 9pt;
        color: #333333;
        width: 330px;
}

.beschriftung {
        font-size: 10pt;
        line-height: 16pt;
        font-weight: bold;
        color: #333333;
}
.beschriftung2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: #333333;
        font-weight: normal;
}
h4 {
text-align:left;
color:#000080;
font-size:8pt;
background-color:#FF1F00;
padding:4px;
}
a.new {
display: inline;
color: black;
background: transparent url(../image/new2_an.gif) 0 0.1em no-repeat;
padding-left: 50px;
font-size: 100%;
line-height:140%;
font-weight: normal;
vertical-align:middle;
}