@charset "UTF-8";
#lbOverlay {
	position:fixed;
	z-index:9999;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	cursor:pointer
}
#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:9999;
	overflow:hidden;
	background-color:#fff
}
.lbLoading {
	background:#fff url("../images/loading.gif") no-repeat center
}
#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat
}
#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none
}
#lbPrevLink {
	left:0
}
#lbPrevLink:hover {
	background:transparent url("../images/prevlabel.gif") no-repeat 0 15%
}
#lbNextLink {
	right:0
}
#lbNextLink:hover {
	background:transparent url("../images/nextlabel.gif") no-repeat 100% 15%
}
#lbBottom {
	font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none
}
#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url("../images/closelabel.gif") no-repeat center;
	margin:5px 0;
	outline:none
}
#lbCaption, #lbNumber {
	margin-right:71px
}
#lbCaption {
	font-weight:bold
}
@font-face {
	font-family:'Share-Regular';
	src:url("../style/Share-Regular-webfont.eot");
	src:url("../style/Share-Regular-webfont.eot?#iefix") format('embedded-opentype'), url("../style/Share-Regular-webfont.woff") format('woff'), url("../style/Share-Regular-webfont.ttf") format('truetype'), url("../style/Share-Regular-webfont.svg#Share-Regular") format('svg');
	font-weight:normal;
	font-style:normal
}
html, body {
	position:relative;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial;
	color:#494848;
	font-size:10pt
}
::-moz-selection {
background:#CC3333;
color:#fff;
text-shadow:none
}
::selection {
	background:#CC3333;
	color:#fff;
	text-shadow:none
}
html {
	background:url("../images/white_carbon.png") top left
}
body {
	background:url("../images/body_background.png") top left repeat-x
}
a, a:visited, a:active {
	color:#494848;
	text-decoration:underline
}
a:hover {
	text-decoration:none
}
img {
	border:0px solid #000
}
img {
	margin:0px;
	vertical-align:middle
}
.video_iframe[align='left'], img[style~='left;'] {
	margin:0 15px 15px 0
}
.video_iframe[align='right'], img[style~='right;'] {
	margin:0 0 15px 15px
}
#main {
	width:960px;
	margin:0px auto -40px;
	padding:0px 0px 0px;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:relative;
	z-index:0
}
#headerbg { /* gesamte Breite im Hintergrund (weißer Balken). War gar nicht vorhanden */
	padding: 0px 10px;
	height: 170px;
	width: 100%;
	top: 0;
	position: fixed;
/*	background-color:#F00; */
	background-image: url('../images/body_background.png');
	background-repeat: repeat-x;
}
#header {
	padding: 0px 10px;
	height: 170px;
	width: 940px; /* war nicht vorhanden */
	top: 0;
	position: fixed; /* static (bzw. relative?) */
	z-index: 10; /* war nicht vorhanden */
	overflow: visible;
/*	background-color:#0F0; */
	background-image: url('../images/body_background2.png');
	background-repeat: repeat-x;
}
#headerimprint {
	padding: 5px 10px;
	height: 20px;
	width: 930px;
	top: 0;
	position: fixed;
	z-index: 10;
	overflow: visible;
	text-align: right;
/*	background-color:#0F0; */
}
#headerspace { /* damit der Content nicht direkt hinter der Navigation ist. War gar nicht vorhanden */
	padding: 0px 10px;
	height: 150px;
	position: relative;
	width: 100%;
	top: 0;
/*	background-color:#0F0; */
}
#logo {
	margin-top:25px;
	z-index: 10;
}
#service {
	position:absolute;
	top:0px;
	right:10px
}
#headerlinks {
	/* neu für Impressum-Link */
	text-decoration:none;
	font-size:0.8em;
	line-height:10px;
