* {
	margin: 0;
	padding: 0;
}

BODY {
	background: #F2F3F5 url('../img/bg-site.png' ) left top repeat-x;
	font-family: arial, sans-serif;
	font-size: 12px;
}

.all {
	margin: 0 auto;
	width: 964px;
	background: #fff;
}

A {
	outline: none;
}

OBJECT {
	outline: none;
}

IMG {
	border: none;
}

INPUT,
SELECT,
OPTION {
	font-family: arial, sans-serif;
}

/* ###### Header Styles START ###### */
.header {
	position: relative;
	width: 100%;
	height: 147px;
	background: url('../img/bg-header.png' ) left top repeat-x;
	z-index: 5;
	margin-top: -1px;
	padding-top: 1px;
}

	.header .logo {
		position: absolute;
		top: 8px;
		left: 20px;
		display: block;
		width: 170px;
		height: 95px;
		z-index: 6;
	}

		.header .logo IMG {
			display: block;
			border: 0px;
		}

.members {
	position: absolute;
	top: 33px;
	right: 30px;
	font-size: 10px;
	width: 700px;
	text-transform: uppercase;
}

	.members a, .members span {
		display: block;
		float: right;
		line-height: 14px;
		height: 14px;
		margin-left: 13px;
	}

		.members span a {
			margin-left: 0px;
		}

	.members a {
		text-decoration: none;
		color: #95a9db;
	}

		.members a:hover {
			color: #0d2a75;
		}

#ShowMembersMenu {
	background: #CCC url('../img/menu-icon-open.png') 4px 5px no-repeat;
	width: 20px;
	height: 20px;
	display: none;
}

	#ShowMembersMenu.active {
		background-image: url('../img/menu-icon-close.png');
	}

#MembersMenu {
	position: relative;
	top: 0;
	width: auto;
	padding: 0;
}

@media only screen and (min-width: 968px) {
	#MembersMenu, #MainNavigation {
		display: block !important;
	}
}

/* ### Header Navigation START ### */
.navigation {
	position: relative;
	margin: 69px 0 0 0;
	width: auto;
	height: 33px;
	font-size: 14px;
	z-index: 6;
}

	.navigation ul {
		list-style: none;
		display: block;
	}

#MainNavigation {
	margin: 0 30px 0 205px;
}

.navigation li {
	display: block;
}

.navigation .limain {
	float: left;
	height: 33px;
}

.navigation li.active, .navigation li.nobg {
	background: none;
}

.navigation .limain a {
	display: block;
	height: 33px;
	line-height: 33px;
	color: #949597;
	text-decoration: none;
	text-align: center;
	padding: 0 8px;
}

.navigation .limain.current a,
.navigation .limain:hover a {
	color: #FFF;
}

.navigation .limain:hover {
	background: #6079b9;
	height: 37px;
}

.navigation .limain.current, .navigation li.current:hover {
	height: 33px;
	background: #062678;
}

.navigation li.current:hover {
	height: 37px;
}

.navigation .limain.no-submenu:hover {
	height: 33px !important;
}

	.navigation .limain.no-submenu:hover a {
	}

.navigation .limain.no-submenu.current:hover {
	background: #062678 !important;
}

	.navigation .limain.no-submenu.current:hover a {
		color: #FFFFFF !important;
	}

.navigation .sub {
	position: absolute;
	display: none;
	top: 37px;
	background: #6079b9;
	z-index: 7;
	width: 100%;
	left: 0;
	padding: 0 0 35px 0;
}

.navigation .limain.current .sub {
	background: #062678 !important;
}

.navigation .sub ul:first-child {
	margin-left: 195px;
}

.navigation .sub ul {
	display: block;
	padding: 0;
	margin-top: 35px;
	max-width: 220px;
	width: 220px;
	float: left;
	margin-right: 40px;
}

	.navigation .sub ul li {
		height: auto;
		margin: 0;
		padding: 7px 0;
		color: #ffffff;
		text-align: left;
		line-height: normal;
	}

		.navigation .sub ul li a {
			display: block;
			text-align: left !important;
			color: #fff;
			padding: 0 0 0 18px !important;
			line-height: normal;
			height: auto;
		}

			.navigation .sub ul li a:hover {
				color: #FFB500;
			}

			.navigation .sub ul li a.current {
				color: #FFB500;
				background: url('../img/icons/arrow-topmenu.png' ) no-repeat left center;
			}

.navigation .sub h2 {
	display: block;
	color: /*#9d9ea0*/ #a5bbf2;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 7px 18px;
}

.navigation .sub .link-image {
	margin: 35px 0 0 0;
	padding: 0 0 0 45px;
	border-left: 1px solid #8599c9;
	height: 100%;
	display: block;
	float: left;
	line-height: normal !important;
	max-width: 200px;
	height: auto !important;
	color: #FFF;
	text-align: left;
}

	.navigation .sub .link-image img {
		display: block;
		float: none;
	}

	.navigation .sub .link-image a {
		line-height: normal !important;
		height: auto !important;
		text-align: left !important;
	}

	.navigation .sub .link-image span {
		color: #a5bbf2;
	}

.navigation li.active .sub a:hover, .navigation .sub a:hover {
	color: #fff /*#ffaa00*/;
}

.navigation .sub ul ul {
	float: none;
	padding: 0;
	margin: 0;
}

	.navigation .sub ul ul li {
		background: none;
	}

		.navigation .sub ul ul li a {
			padding: 0 0 0 18px !important;
			font-weight: normal !important;
		}

.navigation .sub .topDistance {
	padding-top: 30px;
}

