* {
	margin:0;
	padding:0;
	font-size:1.0em;
}
html {
	height:101%;
}
body {
	text-align:center;
	background:#7D7770;
	padding-bottom:20px;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
.wrapper {
	text-align:left;
	width:980px;
	margin:0 auto;
	background:url(../images/layout/background-content.png) repeat-y center top;
}
.inside {
	margin:0 15px 0 15px;
	background-color:#FFFFFF;
}
.footer {
	height:35px;
	overflow:hidden;
	background:#7D7770 url(../images/layout/background-footer.png) no-repeat center top;
}
.footer p.impressum {
	height:20px;	
	line-height:20px;	
	margin:15px 15px 0 0;
	background:url(../images/layout/de_de/impressum.png) no-repeat right center;
}
.footer p.impressum a {
	width:70px;
	display:block;
	float:right;
	text-indent:-9999em;
}
