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;
}
.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.1em;
		font-style: italic;
		padding-left: 20px;
}
h2{
		font-size: 1em;
		font-style: italic;
		font-weight: bold;
		padding-left: 10px;
}
#subnav{
        float: left;
		padding-left: 15px;
		background-color: #DEDEDE;
		text-align: left;
		width: 175px;
		margin-top: 20px;
		padding-top: 15px
}
#subnav a{
		display: block;
        font-size: 0.9em;
		color: #2C6758;
		border-bottom: 2px #2C6758 solid;
		border-left: 2px #2C6758 solid;
		font-style: italic;
		font-weight: bold;
		text-decoration: none;		
		padding-left: 5px;
		padding-bottom: 5px;
}
#subnav a:visited{
		color: #858383;
		background-color: #DEDEDE;
		text-decoration: underline;
}
#subnav a:hover{
		color: #B52733;
		background-color: #DEDEDE;
}
#subnav img{
	border: none;
	text-align: center;
}
#inhalt{
	background-color: White;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	margin-left:  200px;
}
#inhalt img{
	margin: 10px;
}
#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;
}
.right{
        float: right;
        margin-top: 3px;
        margin-bottom: 15px;
        margin-left: 15px;
}

#loes{         
	  font-size: 0.7em;
	  
}