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

 /* Definition der CSS-Boxen */

#alles {
         width:1000px;
         border-width:2px;
         border-style:solid;
         position:absolute;
         margin:0px 0px 0px -500px;
         top: 25px;
         left: 50%;
         background-image:url(design/bgstreu.gif);

}

#header {
         width:1000px;
         height:151px;
         background-image:url(design/header.jpg);
         padding:0px;
}

#menu {
        float:left;
        width:168px;
}

#content {
        width:832px;
        text-align:justify;
        float:left;
        margin-right:0;
        background-image:url(design/bgmain.gif);
        padding-bottom:25px;
}


#footer {
         width:1000px;
         height:29px;
         clear:left;
         padding:0px;
         background-image:url(design/footer.jpg);
}




/* Linkformate */

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

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


/* Textformatierungen */

body {
         margin:0;
         padding:0;
         background-color:#96735B;
}


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 {
         background:url(design/trans.gif);
         width:95%;
         margin-left:20px;
         margin-right:10px;
         margin-top:-110px;
}
