@charset "utf-8";
div,
img {
	border: none;
}

html,
body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;
}

body {
	background: #fff url(body_bg.png) top center repeat-x;
	color: #000;
	font-family: Arial, sans-serif;
	text-align: center;
}

#page,
#main,
#head,
#content,
#footer {
	margin: auto;
}

#page {
	width: 100%;
	margin: 0 auto;
	animation: fadein 999ms;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

#main {
	max-width: 50rem;
	width: 100%;
}

#head {
	display: block;
	margin: 6rem 0 0 0;
	padding: 0 1rem;
}

#head a,
#head a img {
	display: block;
}

#content {
	display: block;
	margin: 6rem 0 1rem 0;
	padding: 0 1rem;
	font-size: 1.6em;
	line-height: 1.4em;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	width: 100%;
	height: 100%;
}

#content a:hover {
	text-decoration: underline;
	color: #238 !important;
}

.intro {
	font-size: 2.6rem;
	line-height: 3rem;
	text-shadow: 0.2rem 0.2rem 0.4rem #ccc;
}

h1 {
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: bold;
	color: #238;
}

h2 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	color: #000;
}

table {
	width: auto;
}

td {
	text-align: left;
	padding: 0.2rem 1rem;
	vertical-align: top;
	word-wrap: none;
}

.info {
	color: #666;
}

.impressum h2 {
	text-align: left;
}

.impressum .legal {
	text-align: justify;
}

.datenschutz {
	text-align: left;
}

.datenschutz p {
	text-align: justify;
}

p.imprint {
	font-size: 1.2rem;
	text-align: right;
}

.imprint a {
	color: inherit;
}