@charset "UTF-8";

body, html {

	font-size: 1em;
}

header img{
	float: left;
}

header h1{
	float:right;
}

@media only screen and (max-width:786px) {

}


@media only screen and (max-width:480px) {
	header h1{
		font-size: 1.5em;
		float:left;

	}
}

.trenner{
	border-bottom: 1px solid #000;
}

.clearfix{
	clear:both;
}

footer p{
	text-align:center;
	margin-top:25px;
}

.spacer{
	margin-top:25px;
}