@charset "utf-8";
/* © 2010 - Leo Babic */
@font-face {
	font-family: 'atrss';
	src: url('../fonts/atrss.eot');
	src: local('☺'), url('../fonts/atrss.woff') format('woff'), url('../fonts/atrss.ttf') format('truetype'), url('../fonts/atrss.svg#atrss') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'atrss';
	src: url('../fonts/atrssb.eot');
	src: local('☺'), url('../fonts/atrssb.woff') format('woff'), url('../fonts/atrssb.ttf') format('truetype'), url('../fonts/atrssb.svg#atrssb') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'eds';
	src: url('../fonts/eds.eot');
	src: local('☺'), url('../fonts/eds.woff') format('woff'), url('../fonts/eds.ttf') format('truetype'), url('../fonts/eds.svg#eds') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
	color: inherit;
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	text-align: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: inherit;
	font-style: inherit;
	text-transform: inherit;
}

html, body {
	color: #144237;
	width: 100%;
	height: 100%;
	background-color: #eee;
	font-size: 10pt;
	font-family: 'atrss', 'Times New Roman', Times, serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	position: relative;
	overflow: visible;
}
a, a:visited {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}

#karte {
	background-color: #fff;
	width: 1200px;
	height: 800px;
	position: relative;
	margin: auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	margin-top: -400px;
	-webkit-box-shadow: 1px 3px 16px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 3px 16px -1px rgba(0,0,0,0.5);
	-o-box-shadow: 1px 3px 16px -1px rgba(0,0,0,0.5);
	box-shadow: 1px 3px 16px -1px rgba(0,0,0,0.5);
}

#titel {
	position: absolute;
	left: 877px;
	top: 16px;
	width: 320px;
}
#titel img {
	width: 129px;
	height: 65px;
}
#titel div {
	position: absolute;
	left: 150px;
	top: 1px;
	width: 160px;
	font-size: 90%;
	line-height: 95%;
}

