/* Start Fonts */
@font-face {
    font-family: 'helveticaneue-mediumext';
    src: url('/styles/fonts/helveticaneue-mediumext-webfont.eot');
    src: url('/styles/fonts/helveticaneue-mediumext-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/helveticaneue-mediumext-webfont.woff') format('woff'),
         url('/styles/fonts/helveticaneue-mediumext-webfont.ttf') format('truetype'),
         url('/styles/fonts/helveticaneue-mediumext-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuemedium';
    src: url('/styles/fonts/helvetica-neue-medium-1361522099-webfont.eot');
    src: url('/styles/fonts/helvetica-neue-medium-1361522099-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('/styles/fonts/helvetica-neue-medium-1361522099-webfont.woff') format('woff'),*/
         url('/styles/fonts/helvetica-neue-medium-1361522099-webfont.ttf') format('truetype'),
         url('/styles/fonts/helvetica-neue-medium-1361522099-webfont.svg#helveticaneuemedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneueheavy';
    src: url('/styles/fonts/helvetica-neue-heavy-1361522102-webfont.eot');
    src: url('/styles/fonts/helvetica-neue-heavy-1361522102-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('/styles/fonts/helvetica-neue-heavy-1361522102-webfont.woff') format('woff'),*/
         url('/styles/fonts/helvetica-neue-heavy-1361522102-webfont.ttf') format('truetype'),
         url('/styles/fonts/helvetica-neue-heavy-1361522102-webfont.svg#helveticaneueheavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneuebold';
    src: url('/styles/fonts/helveticaneue-bold-webfont.eot');
    src: url('/styles/fonts/helveticaneue-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/helveticaneue-bold-webfont.woff') format('woff'),
         url('/styles/fonts/helveticaneue-bold-webfont.ttf') format('truetype'),
         url('/styles/fonts/helveticaneue-bold-webfont.svg#helveticaneueheavy') 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 { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 18px;
	}
	
	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: #401f1f;
       
        text-decoration: none;
	}
	
	a:hover, a:hover span { 
		color: #b1b42b;
		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:'daxbold' !important; */
	}
	i, em {
		/* font-family: 'dax-italicregular' !important;
		font-style:normal; */
	}
	h1 {
		font-family: 'helveticaneue-mediumext', Arial, sans-serif;
		font-size: 16px;
		font-weight: normal;
		width:100%; 
		margin-bottom:20px !important; 
	}
	
	.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 */

    html,body{
        height: 100%;
    }
	#wrapper {
		width: 980px;
        min-height: 100%;
		margin: 0px auto -80px;
	}
	
	#header_logo {
		float: right;
        margin-top: 50px;
		margin-bottom: 40px;
	}
	
	article {
		clear: both;
        position: relative;
	}
#menu_container a[title=news]{
    text-transform: uppercase;
}
#menu_container>ul{
        position: relative;
        list-style: none;
    }
#menu_container>ul:last-child{
        margin-bottom: 24px;
    }
#menu_container ul li{
        background: none;
        line-height: 24px;
    }
#menu_container>ul>li, #menu_container>ul>li{
        padding-left: 0px;
    }
#menu_container>ul>li:first-child{
        line-height: 18px;
        margin-bottom: 3px;
    }

#menu_container ul li ul li a:before{
        content: "| ";
    }
#menu_container ul li ul li ul li a:before{
        content: "> ";
        font-family: 'HelveticaNeueW01-MdExt', Arial, Helvetica, sans-serif;
    }
    article #menu_container ul li a{
		font-family: 'HelveticaNeueW01-MdExt', Arial, Helvetica, sans-serif;
        font-size: 16px;
       
        text-transform: lowercase;
	}
    article #menu_container ul li a:link, article #menu_container ul li a:visited{
        color: #401f1f;
    }
    article #menu_container ul li a:hover, .active, h1{
        color: #b1b42b !important;
    }

    article #menu_container ul li ul{
        clear: both;
        float: none;
        position: relative;
        bottom: 0px;
    }

    article #menu_container ul li ul li{
    }

    article #menu_container, article #menu_container ul:first-child{
        float: left;
        width: 280px;
    }
    .firstpage_menu ul{
        position: absolute !important;
        margin-bottom: 0 !important;
    }
.bottom {
		position: absolute;
		bottom: 25px;
	}
	
	article .img {
        position: relative;
        cursor: pointer;
		float: left;
		margin: 0px 0px 5px 5px;
        z-index: 1000;
	}
    article .img a{
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }
    img{
        vertical-align: bottom;
    }
    .overlay{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;

    }
    .overlay:hover{
        background: rgba(177, 180, 43, 0.6);
    }

	article .first {
		margin-left: 0px !important;
	}
	
    .big{
        float: right;
    }
    .equal{
        width: 345px;
        height: 277px;
        margin-left: 10px;
        margin-bottom: 10px;
        margin-top: 0px;
    }
    #prev{
        margin-left: 10px;
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1000;
        line-height: 40px;
        text-align: center;
        cursor: pointer;

    }
    #next{
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 1000;
        right: 10px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;

    }
    .controls{
        margin-top: 210px;
        border-radius: 50%;
        color: #401f1f;
        visibility: hidden;
    }
    #content_container{
        width: 700px;
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px !important;
    }
    .fpmain, .fpmain p, .fpmain span, .fpmain div, #content_container ul li{
        font-size: 14px !important;
        line-height: 20px;
        width: 100% !important;
    }
    #content_container ul li{
        text-align: left !important;
    }
    #content_container ul{
        width: 100%;
    }
    .fpmain td{
        min-width: 50px;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .fpmain table{
        table-layout: fixed;
        width: 100% !important;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        display: table;
    }
    h1{
        line-height: 20px;
        text-transform: lowercase;
        margin-bottom: 12px;
        font-size: 18px;
    }
    .footer p, .footer span, .footer font, .footer a:link, .footer a:link span, .footer a:visited{
        color: #7f5453;
        margin-top: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px !important;
        width: 980px;
        text-align: center;
    }
    .footer a:hover, .footer a:hover span, .footer a:hover font{
        text-decoration: none;
        color: #b1b42b;
    }
    footer, .push{
        height: 50px;
    }
    .push{
        height: 140px;
    }
    footer{
        width: 980px;
        margin: 0 auto;
    }
    .footer p{
        line-height: 50px;
    }

	/* 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 Newsletter */
		#content_container form label{
			display: inline-block;
			width: 80px;
		}
		#content_container form input{
			width: 300px;
			padding: 3px;
		}
		#content_container form input#submit{
			width: 300px;
		}	
	/* End - entrytype Newsletter */
	
/* End - layout styles */