/* Start reset html elements */
	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 */

	@font-face {
		font-family: 'Myriad-Web';
		src: url('myriad.eot');
		src: url('myriad.eot?#iefix') format('embedded-opentype'),
			 url('myriad.woff') format('woff'),
			 url('myriad.ttf') format('truetype'),
			 url('myriad.svg#myriad') format('svg');
		font-weight: normal;
		font-style: normal;
	}

/* Start generic elements  */
	html {
		overflow-y: scroll; 
		height:100%;
	}
	
	body {
		color:#383F42; 
		height:100%;
	}
	
	td, p, div, span, ol, ul, input, textarea, select { 
		font-family: 'Myriad-Web';
		font-size: 13px; 
		line-height: 150%;
		color: #353737;
	}
	input, textarea, select {
		border:1px solid #ccc; 
		background-color:#f2f2f2; 
		line-height:120%; 
		margin-top:1px; 
		padding:1px 0px;  
		resize: none; 
		-webkit-appearance:none;
		-webkit-border-radius:0px;
	}
	
	input[type=submit] {
		padding:2px 20px;
		cursor:pointer;
	}
	
	a:link, a:visited { 
		color: #383F42; 
		text-decoration: none; 
	}
	
	a:hover { 
		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 7px; 
		padding-left:14px; 
	}
	
	hr {
		color: #ccc; 
		background-color: #ccc; 
		height: 1px; 
	}
	
	h1 { 
		color: #C8361E;
		font-size:30px; 
		margin-bottom:15px; 
		line-height: 110%;
		font-weight: normal;
	}
	
	h2{
		font-size: 18px;
		margin-bottom: 10px;
		color: #C8361E;
		font-weight: normal;
	}
	
	.clear {
		clear:both;
		height: 1px;
		overflow: hidden;
	}

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	* html .clearfix { 
		zoom: 1; 
	} /* IE6 */
	*:first-child+html .clearfix { 
		zoom: 1; 
	} /* IE7 */
/* End generic elements  */

/* Start Freshpage elements (these classes are defined in Freshpage and setable) */
	.small { 
		font-size: 10px
	}
	.big { 
		font-size: 15px
	}
	.color1 { 
		background-color: #e5e5e5 
	}
	.color2 { 
		background-color: #e0e0e0 
	}
	.color3 { 
		background-color: #fff;
	}
/* End Freshpage elements  */

