#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	font-family: arial, sans-serif;
}

body {
	background-image: url("Background.png");
}

header {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 50px;
	text-align: center;
}

nav {
	text-align: center;
}

nav ul {
	list-style-type: none;
}

nav li {
	display: inline;
	margin-right: 40px;
}

a {
	color: #777;
	text-decoration: none;
	-webkit-transition: color ease-in 0.1s;
	-moz-transition: color ease-in 0.1s;
	-o-transition: color ease-in 0.1s;
	transition: color ease-in 0.1s;
}

a:hover {
	color: #20B2AA;
}

section {
	width: 603px;
	float: left;
	padding: 15px;
	margin-top: 15px;
	margin-right: 15px;
	background-color: #D8D8D8;
	border: 1px solid #DEDCD9;
	border-radius: 5px;
	margin-bottom: 15px;
}

.article {
	height: 120px;
	margin-top: 15px;
	margin-bottom: 47px;
}

.article img {
	float: left;
	padding: 5px;
	margin-right: 10px;
}

.article a {
	font-size: 18px;
}

aside {
	width: 258px;
	float: right;
	padding: 25px;
	margin-top: 15px;
	background-color: #D8D8D8;
	border: 1px solid #DEDCD9;
	border-radius: 5px;
	margin-bottom: 15px;
}

.sidebar img {
	padding: 5px;
	margin-top: 15px;
	border: 1px solid #DEDCD9;
}

.sidebar a {
	font-size: 18px;
	padding: 5px;
}

.sidebar p {
	padding: 5px;
}

footer {
	background-color: #D8D8D8;
	border: 1px solid #DEDCD9;
	border-radius: 5px;
	clear: both;
}

footer ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 20px;
}

footer li {
	margin-right: 15px;
	display: inline;
}

footer p {
	text-align: right;
	margin-right: 20px;
	color: #777;
}

#article h1 {
	color: #777;
	padding-bottom: 10px;
}

#über {
	margin: 15px;
}

#über h1 {
	color: #777;
	padding-bottom: 10px;
}

#kontakt {
	margin: 15px;
}

#kontakt h1 {
	color: #777;
	padding-bottom: 10px;
}

.bild {
	width: 200px;
	height: 100px;
	border: 1px solid #DEDCD9;
}

.bild_gross {
	position: absolute;
	width: 0px;
	-webkit-transition: width 0.3s linear 0s;
	-moz-transition: width 0.3s linear 0s;
	-o-transition: width 0.3s linear 0s;
	transition: width 0.3s linear 0s;
	z-index: 10;
}

.bild:hover + .bild_gross{
	width: 370px;
	border: 1px solid #DEDCD9;
}
