/*Dieser css-code entstand unter Einfluss genialer Seiten wie http://selfhtml.teamone.de , meyerweb.com , http://wwwbs.informatik.htw-dresden.de/svortrag/ai99/Kuehne/s2602_CSS_Vortrag/Inhaltsverzeichnis.html*/

/* erster Hintergrund */
body {
background: #4088BD url(../feuerwehr/bg4-1.jpg) 0 0 no-repeat fixed;
}
body {
position: relative; margin: 0; padding: 0;
}

/*Hintergrund von Menulinkfenster*/
div#links a {
background: transparent url(../feuerwehr/bg2-3.jpg) 0 0 no-repeat fixed;
}

/*Hintergrund vom content in Blau*/
div#content {
background: #5C70AF url(../feuerwehr/bg4-2.jpg) 0 0 no-repeat fixed;
}
/*Position und Aussehen des content Schrift in Ocker*/
div#content {
position: absolute; top: 22px; left: 171px; right: 12px;
   color: #EED; font: 13px verdana, sans-serif; padding: 10px; 
   border: groove red; border-width:2px;
}
div#content p {
margin: 0 1em 1em;
}
div#content h2 {
font-family:"verdana",Arial; text-align:center;font-weight:100; font-size:1.5em;
}

div#content h3 {
margin-bottom: 0.25em;
}

div#content h4 {
font-family:"verdana",Arial; text-align:center;font-weight:100; font-size:1.8em
}

div#content h5 {
font-family:"verdana",Arial;
}

/* Schriftfarbe im Menu */
div#links a {
   display: block; text-align: center; font: normal 1em sans-serif; 
   padding: 5px 10px; margin: 0 0 2px; border-width: 0; 
   text-decoration: none; color: #FFC; 
   } 
/* Schriftfarbe Besuchte Links im Menu */
div#links a:hover {
color: yellow;
} 
{background: transparent url(../feuerwehr/bg2-3.jpg) 0 0 no-repeat fixed;}

/* Überschrift */
h1 {
    margin: -9px -9px 0.5em; padding: 33px 0 5px; text-align: center; 
    Background-Color: #BCD5F3; /*ACE*/ 
    Font-Family: Tahoma, Verdana, Arial;
    Color: #004080; letter-spacing: 0.4em; /*Schriftfarbe*/
    font: lighter 25px sans-serif; 
    height: 22px; vertical-align: middle; 
    white-space: nowrap;
    }
 dt {
 font-weight: bold;
 } 
 dd {
 margin-bottom: 0.66em;
 }

div#content a:link {
color: white;
}
div#content a:visited {
color: #BBC;
}
div#content a:link:hover {
color: #FF0;
}
div#content a:visited:hover {
color: #CC0;
}
div#links {
position: absolute; top: 5px; left: 0; width: 160px; height: 700px; font: 16px helvetica, sans-serif;
}
/*code, pre {
color: #EDC; font: 110% monospace;
}*/  