#ShowNavigationButton {
	display: none;
	background: #062678;
	color: #FFFFFF;
	height: 33px;
	line-height: 33px;
	margin: 0 30px 0 205px;
	text-align: center;
	cursor: pointer;
}

	#ShowNavigationButton span {
		display: block;
		background: url('../img/menu-icon-open.png') 5px 11px no-repeat;
		padding-left: 17px;
		width: 50px;
		margin: 0 auto;
	}

	#ShowNavigationButton.active {
		background: #6079b9;
		height: 37px;
	}

		#ShowNavigationButton.active span {
			background-image: url('../img/menu-icon-close.png');
		}

/* ### Header Navigation END ### */
.pagesearch {
	position: absolute;
	left: 30px;
	top: 113px;
	width: 180px;
	height: 27px;
}

	.pagesearch INPUT {
		display: block;
		float: left;
		font-size: 12px;
	}

		.pagesearch INPUT[type="image"] {
			display: none;
		}

.header .field, #calendar .field {
	padding-left: 4px;
	font-size: 14px;
	background: #fff;
	border-top: 1px solid #4F659C;
	border-left: 1px solid #4F659C;
	border-right: 1px solid #A3B9F1;
	border-bottom: 1px solid #A3B9F1;
}

.pagesearch INPUT.field {
	height: 25px;
	line-height: 25px;
	width: 124px;
	border: 1px solid #617aba;
	border-right: 0;
	display: inline;
	padding-right: 21px;
}

.pagesearch .search-button {
	display: inline;
	background: #fff url('../img/bg-searchfield.png' ) 3px 7px no-repeat;
	border: 1px solid #617aba;
	border-left: 0px;
	width: 25px;
	height: 27px;
	line-height: 25px;
	margin-left: -20px;
}

.ticker {
	width: auto;
	height: 23px;
	margin: 11px 0 0 205px;
	overflow: hidden;
	position: relative;
}

	.ticker .ticker-item {
		position: absolute;
		text-align: center;
		height: 23px;
		opacity: 0;
		top: 25px;
	}

		.ticker .ticker-item a, .ticker .ticker-item span {
			color: #FFF;
			font-size: 13px;
			text-decoration: none;
			line-height: 23px;
		}

			.ticker .ticker-item a:hover {
				text-decoration: underline;
			}
/* ###### Header Styles END ###### */

/* ###### Main Content Styles START ###### */
DIV.main {
	position: relative;
	width: auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	z-index: 2;
}

/* ### Navigation-Column START ### */
.sidenavigation {
	width: 204px;
	position: absolute;
	top: 30px;
	z-index: 7;
}

	.sidenavigation ul {
		list-style: none;
	}

	.sidenavigation li {
		line-height: 30px;
		border-bottom: 1px solid #f2f3f5;
	}

		.sidenavigation li a {
			display: block;
			color: #2f3030;
			padding-left: 30px;
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
		}

		.sidenavigation li h2 {
			color: #a5bbf2;
			font-size: 13px;
			line-height: 30px;
			margin: 0;
			padding: 0;
			font-weight: normal;
			border-bottom: 1px solid #f2f3f5;
		}

			.sidenavigation li h2 span {
				display: block;
				margin-top: 30px;
				line-height: 30px;
				border-top: 1px solid #f2f3f5;
				padding-left: 30px;
			}

		.sidenavigation li#li1st, .sidenavigation li#li1st a, .sidenavigation li#li1st span {
			font-size: 13px;
			color: #062678;
			line-height: 30px;
			font-weight: normal;
		}

			.sidenavigation li#li1st a, .sidenavigation li#li1st span {
				padding-left: 30px;
				display: block;
			}

	.sidenavigation ul ul li:last-child {
		border-bottom: 0px;
	}

	.sidenavigation li.current {
		background: url('../img/arrow-y.png' ) 13px 10px no-repeat;
	}

	.sidenavigation UL LI.current A, .sidenavigation UL LI A:hover {
		color: #e59900 !important;
	}
/* ### Navigation-Column END ### */

.content {
	position: relative;
	display: block;
	/*margin-left: 186px;*/
	padding: 30px;
	/*width: 714px;*/
	/*float:left;*/
}

.startcontent {
	margin-left: 0px;
	width: auto;
	padding-right: 25px;
}

.content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* ### Colums ### */
.floatholder {
	clear: both;
	overflow: hidden;
}

.floatholder714, .floatholder714odd {
	clear: both;
	float: left;
	overflow: hidden;
	width: 714px;
}

.startcontent .floatholder714, .startcontent .floatholder714odd {
	margin-right: 30px;
}

.floatholder714odd {
	margin-bottom: 15px;
	padding-bottom: 16px;
	background: url('../img/border-odd.gif' ) left bottom no-repeat;
}

.col {
	float: left;
	/*padding-right: 30px;*/
	margin-bottom: 30px;
}

.floatholder714odd .col {
	margin-bottom: 0px;
}

.col-156 {
	width: 156px;
}

.col-165 {
	width: 165px;
}

.col-249 {
	width: 249px;
}

.col-340 {
	width: 340px;
}

.col-342 {
	width: 342px;
}

.col-435 {
	width: 435px;
}

.col-528 {
	width: 528px;
}

.col-714 {
	width: 714px;
}

.floatRight {
	float: right;
}

.col-100perc {
	width: auto;
}

.subnav-left {
	margin-left: 204px;
}
/* ### Content Styles ### */
.content H1, .content H2, .image-gallery H2 {
	font-family: calibri, arial, sans-serif;
	font-size: 28px;
	line-height: 30px;
	color: #062678;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: bold;
	text-align: left;
}

.h1-header {
	position: absolute;
	top: 15px;
	left: 30px;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 60px;
	overflow: hidden;
	z-index: 1;
	color: #fff;
}

.content H3 {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 10px;
}

.content P, .company-address, .content .contact-block,
.panel .text-container {
	font-size: 14px;
	line-height: 22px;
	color: #333640;
	margin-bottom: 16px;
}

.content .contact-block {
	margin-bottom: 0;
}

.content A {
	text-decoration: underline;
	color: #062678;
}