#navigation {
	position: absolute;
	top: 155px;
	width: 100%;
}
#navigation hr {
	color: rgba(0,0,0,0);
	color: transparent;
	position: relative;
	background-color: #1c5547;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7e6a', endColorstr='#16473b', GradientType=1);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #2e7e6a), color-stop(0.4, #16473b), color-stop(0.8, #2e7e6a), color-stop(1, #1c5547));
	background: -webkit-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -moz-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -ms-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -o-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	height: 11px;
	z-index: 10;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	border: 0px;
}
#navigation ul {
	list-style-type: none;
	z-index: 1;
	position: relative;
}
#navigation ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px -15px;
}
#navigation ul li a {
	display: table-cell;
	height: 44px;
	background-color: #144337;
	-webkit-border-radius: 0px 0px 15px 5px;
	-moz-border-radius: 0px 0px 15px 5px;
	-o-border-radius: 0px 0px 15px 5px;
	border-radius: 0px 0px 15px 5px;
	color: rgba(255,255,255, 0.85) !important;
	color: #fff;
	padding: 0px 14px 0px 24px;
	vertical-align: middle;
	font-size: 105%;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=2);
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.7);
	-o-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.7);
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus, #navigation ul li.act a {
	background-color: #2e7e6a;
	color: #fff;
}
#content {
	position: absolute;
	top: 264px;
	left: -20px;
	width: 870px;
}
#content h1 {
	background-color: #144337;
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 14px 20px 11px 50px;
	display: inline-block;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.5);
	-o-box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: -2px 3px 5px 0px rgba(0,0,0,0.5);
}
#textfeld {
	width: 705px;
	height: 325px;
	background-color: rgba(255,255,255,0.85) !important;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding: 40px 10px 20px 110px;
	font-size: 110%;
	line-height: 150%;
	overflow: hidden;
	position: relative;
	margin-top: -23px;
	-webkit-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.5);
	box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.5);
}
#textfeld .scroller {
	width: 695px;
	height: 325px;
	overflow: auto;
	padding: 0px;
	position: relative;
	padding-right: 10px;
}
#textfeld #impLi {
	float: left;
	width: 220px;
	padding-right: 50px;
}
#textfeld #impRe {
	padding-right: 50px;
	width: 300px;
	float: right;
}
#textfeld p:first-child {
	padding-top: 10px;
	text-indent: -5px;
}
#textfeld p:first-child:first-letter {
	font-family: 'eds';
	font-size: 300%;
	margin-right: 3px;
}
#textfeld p, #textfeld ul, #textfeld a , #textfeld td {
	color: #5a7a73;
}
p, ul {
	margin-bottom: 15px;
}
#textfeld ul {
	margin-left: 15px;
}
/*#textfeld p + ul {
	margin-left: 15px;
	margin-top: -15px;
}*/
#textfeld div img {
	display: block;
	position: relative;
	margin: 0px auto;
}
#textfeld table {
	margin: 17px 0px 0px 0px;
}
#textfeld input, #textfeld textarea {
	margin: 2px 5px;
	padding: 1px 5px;
	border: 1px solid #144237;
	border-radius: 10px;
	background-color: rgba(20,66,55,0.25);
	width: 220px;
	color: #000;
}
#textfeld textarea {
	height: 70px;
}
#textfeld input[type=submit] {
	width: 100px;
	text-align: center;
	background-color: #144237;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7e6a', endColorstr='#144237', GradientType=0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e7e6a), color-stop(1, #144237));
	background: -webkit-linear-gradient(top, #2e7e6a 0%, #144237 100%);
	background: -moz-linear-gradient(top, #2e7e6a 0%, #144237 100%);
	background: -ms-linear-gradient(top, #2e7e6a 0%, #144237 100%);
	background: -o-linear-gradient(top, #2e7e6a 0%, #144237 100%);
	background: linear-gradient(top, #2e7e6a 0%, #144237 100%);
	color: #fff;
	cursor: pointer;
}
#textfeld input[type=submit]:hover {
	background-color: #2e7e6a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#144237', endColorstr='#2e7e6a', GradientType=0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #144237), color-stop(1, #2e7e6a));
	background: -webkit-linear-gradient(top, #144237 0%, #2e7e6a 100%);
	background: -moz-linear-gradient(top, #144237 0%, #2e7e6a 100%);
	background: -ms-linear-gradient(top, #144237 0%, #2e7e6a 100%);
	background: -o-linear-gradient(top, #144237 0%, #2e7e6a 100%);
	background: linear-gradient(top, #144237 0%, #2e7e6a 100%);
}

#seite {
	position: absolute;
	top: 281px;
	left: 896px;
	right: 0px;
	color: #fff;
	text-shadow: 0px 0px 8px #444;
}
#seite h2 {
	padding: 0px 6px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
#seite h6 {
	float: right;
	font-size: 130%;
	padding: 3px 20px 0px 10px;
}
#seite hr {
	clear: both;
	color: rgba(0,0,0,0);
	color: transparent;
	background-color: #1c5547;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7e6a', endColorstr='#16473b', GradientType=1);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #2e7e6a), color-stop(0.4, #16473b), color-stop(0.8, #2e7e6a), color-stop(1, #1c5547));
	background: -webkit-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -moz-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -ms-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -o-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	height: 10px;
	-webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.5);
	margin-bottom: 2px;
	border: 0px;
}
#seite h3 {
	padding: 0px 6px;
	margin: 4px 0px 6px;
	font-weight: bold;
}
#seite .scroller {
	width: 280px;
	height: 325px;
	overflow: auto;
	padding: 0px;
	position: relative;
	padding-right: 10px;
}
#seite p {
	padding: 0px 6px;
	font-size: 90%;
	line-height: 95%;
}
#seite p.kurz {
	width: 120px;
	float: left;
}
#seite a {
	color: #348e78;
}
#seite a:focus, #seite a:active, #seite a:hover {
	color: #144337;
}
#seite strong, #seite b {
	font-weight: 900;
}
#seite ul {
	padding: 0px 6px;
	font-size: 90%;
	line-height: 95%;
	margin: -15px 0 15px 0;
}
#seite ul li {
	padding-left: 16px;
	position: relative;
}
#seite ul li::before {
	content: "・";
	display: block;
	position: absolute;
	width: 16px;
	left: 0;
	top: 0;
}

#linie {
	position: absolute;
	top: 765px;
	width: 100%;
	color: #144237;
	text-align: right;
	font-weight: bold;
}
#linie hr {
	color: rgba(0,0,0,0);
	color: transparent;
	background-color: #1c5547;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e7e6a', endColorstr='#16473b', GradientType=1);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #2e7e6a), color-stop(0.4, #16473b), color-stop(0.8, #2e7e6a), color-stop(1, #1c5547));
	background: -webkit-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -moz-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -ms-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: -o-linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	background: linear-gradient(left, #2e7e6a 0%, #16473b 40%, #2e7e6a 80%, #1c5547 100%);
	height: 10px;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.5);
	margin-bottom: 4px;
	border: 0px;
}
#links {
	position: absolute;
	top: 16px;
	width: 100%;
	color: #144237;
	text-align: right;
	font-weight: bold;
	font-size: 90%;
	line-height: 95%;
	width: 835px;
}
#links ul {
	list-style-type: none;
}
#links ul li {
	display: inline;
	padding: 0px 25px;
}
#links a {
	color: #144237;
}
#links a img {
	vertical-align: middle;
}
#ie-hinweis {
	color: red;
	font-size: 125%;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	z-index: 100;
}
#ie-hinweis span {
	font-size: 75%;
}
#plb {
	width: 100px;
	height: 0px;
	overflow: hidden;
}
