body { 
    margin: 10px;
    padding: 0; 
    font-family: "Vollkorn", serif, Times;
    font-size: 100%;
    background-color: #EDEDEC;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
    background-color: #920000;
    background-image: url('img/voegel.png');
    background-repeat: no-repeat;
	background-position: 35% 3%;
	padding-top: 20px;
}

h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 26px;
	
}

h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 550px;
    width: 800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 510px;
    width: 760px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
    margin-left: 20px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}
div.panel img#pass {
	height: 55%;
	margin-right: 40px;
	float: left;
}
footer {
	text-align: center;
	height: 25px;
padding-top: 10px;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
#vereine img{
	width: auto;
	height: 120px;
}