<style type="text/css">
<!-- Marion Höfert -->

body {margin-left:10px; margin-top: 0px; overflow: auto;  background-color:#FFFF99;}

h1 {font: Arial; font-size: 24px; color: #000000; text-decoration: none}
h2 {font: Arial; font-size: 16px; color: #A02000; padding: 0px}

/* Ebene 1 für Menü */
.ebene1{position:absolute; left:20px; top:160px; width:180px; z-index:1;}

/* Ebene 2 für Seitenüberschrift */
.ebene2{position:absolute; left:226px; top:10px; width:1000px; z-index:2;}

/* Ebene 4 für Email-Formular */
.ebene4{position:absolute; left:210px; top:140px; width:1000px; background:#FFFF99; padding:0px; padding-top:0px; z-index:4;}

/* Ebene 5 für Seiteninhalt */
.ebene5{position:absolute; left:210px; top:140px; width:1000px; background:#FFFF99; padding:0px; padding-top:0px; z-index:5;}
/* Ebene 6 für Seiteninhalt Startseite*/
.ebene6{position:absolute; left:210px; top:140px; width:1000px; padding:0px; padding-top:0px; z-index:6;}

 a.link {
        display: block;
        width: 180px;
        text-align: center;
        text-decoration: none;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: #000000;
        background-color: #ffcc33;
        border-bottom: solid 1px #ffffff;}

 a.link:hover {
        color: #000000;
        background-color: #3399ff;}

 a.link:active {
        color: #FFFFFF;
        background-color: #33ccff;}

 a.bereich {
        display: block;
        width: 180px;
        text-align: center;
        text-decoration: none;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #6699FF;
        border-bottom: solid 1px #FFFFFF;}

 a.bereich:hover {
        color: #FFFFFF;
        background-color: #0099FF;}

 .menue{
        border-left: solid 1px #FFFFFF;
        border-right: solid 1px #FFFFFF;
        width: 200px;}

/* Linkoptionen für Zurück-Button */
a.back {
        width: 160px;
        text-align: center;
        text-decoration: none;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
        color: #000000;
        background-color: #FFFF00;}

a.back:hover {
        color: #000000;
        background-color: #ffcc33;}

a.back:active {
        color: #FFFFFF;
        background-color: #ffcc33;}

.nowrite {background-color:#eeeeee}


td {vertical-align:top};

</style>