@charset "ISO-8859-1";

* {
padding:0; /*Innenabstand*/
margin:0; /*Außenabstand*/
font-family:verdana;
}


body {
         background-color:#878787;
         background-image:url(design/bg.gif);
         background-repeat:repeat;
}

a:link { color:#CC3300; }
a:visited { color:#993300; }
a:active { color:#993300; }
a:hover {color:#ff3300; }



h1 {
         font-variant:small-caps;
         text-decoration:underline;
         text-align:center;
         margin-top:20px;
         margin-bottom:10px;
}

h2 {

         text-decoration:underline;
         text-align:center;
         margin-top:15px;
         margin-bottom:10px;
}

h3 {
         font-variant:small-caps;
         text-align:center;
         margin-top:3px;
         margin-bottom:3px;
         font-size:24px;
}

p {
         margin-left:7px;
         margin-right:7px;
         margin-top:5px;
         padding:5px;
}

hr {
         margin-top:10px;
         margin-bottom:10px;
}

img.fluss {
         width:150px;
         height:100px;
         float:right;
         margin-left:10px;
         margin-bottom:10px;
}

img.thumb {
         width:150px;
         height:118px;
}

img.ava {
         width:100px;
         height:100px;
}



img.banner {
         width:468px;
         height:60px;
}

table.aussen {
         margin:15px;
         background:url(design/weiss.png);
         width:620px;
}

#layout {
         width:1000px;
         height:628px;
         border-width:2px;
         border-style:solid;
         position:absolute;
         margin:-314px 0px 0px -500px;
         top: 50%;
         left: 50%;

}

#header {
        width;1000px;
        height:149px;
        position:absolute;
        background:url(design/bg.gif);
        margin-left:0px;
        margin-top:0px;
}

#left {
        width:158px;
        height:357px;
        position:absolute;
        background-image:url(design/linksbg.jpg);
        margin-left:0px;
        margin-top:149px;
        padding-top:121px;
}

#left a {
         font-variant:small-caps;
         display:block;
         color:#000000;
         width:150px;
         height:40px;
         font-size:22px;
         text-decoration:none;
         text-align:center;
         padding-top:7px;
         background-image:url(design/off.png);
}
#left a:hover {
         font-variant:small-caps;
         display:block;
         color:#000000;
         background-image:url(design/on.png);
}

#right {
        width:175px
        height:478px;
        position:absolute;
        background-image:url(design/rechtsbg.jpg);
        margin-left:827px;
        margin-top:149px;
}

#navi {
        width:667px
        height:37px;
        background:url(design/navibg.jpg);
        position:absolute;
        margin-left:158px;
        margin-top:148px;
        border-width:1px;
        border-style:solid;

}

#navi a {
         font-variant:small-caps;
         display:block;
         color:#000000;
         width:165px;
         height:30px;
         font-size:22px;
         text-decoration:none;
         text-align:center;
         padding-top:4px;
         background-image:url(design/off2.png);
}
#navi a:hover {
         font-variant:small-caps;
         display:block;
         color:#000000;
         background-image:url(design/on2.png);
}


#inhalt {
        width:667px;
        height:407px;
        overflow:auto;
        background-image:url(design/innenbg.jpg);
        position:absolute;
        margin-left:158px;
        margin-top:188px;
        text-align:justify;
        border-width:1px;
        border-style:solid;
}

#footer {
        background-image:url(design/untenbg.jpg);
        position:absolute;
        width:667px;
        height:32px;
        margin-left:158px;
        margin-top:595px;
        border-width:1px;
        border-style:solid;
}