html, body {
	margin: 0;
	padding: 0;
}

img, table {
	border: 0;
}

table {
	margin: 0;
	padding: 0;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

span {
	background-color: #f1d375;
	padding: 5px;
	color: white;
	font-weight: bold;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.bilder {
	float: inherit;
	margin: 0 20px 100px 20px;
}

hr {
	width: 800px;
	height: 68px;
	border: 0;
	clear: both;
	background-image: url(_img/hr.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 50px 0 50px 0;
}

body {
	font-family: Times, Times New Roman, serif;
	font-size: 11pt;
	line-height: 17pt;
	color: #666666;
	position: relative;
	background-image: url(_img/bg.jpg);
	background-repeat: no-repeat;
	background-position: right 54px;
	background-attachment: fixed;
}

h1 {
	color: #f1d375;
	font-size: 17pt;
	line-height: 24pt;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
}

h2 {
	color: #f1d375;
	font-weight: normal;
	font-size: 14pt;
	line-height: 20pt;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

h3 {
	color: #f1d375;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

p {
	margin: 5px 0 10px 0;
}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	text-decoration: underline;
	
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 55px;
	background-color: #f1d375;
}

#header_inner {
	width: 800px;
	height: 40px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#header_inner a {
	color: white;
	font-weight: normal;
	font-size: 12pt;
	padding: 50px 50px 50px 50px;
	height: 55px;
}

#header_inner a:hover {
	background-image: url(_img/menu_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}

#header_facebook {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 29px;
	height: 29px;
}

#container {
	position: relative;
	margin: 0 auto;
	top: 80px;
	width: 800px;
	padding-bottom: 150px;
}

#karte {
	padding: 60px 0 0 0;
	width: 425px;
	float: right;
}

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	color: white;
	font-size: 11pt;
	padding-top: 7px;
	background-color: #f1d375;
}