/* css für die Startseite und Navigation */

*{
         padding: 0;
         background-image:url(https://dpsg-freunde.de/pictures/grafik/BG-FuF.jpg);
         Content-Type: text/css; charset=ISO-8859-1;
}

body {
         margin: 0 auto;
         width: 1000px;
         height: 800px;
         font: 20px arial;
         //font-weight: 650px;
}

#header {
         height: 80px;
}

#header_left {
         margin-top: 5px;
         //left: 140px;
         img {
            width: 150px;
         }
}
#header_stand {
         margin-top: 0px;
         margin-left: 30px;
}
#header_center {
         margin-top: -100px;
         margin-left: 250px;
         img {
           width: 650px;
         }
}
#navi {
         width: 150px;
         height: 700px;
         float: left;
         line-height: 0.9em;
}

#navi a {
         height: 30px;
         width: 100%;
         display: block;
         text-decoration: none;
         color: black;
}

#navi a:hover {
         color: #ED1C24;
         //color: #E4EE2E;
         //background: darkgrey;
}

#content {
         width: 846px;
         height: 700px;
         float: left;
         overflow: auto;
}