.content P A {
}

.content SPAN {
}

.content P SPAN {
}

.content h4, p.caption {
	display: block;
	clear: both;
	margin: 0px;
	font-size: 20px;
	color: #2f3030;
	line-height: 24px;
	font-weight: normal;
	text-align: left;
}

p.caption {
	margin-bottom: 20px;
	padding: 9px 0 0 5px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.content IMG {
	/*display: block;*/ /*padding-top: 6px;*/
}

.content P IMG {
}

.content A IMG {
}

.img-scaled {
	image-rendering: -webkit-optimize-contrast;
}

.linkbox {
	position: relative;
	min-height: 138px;
}

	.linkbox P {
		margin-bottom: 0px;
	}

.startpage .linkbox P {
	margin-bottom: 0px;
	padding-left: 135px;
}

.linkbox H6 {
	line-height: 16px;
	margin-bottom: 5px;
	text-align: left;
}

.startpage .linkbox H6 {
	font-size: 20px;
	color: #2f3030;
	line-height: 48px;
	font-weight: normal;
	text-align: left;
}

.marginRight30 {
	margin-right: 30px;
}

UL.linklist {
	list-style: none;
	margin-bottom: 20px;
	padding: 0px 0px 14px;
}

.bgblue {
	background: #EEF1F6;
}

.startpage UL.linklist {
	margin-bottom: 0px;
}

UL.linklist LI {
	margin-bottom: 3px;
	padding: 3px 5px 0;
}

.startpage UL.linklist LI {
	margin: 4px 0 9px;
	padding: 0px;
}

#thumbvid-wrap, #MovieArchive {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#thumbvid-nav {
	padding-bottom: 20px;
	text-align: left;
}

	#thumbvid-nav label {
		display: inline-block;
		margin-right: 30px;
	}

#thumbvid-row {
	border-bottom: 1px solid #D1D3DF;
	height: auto !important;
	margin: 10px 10px 0;
	min-height: 85px;
	position: relative;
}

.thumbvid {
	float: left;
	z-index: 1;
	width: 166px;
	margin: 10px 15px 10px 0;
}

.thumbvid-row {
	border-bottom: 1px solid #e2e4eb;
	margin: 0;
	min-height: 120px;
	clear: both;
}

	.thumbvid-row:first-child {
		border-top: 1px solid #e2e4eb;
	}

	.thumbvid-row .linkbox {
		border: medium none;
		margin: 0px;
		padding-top: 10px;
		display: inline-block;
		width: 480px;
		min-height: 120px;
	}


H6 {
	font-size: 11px;
	color: #2f3030;
	line-height: normal;
	font-weight: normal;
}

.linkbox IMG {
	position: absolute;
	top: 48px;
	left: 0px;
}

.linkbox P, .linklist LI {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	color: #062678;
}

UL.linklist A, .linkbox A {
	text-decoration: none;
	text-align: left;
}

	.linkbox a:hover, .linklist li a:hover {
		color: #e59900;
	}

	.linklist A SPAN, .linkbox A SPAN {
		padding-left: 3px;
		color: #d99100;
	}

A.pdf-link {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background-image: url("../img/icon-pdf.gif" );
	background-position: left top;
	background-repeat: no-repeat;
}

	A.pdf-link:hover {
		text-decoration: underline;
	}

A.mp3-link {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background: url("../img/icons/mp3.jpg" ) top left no-repeat;
}

* HTML A.pdf-link {
	height: 1px;
}

.linkbox A.pdf-link {
	float: left;
	margin-bottom: 3px;
	padding-top: 3px;
	width: auto;
	background-position: left 3px;
}

.linkbox EM, A.pdf-link SPAN {
	padding: 4px 4px 0 0;
	color: #062678;
	font-weight: normal;
	font-style: normal;
}

.linkbox EM {
	display: block;
}



.flashbox {
	padding-top: 8px;
	text-align: center;
}

.content-table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #eef1f5;
}

	.content-table CAPTION, .RatingContainer h4, h5, .credittable th {
		padding: 0px 10px 0;
		font-size: 14px;
		line-height: 30px;
		text-align: left;
		color: #fff;
		background: #6079b9;
		font-weight: bold;
		margin: 0;
	}

	.content-table TH, .content-table TD {
		padding: 0 10px;
		font-size: 14px;
		text-align: right;
		line-height: 23px;
	}

	.content-table TH {
		background: #eef1f5;
		font-weight: bold;
		color: #525766;
	}

	.content-table TD {
		color: #333640;
		border-top: 1px solid #fff;
	}

	.content-table TR.tr-odd TD {
		background: #f3f6fa;
	}

	.content-table TR.tr-even TD {
		background: #ebf2fa;
	}

	.content-table .text {
		text-align: left;
	}

	.content-table .value {
		width: 160px;
	}

INPUT.passwort_button,
INPUT.but-submit {
	margin: 0;
	padding: 0 10px;
	line-height: 18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #fff;
	border: 1px solid #091941;
	background: #1F3C84 url( '../img/bg-button.gif' ) left top repeat-x;
}

* HTML INPUT.but-submit {
	padding: 0;
	line-height: 14px;
}

DIV.glossary-box {
}

UL.glossary-nav {
	margin-bottom: 20px;
	list-style: none;
	height: 27px;
	border-bottom: 1px solid #dc9811;
	display: block;
}

	UL.glossary-nav LI {
		display: block;
		float: left;
		margin-right: 1px;
		height: 27px;
	}

		UL.glossary-nav LI A {
			float: left;
			display: block;
			padding-top: 9px;
			height: 18px;
			width: 21px;
			text-align: center;
			font-size: 11px;
			line-height: 11px;
			text-decoration: none;
			color: #062678;
			background: url( '../img/bg-lexikon1.gif' ) right top repeat-x;
		}

			UL.glossary-nav LI A:hover {
				background: url( '../img/bg-lexikon2.gif' ) right top repeat-x;
			}

		UL.glossary-nav LI.glossary-active A {
			color: #fff;
			background: url( '../img/bg-lexikon3.gif' ) right top repeat-x;
		}

