/* Start reset html elements */
	html { -webkit-text-size-adjust:none; }
	
	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, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		background: transparent;
	}
	
	address,article,aside,audio,canvas,command,datalist,
	details,embed,figcaption,figure,footer,header,
	hgroup,keygen,mark,meter,nav,ouput,progress,
	section,source,summary,time,video,wbr {
		display:block;
	}
	
	input:focus, textarea:focus, select:focus { 
		outline: none; 
	}
	
	table {
		border-collapse:collapse;
		border-spacing: 0;
		padding:0;
		border:0;
	}
	
	table td, table th {
		padding: 0; 
	}
	
	a:active, label:active { 
		outline: none; 
		ie-dummy: expression(this.hideFocus=true); 
	}
	a:focus, label:focus { 
		-moz-outline-style: none; 
		outline: none; 
		ie-dummy: expression(this.hideFocus=true); 
	}
	
	input[type=checkbox] { 
		border-width:0px 
	}
/* End reset html elements */

/* Start generic elements  */
	html {
		overflow-y: scroll; 
		height:100%;
	}
	
	body {
		color:#000; 
		background-color:#fff;
		height:100%;
	}
	
	td, p, div, span, ol, ul, input, textarea, select, footer { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
	}
	
	input, textarea, select {
		border:1px solid #ccc; 
		background-color:#f2f2f2; 
		line-height:120%; 
		margin-top:1px; 
		padding:1px 0px;  
		resize: none; 
		-webkit-border-radius:0px;
	}
	
	input[type=submit], input[type=text], input[type=password], input[type=button],
	textarea{
		-webkit-appearance:none;
	}
	
	input[type=submit] {
		padding:2px 20px;
		cursor:pointer;
	}
	/* span is to cope for protected emails */
	a:link, a:link span, a:visited, a:visited span, a:active, a:active span { 
		color: #000000;
		text-decoration: none;
	}
	
	a:hover, a:hover span { 
		text-decoration: underline; 
	}
	
	ul { 
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li { 
		list-style-type: none; 
		background:url('/images/bullet.gif') no-repeat 0px 8px; 
		padding-left:14px; 
	}
	ol li { 
		padding-left: 5px;
		margin-left: 30px;
	}
	
	.clear {
		clear:both;
		height: 1px;
		overflow: hidden;
	}

	/* For modern browsers */
	.clearfix:before,
	.clearfix:after {
		content:"";
		display:table;
	}

	.clearfix:after {
		clear:both;
	}

	/* For IE 6/7 (trigger hasLayout) */
	.clearfix {
		*zoom:1;
	}
/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
	.small { 
		font-size: 12px
	}
	.big { 
		font-size: 15px
	}
	
	.tbltype-emphheader {
		border-spacing: 1px;
	}
	.tbltype-emphheader tr td {
		background-color: #f8f8f8;
		vertical-align:top !important;
	}
	.tbltype-emphheader tr:first-child td {
		background-color: #e0e0e0;
	}

	.tbltype-fairplan {
		border-spacing: 1px;
	}
	.tbltype-fairplan tr td {
		background-color: #f8f8f8;
		vertical-align:top !important;
	}

	.tbltype-headline {
		border-spacing: 1px;
	}
	.tbltype-headline tr td {
		padding:8px;
		background-color: #f8f8f8;
		border:1px solid #ccc;
		vertical-align:top;
	}
	
	#oContentTable tr td {
		
	}
	table.fpmain td {
		font-size: 14px;
		line-height: 20px;
	}
/* End Freshpage elements  */

