#logo
{
	width:100%;

}
#seite
{
max-width: 1000px;
margin: auto;
width: 100%;



}
.location
{
	max-width:490px;
	position:relative;
	top:5px;
	border:1px red solid;
}
#pin
{
	max-width:15px;
}
.article
{
	max-width: 49%;
	min-width: 250px;
	width: 49%;
	max-height:450px;
	float: left;
	margin: auto;
	margin-left:6px;
	text-align:center;

	


}
.picture
{
	width:100%;
	border:2px solid #564f3e;

}
.row
{
	margin-top:8px;
	width:100%;
	float:left;
}

body
{
	background-image:url("../Bilder/Verlauf1.jpg");
	background-repeat:repeat-x;
}
#footer
{
	max-width:1000px;
	text-align:center;
	color: grey;
	font-size:15px;
	margin:auto;
	margin-top:10px;
	
}
a
{
	text-decoration:none;
	border:none;
	color:grey;
}
img
{
	border:none;
}
a:hover
{
	color:red;
}
#content
{

	max-width:1000px;
	min-height:500px;
	overflow:hidden;
	background:#e8e7e4;
	// background:#d9d9da;
}
.trennlinie
{

	//background: #00A0EB;
	background: #aac208;
	max-width: 1000px;
	margin:auto;
	height: 8px;

}

#frucht
{
	width:100%;

}
#presenter
{

	max-width:1000px;
	float:left;
	margin-bottom:0px;
	margin-top:100px;
}
#presenter-lageplan
{
	max-width:1000px;
	float:left;
	background-color:black;
	border: black 1px solid;
	background-color:rgba(0,0,0,0.5);
	margin-bottom:0px;
	margin-top:80px;
}

#lageplan-picture
{
	width:60%;
}
#lageplan
{
	margin-left:5%;
}

#lageplan-big
{
	margin-left:20%;
}

#picture-left
{
    max-width: 100px;
    height: auto;
    float: left;
    margin-top: 15%;
    margin-left: 5%;
}

#picture-right
{
    max-width: 100px;
    height: auto;
    float: right;
    margin-top: 15%;
    margin-right: 5%;
}