html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, a img, :focus {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
	outline: 0;
	list-style: none;
}
:focus {
	outline: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: transparent none;
	height: 100%;
	width: 100%;
	position: relative;
}
#wrapper {
	position: relative;
}
strong {
	text-transform: uppercase;
}
body, 
input,
input:focus, 
textarea,
textarea:focus {
	font-family: "DINWeb", 'Arial', 'sans-serif';
	font-size: 12px;
}
a {
	color: black;
	text-decoration: none;
}
a.disabled {
	cursor: default;
}
/**************** Header **********/
#header {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 125px;
	height: 170px;
	z-index: 2;
}
#logo a {
	display: block;
	width: 125px;
	height: 170px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 1000px;
}
/*************** MENU ************/
#menu {
	width: 100%;
	text-transform: uppercase;
}
#menu ul {
	overflow: hidden;
	list-style: none;
	line-height: 50px;
	height: 50px;
	margin-left: 125px;
}
#menu li {
	float: left;
	margin: 0px 0px 0px 25px;
	position: relative;
}
.current-menu-item a {
	font-weight: bold;
}
/*************** Misc,  Other ************/
h2 {
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -1px;
	margin: 0px 0px 10px -1px;
}
h2, h3 {
	color: #000;
}
.scrollBox .headline h3 {
	padding-right: 150px;
}
.grid .item h3,
.scrollBox .headline h3 {
	font-weight: bold;
	font-size: 25px;
	line-height: 27px;
}
.list-item h3,
#ajax-video h3,
.not-found h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
}
h4 {
	border-top: 1px solid #999;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0px 10px 0px;
	color: black;
}
h5 {
	font-weight: bold;
}
em {
	font-style: italic;
}
.entry {
	margin: 0px 0px 20px 0px;
}
.entry img {
	display: none;
}
.entry .image img {
	display: block;
	height: 70px;
	width: auto;
}
.entry p.caption {
	margin-bottom: 20px;
}
.entry a {
	color: #E53534;
}
.entry a:hover {
	text-decoration: underline;
}
.entry h2 {
	margin: 0px;
	padding: 30px 0px 5px 0px;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}
.breadcrumb {
	overflow: hidden;
	margin: 0px 0px 5px 0px;
}
.breadcrumb li {
	margin: 0px 5px 0px 0px;
	float: left;
}
.breadcrumb li:after {
	content: " ›";
}
.breadcrumb li.last:after {
	content: "";
}
/*************** Banner *************/
#banner {
	background: #f9f9f9;
	width: 100%;
	height: 390px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#banner ul {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#banner .imageRotation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#banner .imageRotationNav {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1000;
}
#banner .imageRotationNavInner {
	margin: 10px;
	position: relative;
	overflow: hidden;
}
#banner .button {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin: 0px 0px 0px 3px;
}
#banner .button .grf {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -1000px;
	overflow: hidden;
}
.imageRotation .prevSlide .grf {
	background-position: -125px -2px;
}
.imageRotation .prevSlide:hover .grf {
	background-position: -125px -45px;
}
.imageRotation .nextSlide .grf {
	background-position: -166px -2px;
}
.imageRotation .nextSlide:hover .grf {
	background-position: -166px -45px;
}
#banner img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#banner li {
	visibility: hidden;
	width: 100%;
	height: 100%;
}
/*************** Content ************/
#content {
	position: relative;
	margin: -90px 100px 150px 125px;
	font-size: 13px;
	color: #777;
	z-index: 2;
	min-width: 780px;
}
#content-header {
	background: #fff;
	width: 780px;
}
#content-header-inner {
	padding: 30px 50px 20px 30px;
}
.entry p {
	margin: 0px 0px 10px 0px;
	line-height: 20px;
}
#content-body {
	margin: 0px 30px 30px 30px;
}
#content .moreText {
	width: 720px;
}
#content .moreText .theText {
	margin-top: -10px;
	display: none;
}
/****************** GRID **************/
.grid {
	overflow: visible !important;
	display: none;
	position: relative;
}
.big-grid {
	margin: 30px -25px 0px 5px;
}
.home .big-grid {
	margin: 0px 0px 0px 0px;
}
.grid h3 .arrow {
	display: inline-block;
	position: relative;
	height: 27px;
	line-height: 27px;
	visibility: hidden;
}
.grid h3 .arrow .grf {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -6px;
	left: 6px;
	background-position: -30px -17px;
}
.grid .item a:hover .arrow {
	visibility: visible;
}
.grid .item a:hover .more {
	text-decoration: underline;
}
.grid .item .more {
	margin-top: 5px;
	display: block;
	color: #E53534;
}
.list .grid {
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
.grid .item {
	margin: 0px 30px 50px 0px;
	float: left;
	width: 250px;
}
.list .section.documents {
	margin: 0px;
}
.grid .item a h3 {
	margin: 3px 0px 5px 0px;
}
.grid .item .text-wrapper {
	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	-ms-transition: all 0.2s ease-in-out;
	padding: 20px 10px 0px 5px;
}
.grid .item.no-image .text-wrapper {
	padding: 0px 10px 0px 0px;
}
.grid .item .image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
}
.grid .item .image-wrapper {
	/*-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;*/
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out;
}
.grid .item a:hover .image-wrapper {
	-moz-transform: scale(1.03,1.03);
	-webkit-transform:scale(1.03,1.03);
	-o-transform:scale(1.03,1.03);
	transform:scale(1.03,1.03);
}
.grid .item a:hover .text-wrapper {
	margin-top: -3px;
}
/***************** Liste *****************/
.list-wrapper {
	margin: 0px 0px 0px 0px;
	min-width: 700px;
}
.list-item {
	border-bottom: 1px solid #dadada;
}
.list .file {
	margin: 0px;
	border: 0px none;
	margin: 0px 0px 30px 0px;
}
.grid-temp {
	display: none;
}
.list-item-header-inner {
	padding: 20px 20px 20px 0px;
}
.list .children {
	overflow: hidden;
}
.list-item-content {
	display: none;
	overflow-y: hidden;
}
.list-item-content-inner {
	padding: 0px 0px 20px 0px;
}
.list .section {
	position: relative;
	padding: 0px 0px 25px 0px;
}
.meta {
	color: #999;
	text-transform: uppercase;
	margin: 0px 0px 4px 0px;
}
.grid .meta {
	font-size: 12px;
}
.meta-pre {
	margin: 0px 0px 0px 0px;
}
.list table {
	width: 100%;
	margin: 0px 0px 0px 0px;
}
.list .left {
	width: 25%;
}
.list .right {
	width: 75%;
}

