BODY 
{
    background:URL(back.png);    
    margin: 0px;
    width: 780px;
}
A {
    color: black;
}
DIV#seitenkopf {
    background-color:#F7E74A;
    width:780px;
}
DIV#navigation {
    position:absolute;
    top:87px;
    left:0px;
    z-index:-1000;
    width: 780px;
    height: 26px;
    background-color:#FCF39F;
    padding:0px;
    margin:0px;
    font:10pt Arial, Sans Serif;
    color:white;
    font-weight:bold;
    border-top:2px solid #FF0000;
    border-bottom:1px dotted #FF0000;
    //text-align:center;
}
DIV#navigation A.aktiv {
    background-color:#F7E74A;
    color:#000000;
    padding:5px;
    //border-top: 2px solid #FF0000;
    border-top: 2px solid #F7E74A;
    border-left: 2px solid #FF0000;
    border-right: 2px solid #FF0000;
    border-bottom:2px solid #FF0000;
}
DIV#navigation A.inaktiv {
    //background-color:#FCF39F;
    color:#000000;
    padding:5px;
    padding-bottom:4px;
    indent-left:2px;
    indent-right:2px;
    margin-bottom:2px;
    margin-top:2px;
    //border-top: 2px solid #FF0000;
    //border-left: 2px solid #FCF39F;
    //border-right: 2px solid #FCF39F;
    //border-bottom: 2px solid #FCF39F;
}
DIV#navigation A.inaktiv:hover {
    background-color:#F7E74A;
    color:#000000;
    padding:5px;
    //border-top: 2px solid #FF0000;
    border-top: 2px solid #F7E74A;
    border-left: 2px solid #FF0000;
    border-right: 2px solid #FF0000;
    border-bottom:2px solid #FF0000;}
DIV#navigation A:hover {
    color:#F72203;
}
DIV#subnavigation {
    padding:4px;
    padding-left:10px;
    margin-top:4px;
}
DIV#subnavigation A {
    padding-right:18px;
    font:10pt Arial, Sans Serif;
}
DIV#subnavigation A:hover {
    color:#F72203;
}
DIV#inhalt {
    position:absolute;
    top:118px;
    left:50px;
    padding:0px;
    font:11pt Arial, Sans Serif;
    width: 680px;
}
H1 {
    font:18pt Arial, Sans Serif;
    font-weight:bold;
    text-indent:0px;
    margin:0px;
}