.glossary-select {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	display: none;
}

div.glossary-box div.chapter {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	border-bottom: 1px solid #e2e4eb;
}

DIV.glossary-content-chapter H1 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	width: 156px;
	text-transform: none;
}

.glossaryLetterSelector {
	cursor: pointer;
}

div.glossary-box div.chapter P {
	margin: 0 0 8px 186px;
	padding-left: 0px;
}

div.glossaryContainer {
	display: none;
	clear: both;
}

	div.glossaryContainer.active {
		display: block;
	}


.multi-p {
	margin-bottom: 26px;
	border-bottom: 1px solid #f2f3f5;
}

	.multi-p p {
		margin-bottom: 26px;
	}

	.multi-p H2 {
		color: #062678;
		font-size: 20px;
		line-height: 30px;
		margin: -5px 0 20px 0;
		padding: 0;
		font-weight: normal;
		text-align: left;
	}

	.multi-p H3 {
		margin-bottom: 5px;
	}

/***** IMAGE GALLERY ******/
.image-gallery {
	clear: both;
}

	.image-gallery .col-528 {
		margin-right: 10px;
	}

	.image-gallery .col-156 h4 {
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
	}

	.image-gallery H2 {
		margin-bottom: 30px;
	}

	.image-gallery .thumb_wrapper {
		text-align: center;
		width: auto;
		margin: 0 auto;
	}

.bigpic-wrap, .thumbpic-wrap, .thumbvid-wrap {
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}

.bigpic-wrap {
	text-align: center;
	position: relative;
}

	.bigpic-wrap img {
		width: 528px;
	}

	.bigpic-wrap .gallery-arrow {
		position: absolute;
		top: 50%;
		width: 55px;
		height: 55px;
		margin-top: -27px;
		background: url(../img/gallery-arrows.png) no-repeat;
	}

		.bigpic-wrap .gallery-arrow.prev {
			left: 0;
			background-position: -3px -33px;
		}

			.bigpic-wrap .gallery-arrow.prev:hover {
				background-position: -123px -33px;
			}

		.bigpic-wrap .gallery-arrow.next {
			right: 0;
			background-position: -63px -33px;
		}

			.bigpic-wrap .gallery-arrow.next:hover {
				background-position: -183px -33px;
			}

.thumbpic {
	display: inline-block;
	max-width: 166px;
	height: 93px;
	margin: 0 15px 18px 0;
	text-align: center;
}

	.thumbpic img {
		height: 93px;
		max-width: 166px;
	}

.last-el {
	margin-right: 0px;
}

.thumbvid .linkbox {
	border: none;
}

	.thumbvid .linkbox P {
		margin: 0;
	}


.pagination {
	text-align: center;
	height: 28px;
	position: relative;
}

.thumbvid-wrap .pagination {
	clear: both;
}

.image-gallery .pagination a {
	display: inline-block;
}

.pagination a, #CurrentPageNumber {
	color: #062678;
	display: block;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	border: 1px solid #a9a9a9;
	margin-right: 10px;
	float: left;
}

	.pagination a:hover, .pagination a:active {
		border: 1px solid #062678;
	}

	.pagination a.aktuell, #CurrentPageNumber {
		border: 1px solid #a9a9a9;
		border-radius: 2px;
		color: #000000;
	}

#CurrentPageNumber {
	display: inline-block;
	float: none;
	margin-left: 10px;
	cursor: default;
	width: 20px;
	padding: 0 5px;
}

.pagination a.next {
	float: right;
	margin-right: 0px;
}

.pagination a.next, .pagination a.prev {
	display: block;
	width: 68px;
	padding: 0;
	border-color: #a6bbf2;
}

.pagination .current-page {
	text-align: center;
	display: inline;
	line-height: 30px;
}

.calendar-container {
	width: 100%;
	margin-bottom: 30px;
}

#calendar {
	width: 100%;
}

	#calendar p {
		margin: 0px;
	}

#calendarhead {
	display: block;
	height: 48px;
	background: #fff;
	width: 100%;
}

	#calendarhead p {
		width: 100%;
		font-size: 20px;
		text-align: center;
		color: #062678;
		background: #f2f3f5;
		height: 48px;
		line-height: 48px;
	}

	#calendarhead A {
		height: 48px;
		width: 48px;
		display: block;
		text-indent: -99999px;
		outline: none;
	}

		#calendarhead A.prev {
			float: left;
			background: url('../img/calendar-sprite.png') 0 0 no-repeat;
			border-right: 1px solid #fff;
		}

		#calendarhead A.next {
			float: right;
			background: url( '../img/calendar-sprite.png' ) -48px 0 no-repeat;
			border-left: 1px solid #fff;
		}

#calendar TABLE {
	margin-bottom: 20px;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	background: #fff;
}

#calendar TR {
}

#calendar TD {
	vertical-align: middle;
	text-align: center;
	height: 29px;
	color: #010100;
	border-bottom: 1px solid #f2f3f5;
}

#calendar tr.caltop td {
	color: #949597;
}

#calendar TD.kawo {
	color: #949597;
}

#calendar TD A.termin {
	text-decoration: none;
	color: #ffaa00;
	display: block;
	margin: 2px;
}

.content .field, .anmelde-form LABEL INPUT {
	display: block;
	border: 1px solid #062678;
	background: #fff;
	font-size: 14px;
}



.content-table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #eef1f5;
}

	.content-table TH, .content-table TD {
		padding: 0 8px;
		font-size: 14px;
		text-align: left;
		line-height: 23px;
	}

	.content-table TH {
		background: #eef1f5;
		font-weight: bold;
		color: #525766;
	}

	.content-table TD {
		color: #333640;
		border-top: 1px solid #fff;
	}

	.content-table TR.tr-odd TD {
		background: #f3f6fa;
	}

	.content-table TR.tr-even TD {
		background: #ebf2fa;
	}

