@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
	font: 0.9em Helvetica, Arial, sans-serif;
	background: #ccc url(/img/bg.jpg) repeat-x top;
	color: #333;
}
#top {
	position: absolute;
	height: 150px;
	width: 100%;
	top: 0px;
}
#middle {
	position: absolute;
	height: auto;
	width: 100%;
	top: 150px;
}
#buttom {
	position: relative;
	width: 100%;
}
#innen {
	background: #FFF;
	margin: 10px auto 10px;
	width: 978px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #333;
}
#content {
	position: relative;
	float: right;
	height: auto;
	width: 680px;
	padding-bottom: 20px;
}
#side {
	position: relative;
	float: left;
	height: auto;
	width: 270px;
}
#footer {
	background: #666 url(/img/buttom-bg.jpg) repeat-x top;
	margin: 0px auto 10px;
	width: 980px;
	height: 50px;
	min-height: 50px;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000;
}
#footer li {
	display: inline;
	color: #CCC;
	line-height: 50px;
	float: right;
	margin-right: 20px;
	margin-left: 10px;
}
#footer a, #footer a:visited {
	color: #ccc;
}
#footer a:hover, #footer a:visited:hover {
	color: #fff;
}
#header {
	background: #ccc url(/img/normal-head.png) no-repeat center top;
	margin: 10px auto 0px;
	width: 980px;
	height: 138px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #333;
	position: relative;
}
.clr {
	clear: both;
}
.fll {
	float: left;
}
.flr {
	float: right;
}
h1 {
	font-size: 1.5em;
	font-style: normal;
	color: #999;
	padding: 10px 10px 5px;
}
h2, h3, h4, h5, h6 {
	font-size: 1.4em;
	font-style: normal;
	color: #999;
	padding: 10px 10px 5px;
}
h1.mo {
	margin-top: 30px;
}

.green {color: #0B720B;}

#content p {
	text-align: justify;
	padding: 5px 10px;
}
.err {color: #920002;
font-size: 130%;}

