/* @import url(http://fonts.googleapis.com/css?family=EB+Garamond); 'EB Garamond',  */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body {
	background: #fff url(/img/bg.gif) center 0 repeat-y;
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	font-size: 10px;
}

#content {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

#logo {
	position: absolute;
	left: 50px;
	top: 40px;
	width: 141px;
	height: 144px;
	background: transparent url(/img/logo.png) 0 0 no-repeat;
}

#daten {
	margin: 10px 0 0 250px;
}

h1 {
	padding: 40px 20px 0;
	font-size: 2rem;
	font-weight: normal;
	text-align: center;
	color: #749842;
}
h2 {
	padding: 10px 20px 0;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
h3 {
	padding: 20px 20px 0;
	margin: 0 auto;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: left;
}
h4 {
	padding: 20px 20px 0;
	margin: 0 auto;
	font-size: 1.1rem;
	font-weight: normal;
	text-align: center;
}
p {
	padding: 10px 20px 0;
	margin: 0 auto;
}

p, li, td { font-size: 1rem; }

table {
	width: 100%;
	margin: 0 20px 40px;
}

a {
	color: #749842;
}

.map {
	width: 100%;
	height: 400px;
}
.map iframe {
	width: 100%;
	height: 100%;
}
.map a {
	display: block;
	width: 100%;
	text-align: right;
}

#menu {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.1rem;
}