.tdl {
	text-align: left !important;
}

.tdr {
	text-align: right !important;
}


TD.risk {
	padding: 0 10px 0 8px !important;
}

	TD.risk SPAN {
		display: block;
		margin-top: 1px; /*float: left;*/
		width: 102px;
		height: 18px;
		background-image: url("../img/102x18_edgrating.gif" );
		background-repeat: no-repeat;
	}

TD SPAN.star0 {
	background-position: left top;
}

TD SPAN.star1 {
	background-position: left -18px;
}

TD SPAN.star2 {
	background-position: left -36px;
}

TD SPAN.star3 {
	background-position: left -54px;
}

TD SPAN.star4 {
	background-position: left -72px;
}

TD SPAN.star5 {
	background-position: left -90px;
}


TR.tr-view TD {
	font-size: 10px !important;
	color: #062678 !important;
	font-weight: bold;
}

TR.tr-bold TD {
	font-weight: bold !important;
	border-bottom: 1px solid #fff !important;
}

TD.VaR-pic {
	padding: 0px !important;
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
	vertical-align: middle;
	text-align: center;
}

	TD.VaR-pic SPAN {
		display: block; /*margin-top: 1px; float: left;*/
		width: 250px;
		height: 90px;
		background-image: url("../img/250x90_var.gif" );
		background-repeat: no-repeat;
	}

TD SPAN.VaR1 {
	background-position: left top;
}

TD SPAN.VaR2 {
	background-position: left -90px;
}

TD SPAN.VaR3 {
	background-position: left -180px;
}

TD SPAN.VaR4 {
	background-position: left -270px;
}

TD SPAN.VaR5 {
	background-position: left -360px;
}


.simple-form {
}

	.simple-form DIV {
		clear: both;
		margin-bottom: 15px;
		height: 26px;
		width: 350px;
	}

		.simple-form DIV P {
			float: left;
			line-height: 26px;
		}

		.simple-form DIV INPUT.field {
			font-size: 14px;
			line-height: 24px;
			float: right;
			width: 238px;
			height: 24px;
		}

		.simple-form DIV textarea {
			font-size: 14px;
			line-height: 24px;
			float: right;
			width: 238px;
		}

		.simple-form DIV INPUT.but-submit {
			margin-left: 110px;
		}

	.newsletter-form DIV {
		clear: both;
		margin-bottom: 15px;
		height: 26px;
		width: 450px;
	}

	.newsletter-form DIV P {
		float: left;
		line-height: 26px;
	}

	.newsletter-form DIV INPUT.field {
		font-size: 14px;
		line-height: 24px;
		float: right;
		width: 238px;
		height: 24px;
	}

	.newsletter-form DIV textarea {
		font-size: 14px;
		line-height: 24px;
		float: right;
		width: 238px;
	}

	.newsletter-form DIV INPUT.but-submit {
		margin-left: 110px;
	}

.newsletter-description DIV {
	height: auto;
	width: 450px;
}

.normal-form {
	background: #F3F6FB;
}

	.normal-form TD {
		padding: 4px 3px 4px 0 !important;
		border: none !important;
	}

		.normal-form TD.bezeichnung {
			padding: 4px 0 4px 10px !important;
			width: 110px !important;
		}

		.normal-form TD.eingabe {
			width: 198px !important;
		}

			.normal-form TD.eingabe SPAN {
				display: inline-block;
				width: 14px;
				text-align: center;
			}

			.normal-form TD.eingabe INPUT {
				width: 196px;
				border: 1px solid #062678;
				background: #fff;
			}

			.normal-form TD.eingabe SELECT {
				width: 92px;
				border: 1px solid #062678;
				background: #fff;
			}

			.normal-form TD.eingabe INPUT, .normal-form TD.eingabe SELECT, .normal-form TD.eingabe OPTION {
				font-size: 14px;
			}

		.normal-form TD INPUT.in-short {
			width: 90px !important;
		}

	.normal-form TABLE TABLE {
		border-collapse: collapse;
		width: 100%;
	}

	.normal-form TD.eingabe TD {
		padding: 0px !important;
	}

	.normal-form TABLE TABLE TD INPUT {
		width: 54px !important;
	}



.anmelde-form {
	overflow: hidden;
	clear: both;
	padding: 10px;
	background: #F3F6FB;
}

	.anmelde-form DIV {
		overflow: hidden;
		display: block;
		width: 100%;
		clear: both;
		margin-bottom: 4px;
	}

	.anmelde-form .order-form-item {
		float: left;
		margin: 0 10px 0 0;
		font-size: 14px;
		clear: none;
		width: auto;
		overflow: visible;
	}

	.anmelde-form .order-gender {
	}

	.anmelde-form SELECT {
		display: block;
		width: 100px;
		border: 1px solid #062678;
		background: #fff;
	}

	.anmelde-form DIV.onecol INPUT {
		width: 678px;
	}

	.anmelde-form DIV.twocol INPUT {
		width: 333px;
	}

	.anmelde-form DIV.twocol-odd INPUT {
		width: 588px;
	}

	.anmelde-form DIV.tricol INPUT {
		width: 218px;
	}

	.anmelde-form DIV.tricol-odd INPUT {
		width: 288px;
	}

	.anmelde-form DIV INPUT.in-short {
		width: 78px !important;
	}

	.anmelde-form DIV.but-wrap {
		overflow: hidden;
		padding-top: 8px;
	}

		.anmelde-form DIV.but-wrap INPUT {
			float: right;
			margin-right: 14px;
		}

