body {
	width: 100%;

	margin: 0;
	padding: 0;

	background-color: white;
	background-image: url(/img/header_background.png);
	background-repeat: repeat-x;

	color: black;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 120%;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 110%;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 105%;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 1000px;
}

#logo {
	margin-top: 4px;
}

#footer {
	clear: both;
	font-size: 90%;
	margin-bottom: 20px;
}

#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;
}