.audio {
	padding: 5px 10px;
}
#content a, #content a:visited {
	color: #666;
}
#content a:hover, #content a:visited:hover {
	color: #933;
}
address {
	padding: 5px 20px;
}
#side p {
	margin: 5px 0px 5px 20px;
}
.big120 {
	font-size: 120%;
	font-weight: bold;
}
.abstand {
	margin: 10px 20px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
.abstand2 {
	margin: 10px 20px;
	height: 10px;
	width: auto;
}
.abstand3 {
	margin: 5px;
	height: 5px;
	width: auto;
}
#content ul, #content ol {
	margin-bottom: 5px;
}
li.ul {
	list-style: disc outside;
	margin: 0px 20px 8px 25px;
	text-align: justify;
}
li.ol {
	list-style: decimal outside;
	margin: 0px 20px 8px 40px;
	text-align: justify;
}
li.haken {
	list-style: none outside;
	margin: 5px;
	text-align: justify;
	background: url(/img/haken.png) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
}
li.haken-m {
	list-style: none outside;
	margin: 10px 10px 20px;
	text-align: justify;
	background: url(/img/haken.png) no-repeat left center;
	padding-left: 35px;
}
#content ul.inreihe {
	margin-bottom: 5px;
	margin-left: 20px;
}
li.inreihe {
	display: inline;
	margin: 25px 0px 25px 10px;
	font-size: 1.8em;
	font-weight: bold;
	color: #060;
	text-decoration: none;
	padding-right: 20px;
}
#content a.inreihe {
	color: #060;
	text-decoration: none;
}
#navigation {
	margin: 15px 0px 5px;
	position: relative;
}
#navigation li {
	list-style: none;
	text-indent: 5px;
	line-height: 1.9em;
	color: #666;
}
#navigation .sub {
	text-indent: 20px;
	font-size: 90%;
}
#navigation a, #navigation a:visited {
	color: #263a27;
	text-decoration: none;
	display: block;
	width: 248px;
	background: #FFF;
	margin-bottom: 5px;
	margin-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
}
#navigation .istaktiv {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 248px;
	margin-bottom: 5px;
	margin-left: 15px;
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #999;
}
#navigation a:hover, #navigation a:visited:hover {
	color: #FFF;
	background: #666;
}
#side img {
	margin: 10px 0px 0px 15px;
	border: none;
}
#content img {
	border: none;
}
#content img.right {
	margin: 10px 10px 0px;
	float: right;
	border: none;
}
#content img.left {
	margin: 10px 10px 0px;
	float: left;
	border: none;
}
.fett {
	font-size: 1.2em;
	font-weight: bold;
	color: #060;
}
.stark {
	font-size: 1em;
	color: #666;
	font-weight: bold;
}
.zentriert, #content p.center {
	text-align: center;
}
.mini {
	font-size: 80%;
}
.contentbox {
	width: 240px;
	margin: 10px 10px 10px 20px;
	height: auto;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.contentbox2 {
	width: 250px;
	margin: 10px;
	height: auto;
}
#content a.knopf {
	font-size: 1.4em;
	color: #FFF;
	background: #090;
	text-decoration: none;
	padding: 0.3em;
	height: 2em;
	font-weight: bold;
}
#content a.knopf:hover {
	color: #FFF;
	background: #C30;
}
button, a button {
	font-size: 0.95em;
	cursor: pointer;
	padding: 0 2px;
	height: 2em;
	vertical-align: middle;
	text-decoration: none;
}
button.wieliste, input[type=submit].wieliste {
	width: 640px;
	text-align: center;
	height: 2em;
	font-size: 0.95em;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 10px;
	padding: 20px;
	border: 1px solid #CCC;
}
legend {
	font-size: 120%;
	color: #FFF;
	padding: 10px;
	background: #090;
}
label {
	width: 110px;
	display: block;
	float: left;
	line-height: 25px;
}
label.full {
	width: auto;
	text-align: left;
}
.formreihe {
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	height: 25px;
}
.radio {
	height: 25px;
	padding-top: 5px;
	float: left;
}
.b175 {
	width: 175px;
}
.abstand_rechts {
	margin-right: 30px;
}
input[type=text], input[type=password] {
	float: left;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #CCC;
	width: 140px;
	height: 19px;
}
input[type=text].hnr {
	width: 30px;
}
input[type=text].plz {
	width: 50px;
}
input[type=text].b250 {
	width: 250px;
}
input[type=text].b400 {
	width: 400px;
}
input[type=radio] {
	margin-right: 5px;
}
select {
	float: left;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #CCC;
}
input[type=checkbox] {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
input[type=submit] {
	padding: 0px 5px;
	line-height: 25px;
}
.center {
	text-align: center;
}
textarea {
	color: #000;
	padding: 2px;
	border: 1px solid #999;
	border-radius: 5px;
	background: #CCC;
	width: 540px;
}
textarea.voll {
	width: 650px;
}
.benoetigt {
	visibility: hidden;
	display: none;
	margin-top: -2000px;
	margin-right: -2000px;
}
.error {
	color: #C00;
}
.fb-like {
	margin: 0px 0px 5px 15px;
	float: left;
	width: 200px;
}
.g-plusone {
	margin: 0px 0px 5px 15px;
	float: left;
	width: 200px;
}
.social {
	height: 26px;
}
.inline {
	padding: 5px 5px 5px 10px;
	float: left;
}
.inline_center {
	display: inline;
}
.links {
	float: left;
	margin-left: 10px;
}
.rechts {
	float: right;
	margin-right: 10px;
}
.social {
	float: left;
	margin-left: -5px;
}
#content a.lexikon, a.lexikon:visited {
	font-size: 1em;
	color: #000;
	background: #EAEAEA;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 3px 5px;
	text-decoration: none;
}
#content a.lexikon:hover, #content a.lexikon:visited:hover {
	font-size: 1em;
	color: #333;
	background: #CFF;
	border: 1px solid #06F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.upper {
	width: 40px;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #060;
	background: #FFF;
	margin-top: 20px;
	border: 1px solid #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
}
#toTop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 64px;
	height: 64px;
	background-image: url('/img/up.png');
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#toTop:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.so {
	margin: 10px 10px 0px;
}
#soso {
	position: absolute;
	top: 10px;
	left: 10px;
}
.social-likes, .social-likes__widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	text-indent: 0;
	padding: 0;
	word-spacing: 0;
	font-size: 14px;