.list .summary .details {
	overflow: hidden;
}
.list .summary .details {
	margin-top: 20px;
}
.list a,
a.searchlink,
.scrollBoxNavLink,
.scrollBoxToggleCaptions {
	color: rgb(229,53,52);
}
.list a:hover,
a.searchlink:hover,
.scrollBoxNavLink:hover,
.scrollBoxToggleCaptions:hover {
	color: #000;
}
.filmlink {
	text-transform: uppercase;
}
.textlink {
	font-style: italic;
}
.grid a {
	color: rgb(0,0,0);
}
.list .loader {
	position: absolute;
	top: 15px;
	right: 0px;
}
/****************** Interaktive Liste *************/
.ilist .clickable .list-item-header {
	cursor: pointer;
}
.ilist .clickable .item-header:hover {
	color: #373737 !important;
	text-shadow: 0 1px 0 #FFFFFF;
}
.subnav {
	position: relative;
	display: none;
	width: 100%;
	background: #fff;
}
.subnav-inner {
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	border-bottom: 1px solid #999;
}
.subnav.fixed {
	position: fixed;
	top: -1px;
	left: 0px;
	z-index: 100;
}
.subnav.fixed .subnav-inner {
	margin: 0px 130px 0px 155px;
}
.subnav ul {
	position: relative;
	width: 100%;
	margin: 0px;
}
.subnav li {
	float: right;
	padding: 0px 0px 0px 10px;
}
.subnav .sbHolder {
	border: 1px solid #999;
	width: 250px;
	position: relative;
	overflow: hidden;
}
.sbHolder a:hover {
	font-weight: bold;
}
.sbToggle {
	display: block;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 10px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: -29px -5px;
}
.sbToggleOpen {
	background-position: -29px 1px;
}
.sbOptions {
	top: 0px !important;
}
.sbSelector,
.sbOptions li {
	display: block;
	line-height: 30px;
	height: 30px;
	padding-left: 10px;
	float: none;
	background: white;
	text-transform: uppercase;
	font-size: 12px;
}
.sbOptions li a {
	display: block;
	width: 100%;
	height: 100%;
}
.subnav li.sortbuttons {
	float: right;
}
.sortbuttons a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 15px 0px 15px;
	float: left;
	border: 1px solid #999;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0px 0px 0px 10px;
	-webkit-transition: padding 0.2s ease-in-out; 
	-moz-transition: padding 0.2s ease-in-out; 
	-o-transition: padding 0.2s ease-in-out; 
	-ms-transition: padding 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	position: relative;
}
.sortbuttons a .grf {
	display: none;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 10px;
	height: 7px;
	background-repeat: no-repeat;
	background-position: -29px 1px;
}
.sortbuttons a.selected {
	font-weight: bold;
	padding: 0px 30px 0px 15px;
}
.sortbuttons a.selected .grf {
	display: block;
}
.sortbuttons a.selected.inverted .grf {
	background-position: -29px -5px;
}
.search {
	border: 1px solid #999;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 30px;
	height: 30px;
	width: 250px;
	overflow: hidden;
	padding: 0px !important;
	background: white;
}
input.list-search,
input.list-search:focus {
	border: 0px none;
	outline: 0px;
	color: black;
	-webkit-appearance: none;
	position: absolute;
	top: 5px;
	left: 8px;
	width: 210px;
	height: 20px;
	line-height: 20px;
	background: transparent none;
	font-size: 12px;
	color: #000;
}
.searchButton {
	width: 15px;
	height: 18px;
	position: absolute;
	right: 7px;
	top: 6px;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.cancelSearchButton {
	cursor: pointer;
	background-position: -15px 2px;
}
.subnav .not-found {
	padding: 60px 0px 0px 0px;
	display: none;
}
.arrow-top {
	display: block;
	position: fixed;
	top: 50px;
	left: 65px;
	margin-top: -20px;
	height: 37px;
	line-height: 37px;
	width: 37px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	display: none;
	z-index: 102;
	background-position: -44px -4px;
}
.arrow-top:hover {
	background-position: -44px -44px;
}
/****************** Footer *****************/
#footer {
	/*border-top: 1px solid #999;*/
	margin: 0px 165px 50px 160px;
	color: #777;
}
#footer ul {
	overflow: hidden;
	height: 50px;
	line-height: 50px;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #000;
}
#footer li {
	text-transform: uppercase;
	float: left;
	padding-right: 25px;
	font-size: 11px;
}
/********************* Lightbox ************/
#lightbox {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background: #fff;
	display: none;
}
#lightbox .loader {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	margin-left: -12px;
	top: 50%;
	right: 50%;
}
#scrollbox-wrapper .loader {
	right: 40px;
	margin-left: 0px;
}
.scrollBoxClose .grf,
#iframe-wrapper-close {
	background-position: -250px -2px;
}
.scrollBoxClose:hover .grf,
#iframe-wrapper-close:hover {
	background-position: -250px -45px;
}
.scrollBox .headline {
	position: absolute;
	top: 16px;
	left: 30px;
}
.scrollBox .navigation {
	position: absolute;
	top: 25px;
	right: 25px;
	overflow: hidden;
}
.scrollBox .navigation a {
	display: block;
	float: left;
	margin: 0px 0px 0px 2px;
	color: black;
	text-transform: uppercase;
	font-size: 11px;
}
.scrollBox .navigation a:hover {
	color: white;
}
.scrollBox .navigation a .grf {
	display: block;
	width: 37px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	text-indent: -1000px;
	overflow: hidden;
}
.scrollBoxPrev .grf {
	background-position: -125px -3px;
}
.scrollBoxPrev:hover .grf {
	background-position: -125px -45px;
}
.scrollBoxNext .grf {
	background-position: -166px -3px;
}
.scrollBoxNext:hover .grf {
	background-position: -166px -45px;
}
.scrollBoxToggleCaptions {
	position: absolute;
	bottom: 30px;
	left: 30px;
	text-transform: uppercase;
}
.scrollBox .item {
	position: relative;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	visibility: hidden;
}
.scrollBox .loaded {
	visibility: visible !important;
}
.scrollBox .caption {
	position: absolute;
	left: 100%;
	top: 0px;
	font-size: 12px;
	color: #444;
	width: 400px;
	height: 100%;
	overflow: hidden;
}
.scrollBox .caption p {
	margin-bottom: 10px;
}
.scrollBox .caption-inner {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
#scrollbox-wrapper,
#scrollbox-wrapper .scrollBox-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#scrollbox-wrapper .scrollBox-inner {
	overflow-x: auto;
	overflow-y: hidden;
}
#scrollbox-wrapper ul {
	position: absolute;
	top: 80px;
	overflow: hidden;
}
#scrollbox-wrapper li {
	position: absolute;
	top: 0;
}
#scrollbox-wrapper li img {
	height: 100%;
	width: auto;
}
/************************ VIDEO ***********************/
#ajax-video {
	margin: 0px 30px 0px 30px;
	overflow: hidden;
	border-bottom: 1px solid #999;
}
#ajax-video .attachment-header {
	margin: 0px 0px 30px 0px;
}
.attachment-header h3 {
	margin-right: 80px;
}
.video-attachment {
	width: 720px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #999;
}
.image-wrapper {
	position: relative;
}
.smallPlayButton {
	display: block;
	width: 37px;
	height: 37px;
	line-height: 37px;
	position: absolute;
	bottom: 13px;
	left: 17px;
	background-position: -209px -2px;
}
a:hover .smallPlayButton {
	background-position: -209px -43px;
}
.videoPlayButtonGrf {
	text-indent: -1000;
}
.multi-image-wrapper {
	overflow: hidden;
}
.multi-image-wrapper ul {
	overflow: hidden;
	width: 100%;
	height: 150px;
}
#lightbox, 
.scrollBox, 
.scrollBox .item, 
.scrollBox img, 
video, 
iframe, 
#iframe-wrapper, 
#iframe-wrapper-back, 
.scrollBox .caption {
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
