body {
	background-color: #e7edbf;
	background-image: url(Logo-Streifen.png);
	background-repeat: no-repeat;
	color: #2a1416;
	font-family: sans-serif;
}
#streifen {
	position: absolute;
	background-image: url(bg-streifen.png);
	left: 0;
	top: 188px;
	bottom: 0;
	width: 200px;
}
#navigation {
    margin-left: 300px;
    margin-top: 40px
}
a {
     color: #a6c04f;	
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    color: #bfdc5b;
}
#navigation a {
    margin-right: 30px;
    font-size: 20pt;
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
}
#content {
    position: absolute;
    top: 200px;
    left: 250px;
    width: 970px;
}

#container {

}

.gallery-index {
	list-style-type: none;
}

.gallery-index li {
	display: inline;
	float: left;
	padding: 15px;
	text-align: center;
}

