/*  Start fonts */
	@font-face {
		font-family: 'yanone_kaffeesatzlight';
		src: url('fonts/yanonekaffeesatz-light-webfont.eot');
		src: url('fonts/yanonekaffeesatz-light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/yanonekaffeesatz-light-webfont.woff') format('woff'),
			 url('fonts/yanonekaffeesatz-light-webfont.ttf') format('truetype'),
			 url('fonts/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
	font-family: 'source_sans_proregular';
	src: url('fonts/sourcesanspro-regular-webfont.eot');
	src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
		 url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
		 url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	@font-face {
	font-family: 'source_sans_probold';
	src: url('fonts/sourcesanspro-bold-webfont.eot');
	src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
		 url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
		 url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	@font-face {
	font-family: 'source_sans_prolight';
	src: url('fonts/sourcesanspro-light-webfont.eot');
	src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
		 url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
		 url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
	font-weight: normal;
	font-style: normal;
	}
	@font-face {
	font-family: 'yanone_kaffeesatzregular';
	src: url('fonts/yanonekaffeesatz-regular-webfont.eot');
	src: url('fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
		 url('fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
		 url('fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
	font-weight: normal;
	font-style: normal;
	}
/* End fonts */ 


/* 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 { 
		color: #313132;
		font-family: 'source_sans_prolight', sans-serif;
		font-size: 15px;
	}
	
	input, textarea, select {
		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;
	}

	/* span is to cope for protected emails */
	a, a span { 
		color: #bd0926; 
		text-decoration: none; 
	}
	
	a:hover, a:hover span { 
		color: #313132;
		text-decoration: none; 
	}
	
	ul { 
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li { 
		list-style-type: none; 
		background:url('/images/bullet.gif') no-repeat 0px 7px; 
		padding-left:14px; 
	}
	ol li { 
		padding-left: 5px;
		margin-left: 30px;
	}
	b, strong {
		font-weight:normal;
		font-family: 'source_sans_probold';
	}
	i, em {
		/* font-family: 'dax-italicregular' !important;
		font-style:normal; */
	}
	h1 { 
		color: #bd0926;
		font-family: 'yanone_kaffeesatzlight', sans-serif;
		font-size: 35px;
		font-weight: normal;
		text-transform: uppercase;
		line-height: 1;
		width:100%; 
		margin-bottom:15px; 
	}
	
	.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: 10px
	}
	.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 {
		
	}
	#editor b, #editor strong{
		font-weight:bold !important;
		/* font-family: 'DaxComp' !important;  */
	}
	#editor i, #editor em{
		font-style:italic !important;
		/* font-family: 'DaxComp' !important; */
	}
/* End Freshpage elements  */

/* Start - layout styles */
	
	#wrapper {
		width: 1080px;
		margin: 0 auto;
		background-image: url('../images/wrapper_bg.jpg');
		background-repeat: no-repeat;
	}
	header {
		position: relative;
		height: 219px; /*240px*/
	}
	#headerlogo {
		position: absolute;
		top: 13px;
		left: 22px;
	}
	header nav {
		position: absolute;
		top: 161px;
		left: 320px;
	}
	header nav a:link, header nav a:link span, header nav a:visited, header nav a:visited span, header nav a:active, header nav a:active span, header nav a:hover {
		float: left;
		padding: 11px 20px 7px 20px;
		color: #515252;
		font-family: 'yanone_kaffeesatzlight', sans-serif;
		font-size: 25px;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 1;
	}
	header nav a.active, header nav a:hover {
		background-color: #bd0926;
		color: #ffffff;
	}
	#sidebar {
		width: 255px;
		float: left;
		padding: 79px 16px 0px 130px;
		background-image: url('../images/sidebar_bg.png');
		background-repeat: no-repeat;
	}
	#sidebar h2 {
		margin-bottom: 4px;
		color: #bd0926;
		font-family: 'source_sans_probold', sans-serif;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
	}
	#subNav {
		margin-bottom: 60px;
	}
	#subNav a {
		display: block;
		background: url('/images/bullet.gif') no-repeat 0px 7px; 
		padding-left: 14px; 
	}
	#subNav a:hover, #subNav a.active {
		color: #707173;
		background-image: url('/images/bullet_hover.gif');
	}
	#subNav p {
		margin: 0px 0px 12px 14px;
	}
	#sidebar nav#subNav nav /*2nd level of menu*/
	{
		margin-left: 16px;
	}
	#sidebar p.large {
		margin-bottom: 5px;
		font-size: 19px;
		font-family: 'source_sans_proregular';
	}
	#sidebar img {
		float: left;
		margin: 3px 5px 0px 0px;
	}
	#sidebar h3, #subNav a {
		margin-bottom: 5px;
		font-family: 'source_sans_probold', sans-serif;
		font-size: 14px;
		font-weight: normal;
	}
	#subNav > a
	{
		margin-bottom:-1px;
	}
	#subNav a:first-child
	{
		margin-top: 12px;
	}
	#subNav a:last-child
	{
		margin-bottom: 10px;
	}
	#sidebar h3 {
		display: inline;
	}
	#sidebar a, #sidebar a span {
		color: #313132;
	}
	#sidebar #contactFormWrapper {
		overflow: auto;
		margin-top: 42px;
		background-image: url('../images/contactForm_bg.png');
		background-repeat: no-repeat;
		background-position: 54px 0px;
	}
	#sidebar #contactform, .contactFormSent {
		width: 212px;
		margin-top: 30px;
		padding: 16px 20px 20px 20px;
		background-color: #f4f4f4;
	}
	#sidebar #contactform input[type=text], #sidebar #contactform textarea {
		width:200px;
		margin-bottom:3px;
		padding: 6px;
		border: 1px solid #d6d6d6;
		background-color: #ffffff;
		color: #000000;
		-moz-box-shadow: inset #d6d6d6 -10px -10px 2px -9px;
		-webkit-box-shadow: inset #d6d6d6 -10px -10px 2px -9px;
		box-shadow: inset #d6d6d6 -10px -10px 2px -9px;
	}
	#sidebar #contactform input[type=text].error, #sidebar #contactform textarea.error {
		border: 1px solid #bd0926;
		-moz-box-shadow: inset #bd0926 -10px -10px 2px -9px;
		-webkit-box-shadow: inset #bd0926 -10px -10px 2px -9px;
		box-shadow: inset #bd0926 -10px -10px 2px -9px;
	}
	#sidebar #contactform textarea {
		height: 76px;
	}
	#sidebar #contactform input[type=submit] {
		width: 214px;
		height: 32px;
		padding: 2px 0px 2px 0px;
		border: 1px solid #a00d25;
		background-image: url('../images/button_bg.jpg');
		background-repeat: no-repeat;
		color: #ffffff;
		font-family: 'yanone_kaffeesatzregular', sans-serif;
		font-size: 23px;
		text-shadow: 1px 1px 1px #666666;
		text-transform: uppercase;
		cursor:pointer;
	}
	#sidebar #contactform #errortext {
		display: block;
		margin-top: 15px;
	}
	#sidebar #contactform #errortext font {
		color: #bd0926 !important;
	}
	#article_wrapper {
		min-height: 590px;
		overflow: auto;
		background-image: url('../images/article_wrapper_bg.jpg');
		background-repeat: repeat-y;
	}
	article {
		float: left;
		width: 645px;
		min-height: 600px;
		background-image: url('../images/article_bg.png');
		background-repeat: no-repeat;
		padding: 26px 16px 15px 18px;
		line-height: 1.6;
	}
	footer {
		overflow: auto;
		clear: both;
		padding-bottom: 12px;
		background-color: #f4f4f4;
		text-align: center;
	}
	footer, footer a:link, footer  a:visited, footer a:active, footer a:hover {
		color: #959595;
		font-size: 12px;
	}
	#footer_border {
		height: 2px;
		width: 100%;
		margin: 13px 0px 18px 0px;
		background-color: #ffffff;
	}
	
	/* Start - entrytype Bildergalerie */
	.gallery {
		position: relative;
		overflow: auto;
		margin-bottom: 30px;
	}
	
	.cycle-slideshow {
		z-index: 1;
	}
	
	.prev:hover, .next:hover {
		cursor: pointer;
	}
	
	.prev {
		position: absolute;
		top: 195px;
		left: 10px;
		z-index: 10;
	}
	
	.next {
		position: absolute;
		top: 195px;
		right: 10px;
		z-index: 10;
	}
	
	.pager {
		margin-top: 20px;
	}
	
	.pager .thumb {
		width: 127px;
		float: left;
		margin: 0px 2px 2px 0px;
	}
	
	.pager .thumb.last {
		margin-right: 0px;
	}
		
	/* End - entrytype Bildergalerie */
/* End - layout styles */