@charset "utf-8";
/* CSS Document */
body {
	background-image: url('/img/background.png');
	background-attachment: fixed;
	background-color: #330000;
	color: #ffff99;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
}

h3 {
	color: #ffffff;
	font-size: 150%;
	margin-top: 0em;
}

h1.preise {
	font-size: 22px;
	text-align: center;
}

a {
	color: #ffff99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.impressum {
	color: #faf1cd;
}

hr {
	border-color: #ffff99;
}

.flex {
	display: flex; 
	display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
}

.flex-spacebetween {
 -webkit-box-pack: space-between;
 -moz-box-pack: space-between;
 box-pack: space-between;
 justify-content: space-between;
}

.contain {
	font-family: "Times New Roman", Times, serif;
	background-color: #330000;
	margin: 1em auto 0;
	padding: 0em;
	max-width: 1000px;
}

.contain * { padding: 0em; }

.box_placeholder {
 clear: both;
 margin: auto;
 overflow: auto;
 padding-top: 20px;
 
 width: 1000px;
 color: #999999;
 background-color: #000000;
}

.box1 {
 width: 284px;
 margin: 0;
 margin-right: 0px;
 margin-right: 29px;
 padding: 0;
 float: left;
 border-right: 1px solid #3d3d3d;
}

.moduletable {
 overflow: hidden;
 margin-bottom: 16px;
	padding: 0em 2em 0em 2em;
}

.copyright {
 clear: both;
 margin: auto;
 margin-bottom: auto;
 margin-bottom: 20px;
 width: 1000px;
 padding-top: 7px;
 padding-bottom: 7px;
 font-size: 0.88em;
 text-align: center;
 color: #a9a9a9;
 background-color: #000000;
}

.copyright a {
	color: #999999;
}

.responsive_map {
height: 0;
overflow: hidden;
padding-bottom: 56%;
position: relative;
}

.responsive_map iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}