body{
        background-color: white;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
}
#container{
        width: 750px;
		  margin: auto;
}
#strich{
                border-bottom: 2px #0069b3 solid;
                margin-bottom: 10px;
}
#ueberschrift{
               background-image: url(images/spatzen.jpg);
        color: White;
                font-size: 1.9em;
                font-variant: small-caps;
                font-style: italic;
                font-weight: 900;
        text-align: center;

}
#logo  img{
        text-align: left;
        background-color: White;
                padding-left: 10px;
                padding-right: 17px;
                padding-bottom: 5px;
                padding-top: 10px;
                border: none;

}
#navi{
                margin-bottom: 10px;
}
.navi{
        width: 750px;
        text-align: right;
        background-color: #DEDEDE;
                border-right: 1px #2C6758 solid;
}
.navi a{
        font-size: 0.85em;
        background-color: #DEDEDE;
                padding-right: 8px;
                text-decoration: none;

}
.navi a:link{
                color: Black;
                background-color: #DEDEDE;
}
.navi a:visited{
                color: #B52733;
                background-color: #DEDEDE;
                text-decoration: underline;
}
.navi a:hover{
                color: #B52733;
                background-color: #DEDEDE;
}
.navi a:active{
                color: #858383;
                background-color: #DEDEDE;
}
h1{
        font-size: 1.2em;
                font-style: italic;
}
h2{
        font-size: 1.1em;
        font-style: italic;
}
#inhalt{
        background-color: White;
        padding: 20px;
        text-align: justify;
}
#inhalt a{
        text-decoration: none;
        font-size: 0.95em;
        font-weight: bold;
        font-stretch: wider;
}
#inhalt a:link{
        color: #B52733;
}
#inhalt a:visited{
        color: #858383;
}
#inhalt a:hover{
        color: #2C6758;
        text-decoration: underline;
}
#leiste{
        width: 750px;
        background-color: #427467;
        color: #ECB205;
        font-size: small;
        font-style: italic;
        text-align: left;
        padding-left: 5px;
        border-bottom: 1px #0069b3 solid;
        margin-top: 5px;

}
#leiste a{
        color: White;
        text-decoration: none;
}
.left{
        float: left;
        margin-top: 3px;
        margin-bottom: 5px;
        margin-right: 15px;
}
.right{
        float: right;
        margin-top: 3px;
        margin-bottom: 5px;
        margin-left: 15px;
}