*zoom:1;
*display:inline;
}
.social-likes {
	margin: -3px;
	line-height: 26px;
	list-style: none;
}
.social-likes li {
	display: inline-block;
*zoom:1;
*display:inline
}
.social-likes_vertical li {
	display: block
}
.social-likes__widget {
	display: inline-block;
	position: relative;
	margin: 3px;
	white-space: nowrap
}
.social-likes__widget:before {
	display: none
}
.social-likes__button, .social-likes__counter, .social-likes__balloon, .social-likes__balloon__code {
	font-family: "Trebuchet MS", "Helvetica Neue", Tahoma, sans-serif;
	font-size: 14px;
	text-rendering: optimizeLegibility
}
.social-likes__button, .social-likes__counter {
	display: inline-block;
*display:inline;
*float:left;
	margin: 0;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	outline: 0
}
.social-likes__button {
	position: relative;
	padding: 1px 4px 1px 20px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 1px 1px rgba(0,0,0,0.05);
	-webkit-transition: border .1s ease-in-out, color .2s ease-in-out;
	-moz-transition: border .1s ease-in-out, color .2s ease-in-out;
	-ms-transition: border .1s ease-in-out, color .2s ease-in-out;
	-o-transition: border .1s ease-in-out, color .2s ease-in-out;
	transition: border .1s ease-in-out, color .2s ease-in-out;
	cursor: pointer;
	user-select: none
}
.social-likes__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat
}
.social-likes__counter {
	position: relative;
	margin-left: 7px;
	padding: 1px 4px;
	font-weight: normal;
	color: #666;
	color: rgba(0,0,0,0.5);
	cursor: default
}
.social-likes__counter:before, .social-likes__counter:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0
}
.social-likes__counter:before {
	top: 4px;
	left: -6px;
	border: 6px inset transparent;
	border-left: 0;
	border-right: 6px solid;
	border-right-color: inherit;
	opacity: .7
}
.social-likes__counter:after {
	top: 5px;
	left: -4px;
	border: 5px inset transparent;
	border-left: 0;
	border-right: 5px solid
}
.social-likes__close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 4px;
	font: 16px Verdana, Geneva, Tahoma, sans-serif;
	color: #999;
	cursor: pointer
}
.social-likes__close:hover {
	color: #111
}
.social-likes__close:before {
	display: none
}
.social-likes_vertical {
	margin: -6px -4px;
}
.social-likes_vertical .social-likes__widget {
	display: block;
	margin: 6px 4px
}
.social-likes_single-w {
	position: relative;
	display: inline-block
}
.social-likes_single {
	position: absolute;
	display: none;
	top: -6px;
	left: -6px;
	padding: 6px 6px 4px;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.3);
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	z-index: 99999
}
.social-likes_single .social-likes__widget:first-of-type {
	margin-right: 14px
}
.social-likes__button_facebook {
	padding-left: 19px;
	background: #eceef5;
	background: -webkit-linear-gradient(top, #fff, #d8def4);
	background: -moz-linear-gradient(top, #fff, #d8def4);
	background: -ms-linear-gradient(top, #fff, #d8def4);
	background: -o-linear-gradient(top, #fff, #d8def4);
	background: linear-gradient(top, #fff, #d8def4);
	color: #3b5998;
	border-color: #cad4e7;
	border-color: rgba(202,212,231,0.8);
	border-bottom-color: rgba(189,194,203,0.8)
}
.social-likes__button_facebook:hover {
	background: #c0cdf3;
	background: -webkit-linear-gradient(top, #f2f3f7, #c0cdf3);
	background: -moz-linear-gradient(top, #f2f3f7, #c0cdf3);
	background: -ms-linear-gradient(top, #f2f3f7, #c0cdf3);
	background: -o-linear-gradient(top, #f2f3f7, #c0cdf3);
	background: linear-gradient(top, #f2f3f7, #c0cdf3);
	color: #253860;
	border-color: #b4bfd4;
	border-bottom-color: #b3b7bf
}
.social-likes__icon_facebook {
	background: url(/css/img/fb.png) no-repeat 3px 3px;
}
.social-likes__counter_facebook {
	background: #f2f3f7;
	border-color: #cad4e7
}
.social-likes__counter_facebook:after {
	border-right-color: #f2f3f7
}
.social-likes__button_twitter {
	padding-left: 19px;
	background: #d5e6ef;
	background: -webkit-linear-gradient(top, #fff, #d5e6ef);
	background: -moz-linear-gradient(top, #fff, #d5e6ef);
	background: -ms-linear-gradient(top, #fff, #d5e6ef);
	background: -o-linear-gradient(top, #fff, #d5e6ef);
	background: linear-gradient(top, #fff, #d5e6ef);
	color: #186487;
	border-color: #a4cce5;
	border-color: rgba(164,204,229,0.8);
	border-bottom-color: rgba(158,186,204,0.8)
}
.social-likes__button_twitter:hover {
	background: #bfdfed;
	background: -webkit-linear-gradient(top, #f2f8fc, #bfdfed);
	background: -moz-linear-gradient(top, #f2f8fc, #bfdfed);
	background: -ms-linear-gradient(top, #f2f8fc, #bfdfed);
	background: -o-linear-gradient(top, #f2f8fc, #bfdfed);
	background: linear-gradient(top, #f2f8fc, #bfdfed);
	color: #0b3752;
	border-color: #9cbbcf;
	border-bottom-color: #68a0c4
}
.social-likes__icon_twitter {
	background: url(/css/img/tw.png) no-repeat 3px 5px;
}
.social-likes__counter_twitter {
	background: #f2f8fc;
	border-color: #a4cce5
}
.social-likes__counter_twitter:after {
	border-right-color: #f2f8fc
}
.social-likes__button_plusone {
	padding-left: 12px;
	background: #e4e4e4;
	background: -webkit-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: -moz-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: -ms-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: -o-linear-gradient(top, #f5f5f5, #e4e4e4);
	background: linear-gradient(top, #f5f5f5, #e4e4e4);
	color: #da573b;
	border-color: #bbb;
	border-color: rgba(204,204,204,0.8);
	border-bottom-color: rgba(179,179,179,0.8)
}
.social-likes__button_plusone:hover {
	background: #f4f4f4;
	background: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
	background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
	background: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
	background: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
	background: linear-gradient(top, #f9f9f9, #f0f0f0);
	color: #cd4427;
	border-color: #ddd;
	border-bottom-color: #ccc
}
.social-likes__icon_plusone {
	background: url(/css/img/g.png) no-repeat 0 6px;
}
.social-likes__counter_plusone {
	background: #f9f9f9;
	border-color: #d2d2d2
}
.social-likes__counter_plusone:after {
	border-right-color: #f9f9f9
}
.box220 {
	float: left;
	width: 210px;
}
.link {
	font-size: 1.1em;
	color: #999;
	line-height: 1.6em;
}
.link ul li {
	list-style: none;
	padding-left: 10px;
}
.spacer {
	margin: 0px;
	clear: both;
	height: 10px;
	padding: 15px 0px;
}

/*****
* Buchen Seite
*****/
.hr-buchen {
	margin:25px 0;
}
.ul-buchen {
	margin: 10px 25px;
}
.ul-buchen li {
	margin-bottom: 15px;
	padding-left:6px;
}
.img-buchen {
	width:15px;
	margin-bottom: -3px;
    margin-right: 5px;
}