/* Start - layout styles */

	#wrapper{
		min-height: 100%;
		margin-bottom: -157px;
		background: #fff url('/images/body_bg.jpg') repeat-x 0px 118px;
	}

	#header-container{
		background-image: url('/images/header_bg.jpg');
		height: 118px;
	}
	
	#header-container header{
		margin: 0 auto;
		width: 870px;
		color: #fff;
		left: 5px;
		position: relative;
	}
	
	#header-container header a{
		color: #fff;
	}
	
	#header-container header > a > img{
		margin-top: 35px;
		margin-left: -98px;
		display: block;
		float: left;
	}
	
	#header-container header div#menu{
		margin-left: 57px;
		margin-top: 73px;
		width: 610px;
		float: left;
	}
	
	#header-container header div#menu a{
		position: relative;
		display: block;
		height: 18px;
		line-height: 20px;
		font-size: 15px;
		padding: 4px 8px 4px 8px;
		text-transform: uppercase;
		behavior: url(/styles/pie.htc);
	}
	
	#header-container header div#menu > div > a{
		margin-left: 58px;
	}
	
	:root #header-container header div#menu > div > a{
		margin-left: 59px\0/IE9; /* IE9 Hack */
	}
	
	#header-container header div#menu > div > a:first-child,
	#header-container header div#menu > div > a.pie_first-child{
		margin-left: 0;
	}
	
	#header-container header > div#menu a:hover,
	#header-container header > div#menu a.active{
		position: relative;
		background-color: #383F42;
		text-decoration: none;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		behavior: url(/styles/pie.htc);
	}
	
	#header-container header div#login{
		border-left: 1px #fff solid;
		height: 25px;
		width: 39px;
		position: absolute;
		right: 5px;
		top: 0px;
		line-height: 35px;
		padding-left: 7px;
		font-size: 12px;
		color: #fff;
	}
	
	#content-container{
		margin: 0 auto;
		display: block;
		width: 860px;
		padding-top: 35px;
	}
	
	#content-container a,
	#content-container a span,
	#content-container a:hover{
		color: #C8361E;
	}
	
	#content-container aside{
		width: 220px;
		float: left;

	}
	
	#content-container aside .box{
		width: 173px;
		padding: 15px;
		border: 1px #cccccc solid;
		margin-bottom: 15px;
		font-size: 13px;
		line-height: 140%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: #e3e3e3 2px 2px 5px;
		-moz-box-shadow: #e3e3e3 2px 2px 5px;
		box-shadow: #e3e3e3 2px 2px 5px;
		background: #F7F7F7;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F7F7F7), to(#e6e6e6));
		background: -webkit-linear-gradient(#F7F7F7, #e6e6e6);
		background: -moz-linear-gradient(#F7F7F7, #e6e6e6);
		background: -ms-linear-gradient(#F7F7F7, #e6e6e6);
		background: -o-linear-gradient(#F7F7F7, #e6e6e6);
		background: linear-gradient(#F7F7F7, #e6e6e6);
		-pie-background: linear-gradient(#F7F7F7, #e6e6e6);
		position: relative;
		behavior: url(/styles/pie.htc);
	}

	#content-container article{
		width: 600px;
		padding-top: 8px;
		padding-left: 40px;
		float: left;
	}
	
	#content-container article table tr td{
		font-size: 13px;
	}
	
	#content-container article .readabout-container{
		margin-top: 28px;
		margin-bottom: 29px;
	}
	
	#content-container article .readabout-container .smallbox{
		width: 241px;
		padding: 0 19px;
		height: 40px;
		line-height: 40px;
		border: 2px #fff solid;
		margin: 0px 0px 30px -2px;
		font-size: 13px;
		display: inline-block;
		float: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-webkit-box-shadow: #e3e3e3 2px 2px 5px;
		-moz-box-shadow: #e3e3e3 2px 2px 5px;
		box-shadow: #e3e3e3 2px 2px 5px;
		background: #f4f4f4;
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f4f4), to(#e0e0e0));
		background: -webkit-linear-gradient(#f4f4f4, #e0e0e0);
		background: -moz-linear-gradient(#f4f4f4, #e0e0e0);
		background: -ms-linear-gradient(#f4f4f4, #e0e0e0);
		background: -o-linear-gradient(#f4f4f4, #e0e0e0);
		background: linear-gradient(#f4f4f4, #e0e0e0);
		-pie-background: linear-gradient(#f4f4f4, #e0e0e0);
		position: relative;
		behavior: url(/styles/pie.htc);
	}
	
	#content-container article .readabout-container > .smallbox:first-child,
	#content-container article .readabout-container > .smallbox.pie_first-child{
		margin-right: 36px;
	}
	
	#content-container article .smallbox a{
		font-weight: bold;
		font-size: 18px;
		color: #383F42;
	}
	
	#content-container article .smallbox,
	#content-container article .smallbox *{
		cursor:pointer !important;
	}
	
	#content-container article .smallbox a > span{
		color: #C8361E;
		font-weight: bold;
		font-size: 18px;
		display:inline-block;
		margin-top:7px;
		*margin-top:0px;
	}
	
	#content-container article .smallbox a > span > span{
		font-size: 18px;
		color: #C8361E;
		
	}
	
	#content-container article .smallbox a:hover{
		text-decoration: none;
	}
	#content-container article .smallbox:hover{
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e0e0e0), to(#f4f4f4));
		background: -webkit-linear-gradient(#e0e0e0, #f4f4f4);
		background: -moz-linear-gradient(#e0e0e0, #f4f4f4);
		background: -ms-linear-gradient(#e0e0e0, #f4f4f4);
		background: -o-linear-gradient(#e0e0e0, #f4f4f4);
		background: linear-gradient(#e0e0e0, #f4f4f4);
		-pie-background: linear-gradient(#e0e0e0, #f4f4f4);
		behavior: url(/styles/pie.htc);
	}
	
	#wrapper #push{
		height: 177px;
	}
	
	#footer-container{
		height: 157px;
		background-image: url('/images/footer_bg.jpg');
	}
	
	#footer-container footer{
		width: 860px;
		padding: 10px 0;
		margin: 0 auto;
		color: #fff;
		line-height: 150%;
		text-align: center;
	}
	
	#footer-container footer *{
		color: #fff;
	}
	
	#footer-container footer > div:first-child{
		display: inline-block;
		font-size: 13px;
	}
	
	#footer-container footer > div a,
	#footer-container footer > div a span{
		font-size: 13px;
	}
	
	#footer-container footer > div#moto{
		display: inline-block;
		margin: 25px auto 0;
		font-size: 15px;
	}

	/* 2 Column Templates */
	
	#content-container article#wide{
		width: 860px;
		padding: 8px 0 0 0;
		float: none;
	}
	
	#content-container article#wide table tr td{
		padding-left: 20px;
		width: 410px;
		vertical-align: top;
	}
	
	#content-container article#wide table tr td:first-child{
		padding-right: 20px;
		padding-left: 0;
		width: 410px;
	}
	
	#content-container article#wide div.col1{
		width: 390px;
		padding-right: 40px;
		float: left;
	}
	
	#content-container article#wide div.col1 table tr td,
	#content-container article#wide div.col2 table tr td{
		padding: 0;
	}
	
	#content-container article#wide div.col2{
		width: 430px;
		float: left;
	}
	
	/* Start - entrytypes */
	
		#news > .newscontainer {
			float:left;
		}
		
		#news  .small_news {
			width:320px;
			padding-right:20px;
		}
		
		.board-row{
			width: 600px;
		}
		
		.board-row .board-cell{
			float: left;
			width: 290px;
			padding-right: 10px;
			margin-bottom: 20px;
		}
		
		#content-container .board-row .board-cell a{
			color: #353737;
			font-weight: bold;
		}
		
		#content-container .board-row .board-cell a.mailto{
			color: #C8361E;
			font-weight: normal;
		}
	
		.bildtextbox {
			/*display: inline-block;*/
		}
		
		.col1 .bildtextbox{
			margin-top: 10px;
		}
		.col1 .bildtextbox:first-child{
			margin-top: 0px;
		}
		
		.col2 .bildtextbox{
			margin-top: 10px;
		}
		.col2 .bildtextbox:first-child{
			margin-top: 0px;
		}
		
		.bildtextbox img,
		.bildtextbox .imgplaceholder,
		.bildtextbox .content {
			float:left;
		}
		
		.bildtextbox .content{
			width: 300px;
		}
		
		.bildtextbox .content_wide{
			width: 520px;
			float: left;
		}
		
		.bildtextbox img,
		.bildtextbox .imgplaceholder{
			margin-top: 4px;
			margin-right:10px;
			width: 70px;
			height: 70px;
		}
	/* End - entrytype bildtext */
	
	/* Start - entrytype contactform */
		#contactform label {
			float:left;
			width:80px;
		}
		#contactform input,
		#contactform textarea {
			width:200px;
			margin-bottom:3px;
			-moz-border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-webkit-border-radius: 4px;
			border-radius: 4px;
			behavior: url(/styles/pie.htc);
			position: relative;
		}
		#contactform textarea {
			height:60px;
		}
		#contactform #zipcode {
			width:50px;
			margin-right:5px;
		}
		#contactform #city {
			width:143px;
		}
		#contactform input[type=submit] {
			width:140px;
		}
		#contactform #infotext,
		#contactform #errortext {
			display:inline-block;
			margin:5px 0px;
		}
	/* End - entrytype contactform */
/* End - layout styles */