@charset "UTF-8";
body {
	background-repeat: no-repeat;
	background-size: 100%!important;
	background-color: #3F9F93;
}
#container {
	height: 700px;
	width: auto;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/inhalt-hintergrund-breit.png);
	background-repeat: repeat-x;
	font-family: Calibri;
	font-size: 14px;
}
#inner-container {
	height: 700px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	height: 150px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#nav {
	height: 30px;
	width: 900px;
	color: #006D67;
	position: absolute;
	top: 120px;
	left: 0px;
	font-size: 14px;
	font-family: Calibri;
}
#footer {
	background-color: #FFF;
	height: 23px;
	width: 850px;
	font-family: Calibri;
	font-size: 12px;
	color: #006D67;
	padding-top: 7px;
	padding-left: 50px;
	position: absolute;
	top: 670px;
}
#inhalt {
	height: 460px;
	width: 480px;
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 50px;
	overflow: auto;
	padding-right: 20px;
}
#inhalt-schmal {
	height: 480px;
	width: 350px;
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 50px;
	overflow: auto;
}
#inhalt-breit {
	height: 480px;
	width: 900px;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 50px;
	overflow: scroll;
	padding-right: 30px;
}
#googlemaps-box {
	height: 400px;
	width: 400px;
	position: absolute;
	left: 450px;
	top: 200px;
	background-color: #CCC;
}
#fotobox-dreiteilig {
	height: 485px;
	width: 200px;
	position: absolute;
	left: 650px;
	top: 180px;
}
#zahnrad-box {
	position: absolute;
	height: auto;
	width: auto;
	left: 600px;
	top: 420px;
	z-index: 100;
}
#copyright-box {
	position: absolute;
	left: 650px;
	top: 7px;
}
a:link , a:visited{
	color: #066;
	text-decoration: none;
}
a:hover , a:active{
	color: #5FBFB0;
}
.activelink {
	color: #5FBFB0;
}
td {
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 36px;
	font-weight: lighter;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #006D67;
}
.hg-grau {
	background-color: #CCC;
}