.infobox {
	position: relative;
	display: block;
	/*padding: 0 0 15px 108px;*/
	padding: 25px 0 25px;
	min-height: 145px;
	height: auto !important;
	border-bottom: 1px solid #e2e4eb;
	overflow: hidden;
}

.infobox-list {
}

.col-100perc .infobox {
	position: relative;
	display: block;
	/*padding: 0 0 15px 108px;*/
	padding: 0 0 15px 0;
	min-height: 245px;
	height: auto !important;
	border-bottom: 1px solid #e2e4eb;
	zoom: 1;
	clear: both;
}


	.col-100perc .infobox:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.infobox IMG {
	/*position: absolute;*/
	top: 6px;
	left: 0px;
	display: block;
	/*width: 96px;
	height: 146px;*/
	border: 1px solid #244395;
	margin-right: 15px;
	float: left;
}

.infobox H3 {
	line-height: 22px;
	margin: 0px;
	text-align: left;
}

.infobox P {
	margin-bottom: 10px;
	text-align: left;
}

A.pdf-link {
	background-position: left 3px;
	padding-bottom: 6px;
}

.infobox LABEL {
	font-size: 14px;
}

.infobox INPUT.field {
	display: inline;
	width: 50px;
}

.order_elements .col-342 {
	margin-right: 10px;
}

	.order_elements .col-342.rightItem {
		float: right;
		margin-right: 0px;
	}


/* ###### Non-Flash Content START ###### 	height: 328px;*/
#covflow {
	position: relative;
	display: block;
	width: 714px;
}

.ContentFlow {
	position: relative;
	min-height: 450px;
}

	.ContentFlow .item {
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
		display: none;
	}
/* ###### Non-Flash Content END ######*/

/* ###### Main Content END ######*/


/* ###### Footer Styles START ###### */
.footer {
	clear: both;
	border-top: 1px solid #f2f3f5;
	width: 100%;
	height: 55px;
	line-height: 15px;
	font-size: 12px;
	color: #2f3030;
	background: #FFFFFF;
	font-weight: bold;
}

	.footer P {
		float: left;
		display: block;
		margin: 20px 0 0 30px;
	}

	.footer .footer-nav {
		float: right;
		margin: 20px 30px 0 0;
	}

		.footer .footer-nav A {
			text-decoration: none;
			color: #062678;
		}

			.footer .footer-nav A:hover {
				text-decoration: underline;
			}
/* ###### Footer Styles END ###### */

.gallery table td {
	padding: 5px;
}

.gallery #calendarhead {
	background: none repeat scroll 0 0 #EEF1F6;
}

	.gallery #calendarhead p.prev {
		width: auto;
		float: left;
	}

	.gallery #calendarhead p.next {
		width: auto;
		float: right;
	}

.credittdright {
	text-align: right;
	font-size: 14px;
	padding-right: 10px;
}

.credittdleft {
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
}

.crediteven {
	background: #f3f6fa;
	height: 30px;
	vertical-align: middle;
}

.creditodd {
	background: #ebf2fa;
	height: 30px;
	vertical-align: middle;
}

.credittable {
	width: 550px;
}

div.order_element a.info_pdf {
	background: transparent url(../img/icon-pdf.gif) no-repeat scroll left top;
	display: block;
	padding-left: 20px;
}

a.icon {
	padding-left: 20px;
	line-height: 15px;
	display: inline-block;
	background: transparent url(../img/icon-set.png) no-repeat;
}