/*	color:#336699; */
	color:#aaa;
	top: 5px;
	padding:0px 5px 0px;
}
#navigation {
	position: inherit; /* absolute (static?) */
	top:101px;
	margin-left:500px;
	/* right: 0px;*/
	height:55px;
	z-index:15
}
#navigation, #navigation li ul {
	list-style:none;
	text-align:right;
	margin:0px 0px 0px;
	padding:0px 10px;
	font-family:Share-Regular;
	font-size:1.35em
}
#navigation.home {
	height:48px
}
#navigation li {
	display:inline;
	margin:0px;
	padding:0px;
	position:relative
}
#navigation li a {
	display:inline-block;
	height:100%;
	background:url("../images/menu_bg.gif") bottom left no-repeat;
	padding:0px 35px 0px 20px;
	border-left:1px solid #e5e5e5;
	text-decoration:none;
	color:#333333;
	position:relative;
	z-index:15
}
#navigation.home li a {
	background:url("../images/menu_bg_home.gif") bottom left no-repeat
}
#navigation li.active a {
	border-left:3px solid #c2f015;
	padding-left:18px;
	background:none;
	color:#c2f015
}
#navigation li:last-child a {
	padding-right:10px
}
#navigation li:hover a, #navigation li.hover a {
	background:none
}
#navigation li ul {
	display:none;
	position:absolute;
	top:41px;
	left:0px;
	min-width:100%;
	overflow:hidden;
	font-size:0.8em;
	background:#fff;
	text-align:left;
	padding:5px 0px 10px;
	margin:0px;
	box-shadow:RGBA(0,0,0,0.3) 0px 6px 5px 0px;
	z-index:20
}
#navigation li:hover ul, #navigation li.hover ul {
	display:block
}
#navigation li ul li {
	display:block;
	margin:0px;
	padding:0px;
	border:none
}
#navigation li ul li a, #navigation li:hover ul li a, #navigation li.active:hover ul li a, #navigation li.hover ul li a, #navigation li.active.hover ul li a {
	display:block;
	border:none;
	background:none;
	padding:8px 15px !important;
	margin:0px;
	height:auto;
	color:#333333
}
#navigation li:hover ul li.active a {
	color:#c2f015
}
#navigation li ul li a:hover, #navigation li.active ul li a:hover {
	background:#999999;
	color:#fff
}
#slider {
	background:url("../images/slider_bg_grau.png") 0px 0px no-repeat;
	margin:0px 0px 25px;
	padding:5px 9px 0px;
	position:relative;
	z-index: 5;
	top:-10px;
	height:299px
}
#slider .container {
	overflow:hidden;
	height:299px;
	width:100%;
	position:relative;
	margin:0px
}
#slider .element {
	width:100%;
	height:299px;
	padding:0px 9px;
	margin:0px;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:top left
}
#slider .element .img {
	height:100%
}
#slider .element .text {
	position:absolute;
	top:75px;
	left:655px;
	width:270px;
	color:#fff
}
#slider .element .text h2 {
	font-family:Share-Regular, Calibri;
	font-size:2.3em;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 0.5em
}
#slider .element .text p {
	margin:0px 0px 1em;
	font-size:0.9em;
	line-height:1.8em
}
#slider .element .text a {
	color:#fff;
	text-decoration:underline
}
#slider .element .text a:hover {
	text-decoration:none
}
#slider .sliderdots {
	margin:0px;
	padding:0px;
	display:inline;
	position:absolute;
	bottom:-20px;
	left:50%;
	overflow:hidden;
	text-align:center;
	list-style:none
}
#slider .sliderdots li {
	display:block;
	float:left;
	width:11px;
	height:11px;
	line-height:1px;
	margin:0px 3px;
	padding:0px;
	overflow:hidden;
	background:url("../images/slider_dots_gruen.png") 0px 0px no-repeat;
	cursor:pointer
}
#slider .sliderdots li.active {
	background:url("../images/slider_dots_gruen.png") 0px -11px no-repeat
}
#slider .sliderarrows {
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:20px;
	right:20px;
	height:46px
}
#slider .sliderarrows div {
	display:inline-block;
	width:48px;
	height:46px;
	margin:0px 0px;
	float:left;
	cursor:pointer
}
#slider .sliderarrows div.left {
	background:url("../images/slider_l.png") 0px 0px no-repeat
}
#slider .sliderarrows div.right {
	background:url("../images/slider_r.png") 0px 0px no-repeat
}
#sidebar {
	width:260px;
	margin:0px 0px 40px 20px;
	float:left;
	display:inline
}
#sidebar.home {
	width:300px;
	margin:45px 10px 0px 10px
}
#sidebar .box {
	position:relative;
	margin:0px 0px 70px 0px
}
#sidebar .box h2 {
	position:absolute;
	top:-74px;
	left:19px;
	font-size:2em
}
.box {
	width:300px;
	margin:0px 0px 40px 10px;
	float:left;
	dispaly:inline
}
.box.double {
	width:620px
}
.box.triple {
	width:940px
}
.box.right {
	left:640px;
	z-index:20;
}
.box.narrow {
	width:260px
}
h1 {
	font-family:Share-Regular;
	font-size:2.5em;
	font-weight:normal;
	padding:0px 0px 0px;
	margin:45px 0px 40px 10px;
	text-shadow:#fff -1px -1px
}
.box h2 {
	font-family:Share-Regular;
	font-size:1.9em;
	font-weight:normal;
	padding:0px;
	margin:0px 20px 15px;
	text-shadow:#fff -1px -1px
}
.box h3 {
	font-family:Share-Regular;
	font-size:1.3em;
	font-weight:normal;
	padding:0px;
	margin:1.5em 0px 0.5em;
	text-shadow:#fff -1px -1px
}
.box .content {
	background:#fff;
	padding:20px 20px 30px;
	box-shadow:0px 15px 0px -12px #cccccc;
	margin:0px;
	font-size:0.9em;
	line-height:1.5em;
	color:#494848;
	behavior:url("../style/pie.htc");
	overflow:hidden
}
.box .content h1 {
	margin:0px 0px 0.5em
}
.box .content h2 {
	padding:0px;
	margin:1.5em 0px 0.5em;
	line-height:1.1em
}
.box .content img {
	border:3px solid #fff;
	border-radius:5px;
	box-shadow:RGBA(0,0,0,0.4) 0px 0px 4px 0px
}
.box .content p {
	margin:0px 0px 1em
}
.box .content ul {
	margin:0em 0px 1em;
	padding:0px;
	list-style:none;
	max-width:340px
}
.box .content ul.homelist li {
	margin:0px
}
.box .content table tr td {
	padding:0px 10px 0px 0px
}
.box .content ul li {
	background:url("../images/bullet.gif") 0px 8px no-repeat;
	padding-left:13px;
	margin:10px 0px
}
.box .content a {
	color:#cc3333;
	text-decoration:none
}
.box .content a:hover {
	text-decoration:underline
}
#main .kategorien {
	width:660px
}
.kategorien .kategorie, .kategorien .kategorie:visited {
	display:inline;
	width:190px;
	height:100px;
	border-radius:5px;
	border:3px solid #fff;
	background-color:#666666;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% auto;
	float:left;
	margin:0px 0px 40px 23px;
	box-shadow:RGBA(0,0,0,0.4) 0px 0px 4px 0px;
	position:relative;
	text-decoration:none;
	behavior:url("../style/pie.htc")
}
.kategorien .kategorie:hover {
	border:3px solid #e63324
}
.kategorien .kategorie .label {
	display:block;
	position:absolute;
	height:20px;
	bottom:-10px;
	left:-10px;
	color:#fff;
	padding:10px 30px 0px 14px;
	text-shadow:#551e16 -1px -1px;
	font-family:Share-Regular;
	background:url("../images/kategorie_bg.gif") top right no-repeat;
	background:url("../images/kategorie_bg.png") top right no-repeat, url("../images/kategorie_bg_ecke.png") top left no-repeat;
	behavior:url("../style/pie.htc");
	cursor:pointer
}
#footer {
	height:40px;
	background-color: #333;
	text-align:center;
	line-height:40px;
	color:#cccccc;
	margin:0px;
	padding:0px;
	clear:both;
	position:relative;
	z-index:10;
}
#footer p {
	margin:0px;
	paddding:0px;
	font-size:0.9em
}
#footer p strong {
	margin-right:20px
}
#footer p a {
	color:#ccc;
	text-decoration:none
}
#footer p a:hover {
	text-decoration:underline
}
#footer img {
	position:relative;
	top:-18px;
	margin:0px 0px -18px 10px;
	behavior:url("../style/pie.htc");
	-pie-png-fix:true
}
#login_box {
	padding:25px
}
div#search_box {
	padding:25px
}
div#search_page strong.keyword {
	background:#ff0
}
div#search_page div.entry {
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #B8BCC0
}
div#search_page img {
	width:100px;
	float:left;
	margin:0px 10px 0px 0px
}
div#search_page h3 {
	margin:0px
}
table.downloads {
	width:80%
}
#news .newsitem {
	padding:0px 0px;
	margin:0px 0px 60px;
	border-bottom:1px solid #B8BCC0
}
#news .newsitem:last-child {
	margin-bottom:20px;
	border:none
}
#main .box .content #news .datum {
	margin:-55px 0px 40px 0px;
	font-size:0.8em
}
#news .newsitem p {
	padding:0px;
	margin:0px 0px 1em 0px
}
#news .newsitem .newslinks {
	text-align:right;
	margin-top:20px
}
#news .newspaginator {
	text-align:center
}
#news .pages {
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align:center
}
#news .pages li {
	display:inline;
	margin:0px 3px
}
#news .pages li a {
	text-decoration:none
}
#news .pages li a.active, #news .pages li a:hover {
	text-decoration:underline
}
div.slider {
	border:none;
	border-top:1px solid #B2B2B2;
	border-bottom:1px solid #B2B2B2;
	margin-bottom:-1px
}
div.slider div {
	margin:0px !important;
	padding:0px 0px 0px 15px
}
div.slider p {
	margin:0px;
	padding-bottom:10px
}
div.slider a.slider {
	text-decoration:none;
	line-height:1em;
	display:block;
	padding:10px 40px 10px 15px;
	background:url("../images/arrow_down.gif") 98% center no-repeat;
	outline:none
}
div.slider a.slider:hover, div.slider a.slider.active {
	font-weight:bold
}
div.slider a.slider.active {
	background:url("../images/arrow_up.gif") 98% center no-repeat
}
div.untertext {
	padding:0px;
	margin:0px
}
div.untertext p {
	clear:both;
	margin:0px;
	padding:5px 0px 0px 0px;
	font-size:0.8em;
	color:#000;
	line-height:1em
}
span.glossaryLink {
	cursor:pointer;
	text-decoration:underline
}
#glossaryContainer div {
	display:none;
	width:150px;
	border:1px solid #000;
	line-height:1em;
	padding:5px;
	background:#fff
}
#main .contacts .contactsrow {
	overflow:hidden;
	clear:both
}
#main .contacts .contactscontent {
	width:45%;
	float:left
}
#main .contacts .contactscontent img.contactsimage {
	margin:0px
}
#main .contacts .contactscontent h2 {
	margin:0px
}
div.letiform .cell {
	height:55px
}
