html    {
    padding: 0;
    margin: 0;
}

body {
    background-color: #949494;
    font-size: 100.01%;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #000;
    height: 101%;  
}

#container  {
    position: relative;
    width: 1024px;
    background-color: #fff;
    background-image: url(images/hintergrund.jpg);
    background-repeat: repeat-y;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    padding-bottom: 2em;

}

#logo   {
        margin-left: 20px;
        margin-top: 20px;    
}

#header {
        float: right;
        width: 718px;
        height: 177px;
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: url(images/header.jpg);

}

#header6 {
        float: right;
        width: 718px;
        height: 177px;
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: url(images/feuerwehr.jpg);

}

#header10 {
        float: right;
        width: 718px;
        height: 177px;
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: url(images/veredlung.jpg);

}

#menue  {
        float: left;
        width: 286px;
        margin-top: 50px;      
}

#menue ul    {
        list-style-type: none;
        padding:0;
        margin: 0;
        margin-left: 20px;
        line-height: 1.5em;
}

#menue a    {
    text-decoration: none;
    color: #fff;
    font-size: 0.9em;
    padding-left: 18px;
}

#menue ul ul li {
    padding-left: 10px;
}

#menue ul ul li a {
        font-size: 0.7em;
}

/* Pfeil für den aktuellen Menuepunkt */
li.menu_current a {
    text-decoration: none;
    color: #000;
    font-size: 0.8em;
    padding-left: 18px;
    background: #1470B3 url(images/pfeil.gif) no-repeat;
    background-position: 5px 3px;
}

/* Das folgende Hintergrundbild gibt es nicht. IE hat aber Probleme mit der Darstellung, deswegen wurde dieser Fake eingebaut. */
#menue ul li ul li.menu_default a {
    background: #1470B3 url(pfeil.jpg) no-repeat;
}

.bg_menue   {
    margin-top: 2em;
    margin-bottom: 2em;
}

#inhalt {
    margin-left: 326px;
    margin-top: 50px;
}

img {
    border: 0;
}

h1  {
    font-size: 1em;
}

#footer {
    clear: both;
    font-size: 0.6em;
    color: #fff;
    padding-left: 20px;
}

