body {
	margin: 0;
	padding: 0;

	background-color: white;
	background-image: url(/img/header_background.png);
	background-repeat: repeat-x;
	background-size: auto 4.8em;

	color: black;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
}

h1 {
	margin: 0;
	font-size: 120%;
}

h2 {
	margin: 0;
	font-size: 110%;
}

h3 {
	margin: 0;
	font-size: 105%;
}

#wrapper {
	position: relative;
	left: 1em;
	width: 92%;
	padding-top: 1em;
	font-size: 100%;
}

#logo {
	position: relative;
	z-index: 2;
}

#footer {
	clear: both;
	font-size: 90%;
	margin-bottom: 2em;
}

#preisserver-cookie-accept {
	display: none;
	visibility: hidden;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: dodgerblue;
	color: white;
	width: 100%;
	padding: 15px 0px;
	z-index: 10000;
}

#preisserver-cookie-accept button {
	border: 1px solid white;
	float: right;
	background-color: dodgerblue;
	color: white;
	padding: 5px;
	font-size: 15px;
	line-height: 17px;
	margin: 0 10px;
	cursor: pointer;
}

#preisserver-cookie-accept div {
	text-align: center;
	margin-top: 2px;
	padding: 0 30px;
	font-size: 15px;
}

#preisserver-cookie-accept a {
	text-decoration: underline;
	color: white;
}
