@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #000000;
}

#fixedHead {
	position: fixed;
	top: 0;
	width: 100%;
	height: 220px;
	background: #000;
	z-index: 999;
}

#head_container {
  width: 100%;
	height: 220px;
	background-color: #000000;
}

#head_content_img {
  width: 1200px;
	height: 220px;
	margin: 0 auto;
}

.spacer {
  width: 100%;
	height: 10px;
	margin-top: 225px;
	background-color: #3D0F02;
}

#telefon-img {
  width: 100%;
	height: 100px;
	margin-top: 5px;
}

#content_container {
  width: 1200px;
	height: auto;
	margin: 0 auto;
}

#map_container {
  width: 500px;
	height: 250px;
	float: left;
	margin-top: 5px;
}

#address_container {
  width: 500px;
	height: 240px;
	float: left;
	margin-top: 15px;
	margin-left: 100px;
}

#links_container {
  width: 100px;
	height: 250px;
	float: left;
	margin-top: 5px;
}

#nav_container {
  width: 1140px;
	height: 35px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 40px;
	padding-top: 0px;
	padding-bottom: 15px;
  background-color: #3D0F02;
}

.nav_fnt {
  font-family: Verdana, Arial, Tahoma, 'sans serif';
	color: #FFFFFF;
	font-size: 16pt;
	text-decoration: none;
}

#arrowUp_container {
	position: fixed;
	right: 10px;
	bottom: 10px;
}

#arrowUp_content {
	width: 25px;
	height: 25px;
	background-color: #3D0F02;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 3px 3px 0;
	border-radius: 6px;
}