/* Start font embedding */
@import url("http://fast.fonts.com/cssapi/2c461b1b-3f29-4c26-a03e-eb9dec664ca1.css");
/* End font embedding */

/* 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 { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		line-height:20px;
		color:#85837d;
	}
	
	p {
		padding: 0 0 8px 0;
	}
	
	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:#85837d;
		text-decoration: underline; 
	}
	
	a:hover, a:hover span { 
		color:#000;
	}
	
	ul { 
		list-style-type: none;
		list-style-position: outside;
	}
	
	ul li { 
		list-style-type: disc; 
		/*background:url('/images/bullet.gif') no-repeat 0px 7px; */
		padding-left:0px; 
	}
	ol li { 
		padding-left: 5px;
		margin-left: 30px;
	}
	b, strong {
		/*font-weight:normal;
		font-family:'daxbold' !important; */
	}
	i, em {
		/* font-family: 'dax-italicregular' !important;
		font-style:normal; */
	}
	h1 { 
		font-weight:normal;
		font-size:28px; 
		width:100%; 
	}
	
	.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="4"] { 
		color:#a55562;
		font-size:13px;
	}
	
	.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 */
	aside {
		width:245px;
		text-align:right;
		float:left;
		padding-top:100px;
	}
	
	aside ul,
	aside li {
		background:none;
	}
	
	aside a:link,
	aside a:visited {
		text-transform:uppercase;
		color:#000;
		font-size:11px;
		line-height:24px;
		letter-spacing:3px;
		text-decoration:none;
	}
	
	aside a:hover,
	aside a.active {
		color:#a55562;
		text-decoration:none;
	}
	
	aside div#nav_linie {
		width:50px;
		height:1px;
		background:#a55562;
		display:inline-block;
	}
	
	aside div#slogan {
		margin-top:70px;
		color:#a55562;
		font-size:28px;
		line-height:40px;
		text-align:right;
		font-family:'JohnstonITCW01-MediumIt';
		letter-spacing:1px;
	}
	article {
		float:left;
		padding:167px 0px 20px 80px;
	}
	
	header {
		height:107px;
	}
	
	header a:link,
	header a:visited,
	header a:hover,
	header a:link span,
	header a:visited span,
	header a:hover span {
		text-decoration:none;
		color:#000;
	}
	header h1 {
		font-size:20px;
		line-height:20px;
		letter-spacing:5px;
		margin-bottom:5px;
	}
	header h1 img{
		vertical-align:-5px;
		padding-left:3px;
		padding-right:7px;
		height:25px;
		width:2px;
	}
	header span{
		padding-left:90px;
		font-size:12px;
		letter-spacing:3px;
	}
	/* 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 */
/* End - layout styles */