a.info {
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

a.info_pdf {
	background: transparent url(../img/icon-pdf.gif) no-repeat scroll left top;
	display: inline-block;
	padding-left: 20px;
	line-height: 15px;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

A.info_pdf_link {
	padding-left: 20px;
	background: url('../img/icon-pdf.gif') top left no-repeat;
	text-decoration: none !important;
	border: none !important;
}

A.info_zip_link {
	padding-left: 20px;
	background: url('../img/icon-zip.gif') top left no-repeat;
	text-decoration: none !important;
	border: none !important;
}

.twocols_right_box A.info_zip {
	padding-left: 20px;
	background: url('../img/icon-zip.gif') top left no-repeat;
	display: block;
	text-decoration: none !important;
	border: none !important;
}

A.info_word_link {
	padding-left: 20px;
	background: url('../img/icon-word.gif') top left no-repeat;
	text-decoration: none !important;
	border: none !important;
}

.twocols_right_box A.info_word {
	background: url('../img/icon-word.gif') top left no-repeat;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

A.info_excel_link {
	padding-left: 20px;
	background: url('../img/icon-excel.gif') top left no-repeat;
	text-decoration: none !important;
	border: none !important;
}

.twocols_right_box A.info_excel {
	background: url('../img/icon-excel.gif') top left no-repeat;
	display: block;
	padding-left: 20px;
	text-decoration: none;
	background-position: left top;
	background-repeat: no-repeat;
}

.linie {
	border-bottom: 1px solid #DDDDDD;
	margin: 0 15px 8px;
	padding-bottom: 6px;
	width: 100%;
}

.twocols_right_box fieldset p INPUT {
	float: right;
}

.simple-webform div {
	clear: both;
	height: 26px;
	margin-bottom: 10px;
	width: 335px;
}

.twocols_left_box_clean,
.twocols_left_box {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 260px;
	position: absolute;
	top: 5px;
}

.headline {
	margin-top: 20px;
}

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/img/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(/img/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}

#Questionnaire h2 {
	color: #062678;
	font-family: calibri,arial,sans-serif;
	font-size: 18px;
	line-height: 33px;
	margin-bottom: 10px;
	margin-top: -5px;
}

.answer_item {
	clear: both;
	color: #333640;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}

.question_space {
	clear: both;
	margin-bottom: 15px;
}

#Questionnaire .field {
	display: inline;
	margin-left: 5px;
}

.markedRed {
	border: 1px solid red !important;
}

.AccordionPaneContent p {
	text-align: left;
}

.flashbox, text, tspan {
	font-weight: normal;
	font-family: Arial, Sans-Serif !important;
	font-size: 12px;
	padding: 2px 0;
}

.col table.savingplanner th {
	padding: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
	clear: both;
}

/* default tab */

ul.tabbar {
	list-style: none;
	height: 27px;
	border-bottom: 1px solid #062678;
	width: 570px;
}

	ul.tabbar LI {
		display: inline-block;
		height: auto;
		width: 20%;
	}

		ul.tabbar LI A {
			display: block;
			padding: 9px 10px 0 10px;
			height: 18px;
			text-align: center;
			font-size: 14px;
			line-height: 11px;
			text-decoration: none;
			color: #fff;
			white-space: nowrap;
			background: #062678;
			border-right: 1px solid #FFFFFF;
		}

			ul.tabbar LI A:hover, ul.tabbar LI.active A {
				background: #6079b9;
				font-weight: bold;
			}

.index-chart .twocols_right_box {
	height: 330px;
	margin-bottom: 15px;
}

.thumbvid a {
	display: block;
}

.li9 {
	display: none !important;
}

.xls-button {
	padding-bottom: 4px;
}

.statistic-chart .button-row {
	text-align: right;
	overflow: hidden;
}

	.statistic-chart .button-row .xls-button {
		margin: 4px 4px 3px 0;
		padding: 0;
	}

	.statistic-chart .button-row input,
	.statistic-chart .button-row label {
		float: right;
	}

	.statistic-chart .button-row input {
		margin-left: 4px;
	}

	.statistic-chart .button-row label {
		line-height: 25px;
		font-size: 10px;
	}

.thumbpic a {
	cursor: pointer;
}

.normal-form td.eingabe .error {
	border: 1px solid red;
}

.floatBox, .floatBox200, .floatBox320, .boxGroup div, .floatBox33Perc, .floatBox66Perc, .floatBox40Perc, .floatBox60Perc, .floatBox50Perc {
	float: left;
	color: #333640;
	line-height: 23px;
	margin: 0 30px 0px 0;
	font-size: 14px;
	width: 100%;
}

	.floatBox.fullWidth {
		margin-right: 0;
		width: 100%;
	}

.floatBox200 {
	width: 200px;
}

.floatBox320 {
	width: 320px;
}

.floatBox33Perc {
	width: 30%;
	margin-right: 3%;
	min-width: 180px;
}

.floatBox66Perc {
	width: 63%;
	margin-right: 3%;
	min-width: 240px;
}

.floatBox40Perc {
	width: 37%;
	margin-right: 3%;
	min-width: 100px;
}

.floatBox60Perc {
	width: 57%;
	margin-right: 3%;
	min-width: 240px;
}

.floatBox50Perc {
	width: 48%;
	margin-right: 2%;
	min-width: 150px;
}

	.floatBox50Perc .info_pdf {
		display: inline !important;
	}

	.floatBox50Perc.smallTxt {
		font-size: 12px;
	}

	.floatBox50Perc.fullWidth {
		margin-right: 0;
		width: 50%;
	}

.boxHeight160 {
	height: 160px;
	overflow: hidden;
}

.boxHeight200 {
	height: 200px;
	overflow: hidden;
}

.boxHeight220 {
	height: 220px;
	overflow: hidden;
}

.boxMinWidth320 {
	min-width: 320px;
	overflow: hidden;
}

.boxGroup div {
	float: none;
}

.noFloat {
	float: none;
}

.valignMiddle {
}

.rightColumn {
	float: right;
	margin-left: 10px;
}

.noRightMargin {
	margin-right: 0px;
}

.video-content {
}

.video-player {
}

	.video-player video {
		width: 100%;
	}

.video-description {
	margin-left: 30px;
}

	.video-description .linkbox {
		min-height: 0px;
		height: auto;
	}

.company-address a[itemprop="url"] {
	text-decoration: none;
	color: #333640;
	cursor: default;
}

.jcarousel-skin-pika {
	width: 100%;
	min-height: 471px;
	height: 471px;
}

.pika-stage {
	height: 402px !important;
	margin: 0 auto;
}

	.pika-stage a img {
		top: 0 !important;
		position: relative !important;
		width: 100%;
	}

.list-box {
	float: left;
	overflow: hidden;
	width: 345px;
	margin-bottom: 30px;
	height: 185px;
}

	.list-box .img-container {
		float: left;
		width: 135px;
	}

	.list-box .text-container {
		float: left;
		width: 200px;
		margin-right: 10px;
	}

.responsive-img {
	width: 100%;
}

.panel {
	overflow: hidden;
	margin-bottom: 20px;
}

.image-container {
	float: left;
	width: 400px;
	text-align: right;
	margin-right: 30px;
}

.text-container {
	float: left;
	width: 250px;
}

.regular-box {
	width: 330px !important;
	margin-bottom: 30px;
}

table.inforum-previous {
	width: 714px;
}

	table.inforum-previous tr td {
		width: 33%;
	}

.table-two-columns-image-text td {
	width: 48%;
	padding-right: 2%;
	min-width: 150px;
	padding-bottom: 50px;
	clear: both;
	vertical-align: top;
}

	.table-two-columns-image-text td:last-child {
		padding-left: 2%;
		padding-right: 0;
	}

	.table-two-columns-image-text td img {
		display: block;
		padding: 0 15px 10px 0;
		float: left;
	}

	.table-two-columns-image-text td .info_pdf {
		display: inline !important;
	}

.table-three-columns td {
	width: 30%;
	padding-right: 2%;
	padding-left: 1%;
	min-width: 180px;
	padding-bottom: 20px;
}

	.table-three-columns td:first-child {
		padding-right: 3%;
	}

	.table-three-columns td:last-child {
		padding-right: 0;
		padding-left: 3%;
	}

	.table-three-columns td a.image_link {
		display: block;
	}

.text-size-14px td {
	font-size: 14px !important;
}

.contact-block {
	position: relative;
}

	.contact-block a {
		position: absolute;
		bottom: 0;
		left: 134px;
		white-space: nowrap;
	}

	.contact-block .contact-position {
		max-height: 60px;
		overflow: hidden;
	}

	.contact-block .contact-phone {
		position: absolute;
		top: 50%;
		margin-top: -7px;
		left: 134px;
	}

	.contact-block img {
		padding-bottom: 0 !important;
	}

.large-block a {
	left: 180px;
}

.col-100perc > table {
	width: 100%;
}


table.pib-grey-section th, table.pib-grey-section td,
table.pib-blue-section th, table.pib-blue-section td,
table.pib-blue-green th, table.pib-green-section td,
table.pib-blue-orange th, table.pib-orange-section td,
table.pib-blue-red th, table.pib-red-section td {
	padding: 0 10px;
	height: 30px;
	line-height: 15px;
	font-size: 14px;
}

	table.pib-grey-section td a,
	table.pib-blue-section td a,
	table.pib-green-section td a,
	table.pib-orange-section td a,
	table.pib-red-section td a {
		color: #000;
		text-decoration: none;
		display: block;
		float: left;
		padding-right: 15px;
		background: url('../img/icons/download-icon.png') no-repeat right center;
	}

		table.pib-blue-section td a:hover, table.pib-green-section td a:hover, table.pib-orange-section td a:hover, table.pib-red-section td a:hover {
			text-decoration: underline;
		}

		table.pib-blue-section td a:after, table.pib-green-section td a:after, table.pib-orange-section td a:after, table.pib-red-section td a:after {
			clear: both;
			content: " ";
		}

table.pib-blue-section, table.pib-blue-section td {
	background: #E5F0F6;
	color: #000;
}

table.pib-grey-section, table.pib-grey-section td {
	background: #EDEDED;
	color: #000;
}

table.pib-blue-section td.pib-table-header {
	color: #006EAB;
}

table.pib-green-section, table.pib-green-section td {
	background: #E6F3EC;
	color: #000;
}

	table.pib-green-section td.pib-table-header {
		color: #0E8C45;
	}

table.pib-orange-section, table.pib-orange-section td {
	background: #FDF0E6;
	color: #000;
}

	table.pib-orange-section td.pib-table-header {
		color: #EB6B0A;
	}

table.pib-red-section, table.pib-red-section td {
	background: #F9E6E8;
	color: #000;
}

	table.pib-red-section td.pib-table-header {
		color: #C70520;
	}

a.download-link-white, a.external-link-white {
	color: #FFF !important;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 15px 0 0 !important;
}

a.link-white {
	display: inline !important;
	color: #FFF !important;
	padding: 0 !important;
}

	a.download-link-white:hover, a.external-link-white:hover, a.link-blue:hover, a.link-white:hover {
		text-decoration: underline;
	}

.statistic-chart {
	padding: 5px !important;
	border: 1px solid #f2f3f5;
}

.hotspot-text {
	color: #A5BBF2;
}

	.hotspot-text strong {
		color: #ffffff;
	}

.navigation .link-image .hotspot-text a {
	color: #FFBC19;
	padding: 0;
}

.content .tab-button, .content .tab-content {
	display: none;
}

	.content .tab-content iframe {
		width: 700px;
		height: 394px;
		margin: 0 auto;
	}

.tab-menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

	.tab-menu li {
		display: inline-block;
		width: 24.5%;
		vertical-align: middle;
		background: #F2F3F6;
		height: 43px;
		border-right: 2px solid #FFFFFF;
		border-bottom: 2px solid #062678;
		*display: block;
		*float: left;
	}

		.tab-menu li.selected {
			background: #062678;
		}

		.tab-menu li a {
			display: block;
			line-height: 13px;
			text-decoration: none;
			color: #FFF;
			text-align: center;
			color: #062678;
			padding: 9px 10px 7px;
		}

		.tab-menu li.selected a {
			color: #FFFFFF;
		}

		.tab-menu li a:hover {
		}

		.tab-menu li a.single-line {
			*padding-top: 15px;
		}

		.tab-menu li[data-id=tab-1] a,
		.tab-menu li[data-id=tab-2] a,
		.tab-menu li[data-id=tab-3] a,
		.tab-menu li[data-id=tab-5] a,
		.tab-menu li[data-id=tab-6] a,
		.tab-menu li[data-id=tab-7] a,
		.tab-menu li[data-id=tab-8] a {
			line-height: 26px !important;
		}

.content .tab-ddl {
	display: none;
	margin-bottom: 10px;
}

.lSSlideWrapper img,
.lSSlideWrapper iframe {
	width: 714px;
	height: 409px;
	border: none;
}

iframe.radio {
	width: 370px;
	height: 80px;
	border: none;
}

.hc-tooltip b {
    position: relative;
    z-index: 50;
    border: 2px solid rgb(0, 108, 169);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 5px;
    font-size: 99pt;
}

span.order-comment {
	display: block;
	color: red;
	padding: 0 0 10px 0;
}

#cookie-alert {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #000;
	max-width: 380px;
	padding: 10px 15px 10px 15px;
	border-radius: 0 5px 5px 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	z-index: 100;
}

#cookie-alert p {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
	display: inline-block;
	margin-bottom: 0;
	text-align: justify;
}

#cookie-alert a:link {
	color: #95a9db;
}

#cookie-alert button {
	text-transform: uppercase;
	color: #95a9db;
	font-weight: 700;
	font-size: 13px;
	background-color: transparent;
	border: 0;
	height: 15px;
	right: 25px;
	margin: auto;
	padding-left: 30px;
	cursor: pointer;
}

.header .logo img {
	width: 177px;
	height: 102px;
	object-fit: contain;
}