/* Start - layout styles */
	div#wrapper {
		height: auto !important;
		margin: auto;
		min-height: 100%;
		width:100%;
	}
	
	div#wrapper > header {
		height:451px;
	}
	div#wrapper > header > div#static-images {
		background-position:center top;
	}
	div#wrapper > header > div#static-images > div.clearfix {
		margin: 0 auto;
		width: 780px;
		padding-left:178px;
		height: 365px;
		position:relative;
	}
	div#wrapper > header > div#static-images > div.clearfix > div {
		max-height: 365px;
		border-right: 1px solid #fff;
		display: inline-block;
	}
	div#wrapper > header > div#static-images > div.clearfix > div:first-child {
		border-left: 1px solid #fff;
	}
	div#wrapper > header > div#static-images > div.clearfix > div:nth-child(3) {
		position: absolute;
		top: 0;
	}
	div#wrapper > header > div#static-images > div.clearfix > div img {
		max-height: 365px;
	}
	div#wrapper > header > div#headerContainer {
		height:86px;
		margin:auto;
		position:relative;
		width:949px;
		z-index:1000;
	}
	
	div#wrapper > header > div#headerContainer > div {
		position: absolute;
		top: 0px;
		left: 175px;
		width:774px;
	}
	
	div#wrapper > header > div#headerContainer > div#logoColumn {
		left: 0;
		min-height:257px;
		width:175px;
		-webkit-box-shadow: rgba(32,32,32,0.4) 1px 1px 3px;
		-moz-box-shadow: rgba(32,32,32,0.4) 1px 1px 3px;
		box-shadow: rgba(32,32,32,0.4) 1px 1px 3px;
		behavior: url(/styles/pie.htc);
		z-index: 1005;
	}
	
	div#wrapper > header > div#headerContainer > div#logoColumn > a > img {
		display:block;
		width:175px;
		height:139px;
	}
	
	div#wrapper > header > div#headerContainer > div#logoColumn > div {
		background-image:url(/images/bg_full_yellow.png);
		padding:24px 8px 24px 8px;
		position:relative;
		z-index:10;
	}
	
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span {
		display:block;
		position:relative;
		z-index:100;
	}
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span,
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span > a {
		font-family:"FrutigerLTW01-55Roman";
		font-size:16px;
		line-height:22px;
	}
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span.heading {
		font-family:"Frutiger LT W01 65 Bold";
		font-size:20px;
		font-weight:normal;
		line-height:26px;
		margin-top: 20px;
		padding-top:20px;
		border-top: 1px solid #fff;
		margin-bottom:5px;
	}
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span.heading:first-child {
		border-top-style: none;
		margin-top: 0;
		padding-top: 0;
	}
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span.newsteaser {
		line-height: 16px;
		font-size: 14px;
		margin-bottom: 17px;
		font-family:Arial, Helvetica, sans-serif;
	}
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span.newsteaser > a:link,
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span.newsteaser > a:visited,
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span.newsteaser > a:active,
	div#wrapper > header > div#headerContainer > div#logoColumn > div > span.newsteaser > a:hover {
		display: inline-block;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		font-family:Arial, Helvetica, sans-serif;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 {
		margin-top:39px;
		height: 47px;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li {
		background:none;
		float:left;
		padding:0px;
		position:relative;
		margin:0px;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li > a:link,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li > a:visited,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li > a:active {
		color:#000000;
		background-color:#FFFFFF;
		display:block;
		font-family:"Frutiger LT W01 65 Bold";
		font-size:17px;
		font-weight:normal;
		height:47px;
		line-height:47px;
		padding:0px 20px 0px 20px;
		text-decoration:none;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li > a:hover,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li > a.active,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a {
		background-image:url(/images/bg_full_yellow.png);
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li > a + ul {
		display:none;
		position:absolute;
		left:0px;
		top:47px;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li:hover > a + ul,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a + ul {
		display:block;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li:hover > a + ul > li,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a + ul > li {
		background:none;
		display:block;
		padding:0px;
		margin:0px;
		width:100%;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li:hover > a + ul > li > a:link,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li:hover > a + ul > li > a:visited,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li:hover > a + ul > li > a:active,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a + ul > li > a:link,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a + ul > li > a:visited,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a + ul > li > a:active {
		color:#000000;
		background-image:url(/images/bg_white.png);
		background-repeat:repeat-x;
		display:block;
		font-family:"Frutiger LT W01 65 Bold";
		font-size:14px;
		font-weight:normal;
		height:32px;
		line-height:32px;
		padding:3px 20px 0px 20px;
		text-decoration:none;
		white-space:nowrap;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li:hover > a + ul > li > a:hover,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li:hover > a + ul > li > a.active,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a + ul > li > a:hover,
	div#wrapper > header > div#headerContainer > div > ul#jdm0 > li.jDropParent > a + ul > li > a.active {
		background-image:url(/images/bg_yellow.png);
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0.home > li {
		margin-right:1px;
		text-align:center;
		width:192px;
	}
	
	div#wrapper > header > div#headerContainer > div > ul#jdm0.home > li > a + ul > li {
		margin-right:1px;
		text-align:left;
		width:192px;
	}
	
	div#wrapper > header > div#headerContainer > a > img#stoerer {
		position: absolute;
		top: 410px;
		right: -50px;
	}
	
	div#wrapper > div#content {
		margin:auto;
		width:949px;
	}
	
	div#wrapper > div#content > aside#navcolumn {
		float:left;
		width:175px;
	}
	
	div#wrapper > div#content > aside#navcolumn > div#iconbar {
		text-align:right;
		margin-top:74px;
	}
	div#wrapper > div#content > aside#navcolumn > div#iconbar > a > img {
		margin-left: 3px;
	}
	
	div#wrapper > div#content > aside#navcolumn > ul#subnav {
		margin-top:16px;
	}
	
	div#wrapper > div#content > aside#navcolumn > ul#subnav > li {
		background:none;
		padding:0px;
		text-align:right;
		line-height: 23px;
		vertical-align: text-top;
	}
	div#wrapper > div#content > aside#navcolumn > ul#subnav > li > a {
		font-family:"Frutiger LT W01 65 Bold";
		color:#808080;
		font-size: 14px;
	}
	div#wrapper > div#content > aside#navcolumn > ul#subnav > li > a.active {
		color: #000;
	}
	div#wrapper > div#content > aside#navcolumn > ul#subnav > li > a.active:before {
		content: "> ";
	}
	div#wrapper > div#content > aside#navcolumn > ul#subsubnav {
		margin-top:14px;
	}
	div#wrapper > div#content > aside#navcolumn > ul#subsubnav > li {
		background:none;
		padding:0px;
		text-align:right;
		line-height: 17px;
		vertical-align: text-top;
		white-space: nowrap;
		margin-left: -100px;
	}
	div#wrapper > div#content > aside#navcolumn > ul#subsubnav > li > a {
		color:#808080;
		font-size: 14px;
	}
	div#wrapper > div#content > aside#navcolumn > ul#subsubnav > li > a.active {
		color: #000;
	}
	div#wrapper > div#content > aside#navcolumn > ul#subsubnav > li > a.active:before {
		content: "> ";
	}
	
	div#wrapper > div#content > article {
		float:left;
		padding: 25px 20px 28px 40px;
		width:514px;
	}
	
	div#wrapper > div#content > article > div#breadcrumb {
		color:#808080;
		font-family:"Frutiger LT W01 65 Bold";
		font-size:14px; 
		font-weight:normal;
		line-height:16px;
		margin-bottom:17px;
	}
	
	div#wrapper > div#content > article > div#breadcrumb > a:link,
	div#wrapper > div#content > article > div#breadcrumb > a:visited,
	div#wrapper > div#content > article > div#breadcrumb > a:active,
	div#wrapper > div#content > article > div#breadcrumb > a:hover {
		color:#808080;
		text-decoration:none;
	}
	
	div#wrapper > div#content > article a:link,
	div#wrapper > div#content > article a:link span,
	div#wrapper > div#content > article a:visited,
	div#wrapper > div#content > article a:visited span,
	div#wrapper > div#content > article a:active,
	div#wrapper > div#content > article a:active span { 
		text-decoration: underline;
	}
	
	div#wrapper > div#content > article > h1 {
		color:#000000;
		font-family:"Frutiger LT W01 65 Bold";
		font-size:33px;
		line-height:33px;
		font-weight:normal;
		margin-bottom:16px;
	}
	div#wrapper > div#content > article > span.newstitle {
		display: block;
		font-weight: bold;
	}
	div#wrapper > div#content > aside#references {
		float: left;
		margin-top: 57px;
		min-height: 260px;
		padding-left: 30px;
		width: 169px;
		border-left: 1px solid #ffcd00;
	}
	div#wrapper > div#content > aside#references > span {
		font-size: 16px;
		font-weight: bold;
		color: #FFCD00;
		line-height: 14px;
		margin-top: 15px;
	}
	div#wrapper > div#content > aside#references > ul {
		margin-top: 25px;
		margin-bottom: 25px;
		padding: 0;
	}
	div#wrapper > div#content > aside#references > ul > li {
		font-size: 13px;
		line-height: 18px;
		padding-left: 14px;
		padding-bottom: 8px;
	}
	div#wrapper > div#content > aside#references > ul > li > a > span {
		font-weight: bold;
	}
	
	div#wrapper > div#push {
		height: 42px;
	}
	
	footer {
		margin:auto;
		padding-left:215px;
		text-align: left;
		width: 734px;
		margin-top: -42px;
		line-height: 17px;
	}
	footer > span {
		padding: 0 7px;
	}
	footer,
	footer > span,
	footer > a,
	footer > a > span {
		color:#A0A0A0 !important;
		font-size:12px;
	}
	
	/* Start - layout home page */
	body#home > div#wrapper > header > div#headerContainer > div:first-child > div {
		min-height: 301px;
	}
	/* End - layout home page */
	
	/* Start - entrytype contactform */
		#contactform label {
			float:left;
			width:80px;
		}
		#contactform input,
		#contactform textarea {
			width:200px;
			margin-bottom:3px;
		}
		#contactform textarea {
			height:60px;
		}
		#contactform #plz {
			width:50px;
			margin-right:5px;
		}
		#contactform #ort {
			width:143px;
		}
		#contactform input[type=submit] {
			width:140px;
		}
		#contactform #infotext,
		#contactform #errortext {
			display:inline-block;
			margin:5px 0px;
		}
	/* End - entrytype contactform */
	
	/* Start - entrytype reference */
	div#wrapper > div#content > article > table.reference {
		width: 500px;
		margin-bottom: 30px;
	}
	div#wrapper > div#content > article > table.reference th {
		width: 75px;
		font-weight: normal;
	}
	div#wrapper > div#content > article > table.reference th, div#wrapper > div#content > article > table.reference td {
		font-size: 14px;
		line-height: 17px;
		vertical-align: top;
		text-align: left;
		padding-bottom: 4px;
	}
	/* End - entrytype reference */
	
	/* Start - image slider */
		div#wrapper > header > div#galleryStandard,
		div#wrapper > header > div#galleryTeam {
			background-color: #000000;
                        height: 365px;
		}
		div#wrapper > header > div#galleryStandard > div.item {
			overflow: hidden;
			width: 774px;
			/*width: 386px;*/
			height: 365px;
			text-align: center;
		}
		
		div#wrapper > header > div#galleryTeam > div.item {
			overflow: hidden;
			width: 386px;
			height: 365px;
			text-align: center;
			border-left: 1px solid #fff;
		}
		
		div#wrapper > header > div#galleryStandard > div.item > div,
		div#wrapper > header > div#galleryTeam > div.item > div {
			margin-left: -1000px;
			margin-right: -1000px;
		}
		
		div#wrapper > header > div#galleryStandard > div.item > div > div,
		div#wrapper > header > div#galleryTeam > div.item > div > div {
			display: inline-block;
			margin: 0 auto;
		}
		div#wrapper > header > div#galleryStandard > div.item > div > div {
			border-right: 2px solid #fff;
		}
		
		div#wrapper > header > div#galleryStandard > div#next,
		div#wrapper > header > div#galleryTeam > div#next,
		div#wrapper > header > div#galleryStandard > div#prev,
		div#wrapper > header > div#galleryTeam > div#prev {
			width: 30px;
			height: 58px;
			cursor: pointer;
			position: absolute;
			top: 160px;
			z-index: 1000;
		}
		
		div#wrapper > header > div#galleryStandard > div#next {
			left: 744px;
			background-image: url('/images/nav-right.png');
		}
		
		div#wrapper > header > div#galleryTeam > div#next {
			left: 356px;
			background-image: url('/images/nav-right.png');
		}
		
		div#wrapper > header > div#galleryStandard > div#prev,
		div#wrapper > header > div#galleryTeam > div#prev {
			left: 0px;
			background-image: url('/images/nav-left.png');
		}
		
		
		.newsentry__videoWrapper {
			margin-top: 10px;
			margin-bottom: 20px;
		}
		.newsentry__videoWrapper video,
		.html5video video{
			width: 100%;
		}
	/* End - image slider */
/* End - layout styles */