@charset "utf-8";
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	display: block;
	margin: 0px auto;
	width: 1000px;
	height: auto!important;
	min-height: 650px;
	position: relative;
	background-image: url(images/main-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}
.container2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	display: block;
	margin: 0px auto;
	width: 1000px;
	height: auto!important;
	min-height: 650px;
	position: relative;
	background-image: url(images/main-bg2.png);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}

ul.navi {
	position: relative;
	top: 20px;
	padding: 0px;
	display: block;
}
.navi li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.navi li {
	display: inline;
	margin: 0px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top, #d3d3d3 1%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d3d3d3), color-stop(100%, #ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d3d3d3 1%, #ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d3d3d3 1%, #ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d3d3d3 1%, #ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d3d3d3 1%, #ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
}
p.leistungen {
	font-size: 24px;
	color: #666;
	letter-spacing: 2px;
}
h1 {
	margin: 270px 0px 0px 0px;
	font-size: 26px;
	color: #BD4D01!important;
}	
p.adresse {
	margin: 20px 0px 0px 0px;
	font-size: 18px;
}
a.active, p a {
	color: #BD4D01!important;
}
