@media screen {
@charset "UTF-8";
/* CSS Document */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../media/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../media/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../media/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../media/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../media/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../media/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../media/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../media/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../media/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../media/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../media/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../media/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}


.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* + html .clearfix { /* für IE7 */
	display: inline-block;
}
* html .clearfix { /* für IE6 */
	height: 1%;
}
.shadow {
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
}
body, html {
	margin: 0;
	padding: 0;
}
body {
	background: #F5F5F5 url(../images/body_bg.png) repeat-x;
	font-family: "PT Sans", Arial, sans-serif;
	font-size: 15px;
	color: #686868;
	line-height: 23px;
	font-weight: 400;
	background-color: #F5F5F5;
}
iframe {
	margin: 15px 0px 5px 0px;
}
p {
	margin: 0px 0px 8px 0px;
	padding: 0;
}
h2, #spalte_links h3 {
	color: #F08600;
	font-size: 22px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}
.items-leading h2 {
	color: #F08600;
	font-size: 22px;
	font-weight: 700;
	margin: 30px 0px 20px 0px;
}
h3, #spalte_links .custom h3 {
	font-size: 18px;
	margin: 15px 0px 10px 0px;
	color: #F08600;
	font-weight: 400;
}
h4 {
	font-size: 16px;
	margin: 10px 0px 5px 0px;
	color: #000;
	font-weight: 400;
}
a img {
	border: 0;
 outline:none:
}
a:link, a:visited {
	text-decoration: underline;
	color: #009BF0;
}
a:hover, a:active {
	text-decoration: none;
	color: #009BF0;
}
ul {
	list-style: circle outside;
	padding: 0px 0px 5px 15px;
	margin: 10px 0px 15px 0px;
}
ul li {
	list-style: circle outside;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HauptNavi */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#kopf .moduletable_menu ul.menu {
	list-style: none;
	float: right;
	margin: 63px 15px 0px 0px;
}
#kopf .moduletable_menu ul.menu li {
	display: inline;
	height: 31px;
	float: left;
}
#kopf .moduletable_menu ul.menu li a {
	height: 31px;
	display: block;
	padding: 0px 15px 0px 15px;
	margin-right: 1px;
	text-decoration: none;
	line-height: 31px;
	color: #676767;
	font-size: 15px;
	background: url(../images/hauptnavi_btn.png) no-repeat top;
}
#kopf .moduletable_menu ul.menu li a:hover {
	color: #F08600;
	background: url(../images/hauptnavi_btn.png) no-repeat center;
}
#kopf .moduletable_menu ul.menu li.active a {
	color: #FFFFFF;
	background: url(../images/hauptnavi_btn.png) no-repeat bottom;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SubNavi */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#spalte_links .moduletable_menu ul.menu, #spalte_links .moduletable_menu ul.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#spalte_links .moduletable_menu ul.menu li a {
	background: url(../images/subnav_bullet.gif) no-repeat left;
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	color: #676767;
	font-size: 15px;
	padding-left: 20px;
	border-bottom: 1px dotted #676767;
}
#spalte_links .moduletable_menu ul.menu li a:hover {
	color: #F08600;
}
#spalte_links .moduletable_menu ul.menu li a.aktiv, #spalte_links .moduletable_menu ul.menu li.active a {
	color: #f08600;
	background-color: #FFFFFF;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Container */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#seite {
	margin: 0px auto;
	width: 940px;
	height: 100%;
}
#kopf {
	width: 940px;
	height: 140px;
}
#kopf img {
	margin: 30px 0px 0px 30px;
}
#kopf h1 {
	display: none;
}
#kopfbilder {
	height: 310px;
	width: 940px;
	margin: 0;
	padding: 0;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Fußbereich */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#fusszeile {
	position: relative;
	z-index: 100;
	height: 200px;
	width: 100%;
	clear: both;
	background: url(../images/fuss_bg.png);
	background-repeat: repeat-x;
	margin-top: -30px;
}
#fusszeile_inhalt {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	height: 190px;
	width: 942px;
	background: url(../images/fuss_trenner.gif) no-repeat;
	font-size: 13px;
	line-height: 18px;
	color: #9F9F9F;
}
#fusszeile_inhalt_s1 ul, #fusszeile_inhalt_s2 ul {
	margin: 45px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 110px;
}
ul#fusszeile_inhalt_s1, ul#fusszeile_inhalt_s2 {
	list-style: none;
}
#fusszeile_inhalt_s3, #fusszeile_inhalt_s4 {
	margin: 45px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 320px;
}
ul#fusszeile_inhalt_s3, ul#fusszeile_inhalt_s4 {
	list-style: none;
}
#fusszeile ul, #fusszeile ul li {
	list-style: none;
	line-height:17px;
}
#fusszeile a:link, #fusszeile a:visited {
	text-decoration: none;
	color: #9F9F9F;
}
#fusszeile a:hover, #fusszeile a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Inhaltsbereich */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#inhalt {
	position: relative;
	z-index: 500;
	width: 880px;
	background: url(../images/content_bg.png) repeat-y;
	margin: 15px 0px 0px 0px;
	padding: 30px 40px 60px 20px;
}
#inhalt p a img {
	float: right;
	margin: 0px 0px 20px 20px;
	clear: right;
	border: 1px solid #F08600;
}
#inhalt p a img .left {
	float: left;
	margin: 20px 0px 20px 0px;
	clear: left;
	border: 1px solid #F08600;
}
#inhalt p a:hover img, #inhalt p a:hover img .left {
	border: 1px solid #FFFFFF;
}
a.top {
	font-size: 12px;
	text-transform: uppercase;
	margin: 15px 0px 0px 0px;
	color: #F08600;
	float: right;
}
#inhalt p a span {
	clear: right;
}
table.ueber_uns {
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table.ueber_uns tr {
	margin: 0;
	padding: 0;
}
table.ueber_uns td {
	border: 1px solid #DCDCDC;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	/*width:200px;*/
	margin-right: 10px;
}
table.ueber_uns p span {
	font-size: 12px;
	line-height: 15px;
}
table.ueber_uns img {
	margin-bottom: 10px;
}
#spalte_links {
	float: left;
	width: 220px;
}
#spalte_links p {
	line-height: 20px;
	font-size: 13px;
	margin: 0px 0px 4px 0px;
}
#kontakt {
	width: 220px;
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#zeiten {
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}
#spalte_text_2spaltig {
	float: left;
	width: 610px;
	margin: 0px 0px 0px 40px;
}
#spalte_text_1spaltig {
	float: left;
	width: 420px;
	margin: 0px 0px 0px 40px;
}
#spalte_rechts {
	margin-top: 50px;
	float: right;
	width: 202px;
}
#spalte_rechts img {
	margin-bottom: 20px;
}

.iframe {
	width: 500px;
	height: 500px;
}


.thumbs_div {
	width: 124px; 
	height: 124px;
}

.thumbnail {
	border-color: #F08600;
	border-width: 1px;
	border-style: solid;
}

.thumbnail:hover {
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
}

.fancybox-button--zoom {
	display: none !important;
}

}

@media print {
/* CSS PRINT */ 
 

/* start */
body {
background-color:#fff; 
color:#000; 
font:normal normal normal 13px/18px arial,sans-serif; 
height:100%; 
text-align:left;
}

h1 {
font:20px/26px arial,sans-serif;
font-weight:bold;
}

h2, h3, h4 {
font:normal normal normal 15px/22px arial, sans-serif; 
font-weight:bold;
}

.menu, #fusszeile, #kopfbilder {
display:none;
visibility:hidden;	
}

#inhalt img {
	float:right;
}

a:link {
text-decoration:underline;
color:#009BF0;
}

table {
	width:100%;
	border:0;
}

table td, table tr {
	vertical-align:top;
	font:normal normal normal 10px/14px arial,sans-serif; 
}

table td img, table tr img {
	float:none !important;
}

}