@charset "utf-8";
/* CSS Document */
body {
	font-family: Helvetica, sans-serif;
	width: 980px;
	background: #2A2A2A;
	text-align: center;
	margin: 0px auto;
}
#content {
	padding-top: 20px;
	background: #fff;
	height: 1000px;
}
#header {
    clear: both;
    height: 100px;
    margin: 0px auto;
    padding: 0px;
}
.logo {
	width: 200px;
	float: left;
}
.menu {
	width: 200px;
	float: right;
}
.menu ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    line-height: normal;
}
.menu li {
    float: left;
	padding: 20px
}
.menu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #000644;
    border: none;
}
.ueberschrift {
	height:	120px;
	background-color: #000644;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}
.matratze img {
	text-align: center;
}
.mrclean {
	background-color: #dfb021;
	color: #fff;
	padding: 2px;
	font-size: 20px;
}
.mrcleanaddress {
	margin-top: 40px;
}
#footer p {
    margin: 0;
    padding: 10px;
    line-height: normal;
	text-align: left;
	font-size: 12px;
    text-transform: capitalize;
    color: #A0A0A0;
}
#footer a {
    color: #A0A0A0;
}












