﻿
body {
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;
}
.alles {
	background: url(./images/hg_alles.jpg) ;
	background-attachment: fixed;
	background-position: bottom ;
	height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#gesamtinhalt {
	background-color:white;
	width: 940px;
	min-height: 500px;
	text-align:left;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 5px 2px rgba(255,255,255,1);
	padding: 20px;
	font-size: 19px;
}

.hauptmenu {
	float:left;
	width:100%;
	height:auto;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: dotted 0px gray;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	z-index: 1;
	position: sticky;
	top: 0;
	background: white;
}

.hauptmenu ul {
	padding-left: 0px;
	float: left;
	box-sizing: border-box;
}

.hauptmenu ul.ulzwei {
	margin: -9px 0 33px 0px;
}



.hauptmenu li {
	width: auto;
	float: left;
	list-style: none;
}

.hauptmenu li a:link, .hauptmenu li a:visited {
	color: white;
	text-decoration: none;
	background-color:gray;
	padding: 3px 10px 5px 10px;
	margin-right: 5px;
	font-size: 17px;
}

.hauptmenu li a:hover, .hauptmenu li a:active {
	background-color: #486f14;
}

.sprachwahl {
	float:right;
	position: absolute;
	top: 18px;
	right: 0px;
	z-index: 10;
}

.sprachwahl img {
	border: none;
	height: 25px;
	margin: 0px;
}

.sprachwahl a img {
	margin-top: -2px;
}


.titelbild img {
	width: 100%;
	box-sizing: border-box;
}

h1 {
	color: #6c9536;
}

.anschrift {
	padding-top: 20px;
}

.anschrift a:link, .anschrift a:visited {
	text-decoration:none;
	color:  #6c9536;
}

.anschrift a:hover {
	color:  #446f0b;
}

#scrollrauf  {
    position: relative; 
    top: 0px;
    right: 10px;
    z-index: 100;  
    width: 30px;
    height: 30px;
    float:right;
}

#scrollrauf img {
    border: none !important;
}

hr {
	margin-top: 20px;
	border: none;
	border-top: dotted 1px gray;
}

#preistabelle {
	width: 100%;
	border:solid 1px #6c9536;
}

.datumszelle {
	vertical-align: bottom;
}

.preiszelle_linksbuendig {
	font-weight: 600;
}

.tipp {
	border-left: solid 10px #6c9536;
	padding-left: 20px;
}
