@import url('normalize.css');
@charset "utf-8";
body{ 
     background: url(../images/background/pflaster.png);
}
div {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 800px;
}
.footline { 
	width: 100%;
	padding: 0;
	floot: none;
}
.footline img {
	width: 100%;
}
.cpr {
	width: 20%;
	text-align:left;
	font-size: 0.8em;
	float: left;
	margin-top: 0px;
}
.footermenu {
	width:75%;
	text-align:right;
	padding-right:2.0em;
	font-size: 0.8em;
	color:#000;
	text-decoration:none;
	float:right;	
	margin-top: 0px;
}
.footermenu a {
	text-decoration:none;
	color:#000;
}
.footermenu a:hover { 
	font-size:0.9em;
	font:bold;
	text-decoration:underline;
	color:#F00;
}
.main p {
	font-family: Roboto, sans-serif;
    font-size:20px;
    font-weight: 400;
    line-height: 1.5em;
	text-align:center;
	color:#FFF;
}
.menu img {
	width: 250px;
	margin-left: 300px;
}
.wrapper{
    max-width: 1020px;
	height: 890px;
	margin: auto;
}