/* 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 */

/* Start generic elements  */
	html {
		overflow-y: scroll; 
		height:100%;
	}
	
	body {
		color:#382720; 
		background-color:#fff;
		height:100%;
		background: url('/images/bg.png');
	}
	
	td, p, div, span, ol, ul, input, textarea, select { 
		font-family: Arial;
		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-appearance:none;
		-webkit-border-radius:0px;
	}
	
	input[type=submit] {
		padding:2px 20px;
		cursor:pointer;
	}
	
	a:link, a:visited { 
		color: #9D874E; 
		text-decoration: none; 
	}
	
	a:hover { 
		color: #b8a572 !important;
		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; 
	}
	
	ul > li > ul > li{
		background:url('/images/bullet_line.gif') no-repeat 0px 7px; 
	}
	
	hr {
		color: #ccc; 
		background-color: #ccc; 
		height: 1px; 
	}
	
	h1 { 
		color:#ab986a; 
		font-size:23px;
		font-weight: normal;
		margin-bottom:22px; 
		text-transform: uppercase;
		font-family: 'HelveticaNeueCondensedRegular', 'HelveticaNeueLTCYR-Cond', Arial, sans-serif;
	}
	
	h2{
		color: #382922;
		font-weight: normal;
		font-size: 16px;
		margin-bottom:15px; 
		font-family: 'HelveticaNeueCondensedRegular', 'HelveticaNeueLTCYR-Cond', Arial, sans-serif;
	}
	
	b,strong{
		font-weight: bold;
	}
	
	.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  */

@font-face {
    font-family: 'HelveticaNeueCondensedRegular';
    src: url('/styles/helveticaneue_condensed_regular-webfont.eot');
    src: url('/styles/helveticaneue_condensed_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/helveticaneue_condensed_regular-webfont.woff') format('woff'),
         url('/styles/helveticaneue_condensed_regular-webfont.ttf') format('truetype'),
         url('/styles/helveticaneue_condensed_regular-webfont.svg#HelveticaNeueCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTCYR-Cond';
    src: url('/styles/lt_55413.eot');
    src: url('/styles/lt_55413.eot?#iefix') format('embedded-opentype'),
         url('/styles/lt_55413.woff') format('woff'),
         url('/styles/lt_55413.ttf') format('truetype'),
         url('/styles/lt_55413.svg#HelveticaNeueLTCYR-Cond') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* 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{
		width: 970px;
		min-height: 100%; /* Mindesthöhe für moderne Browser */
		overflow: visible;
		z-index: 2;
		margin: 0 auto -60px auto;
		padding-bottom:60px;
	}
	#wrapper:after {
		content: "";
		display: block;
		height:26px;
	}
	
	footer {
		width: 934px;
		text-align:left;
		margin:0 auto;
		color:#382720;
		height:52px; 
		font-family:arial,sans-serif;
		font-size:12px;
		padding:4px 18px!important;
	}
	
	#wrapper #headerbg{
		width:970px;
		padding-right: 5px;
		padding-left: 5px;
		margin-left: -5px;
		background-image: url('/images/header_bg.png');
		background-attachment:fixed;
		background-position: 0px 3px;
		z-index: 1;
		height: 121px;
	}
	
	.imgbg{
		background: url('/images/bg.png');
	}
	
	.colorbg{
		background: #efe9d3;
	}
	
	#wrapper #tinynav{
		width: 100%;
		float: right;
		color: #eae4c6;
		text-align: right;
		font-size: 13px;
		padding-top: 23px;
		height: 30px;
	}
	
	#wrapper #tinynav a{
		color: #eae4c6;
		font-size: 13px;
		padding: 0 10px 0 10px;
		font-family: 'HelveticaNeueCondensedRegular', 'HelveticaNeueLTCYR-Cond', Arial;
	}
	
	#wrapper #tinynav a.last{
		padding-right: 0px;
	}
	
	#wrapper header{
		height: 68px;
	}

	#wrapper #nav{
		width: 676px;
		float: left;
		margin-top:33px;
	}
	
	#wrapper #nav a{
		display: block;
		float: left;
		padding: 3px 13px;
		border-left: 2px #917f5d solid;
		color: #c0b9a1;
		font-size: 16px;
		text-transform: uppercase;
		font-family: 'HelveticaNeueCondensedRegular', 'HelveticaNeueLTCYR-Cond', Arial;
	}
	
	#wrapper #nav a.first{
		margin-left: 152px;
		display:inline;
		padding-left:0;
		border-left: none;
	}
	
	#wrapper #nav a.active{
		color: #b8a572;
	}
	
	#wrapper #countryimgs{
		width: 78px;
		float: left;
		margin-top:35px;
	}
	
	#wrapper #countryimgs a img{
		float: left;
		margin-left: 6px;
	}
	
	#wrapper #logo {
		margin-top:25px;
		margin-left: 16px;
		float: left;
	}
	
	.shadowmain{
		position: relative;
		-webkit-box-shadow: #281d18 0px 0px 7px;
		-moz-box-shadow: #281d18 0px 0px 7px;
		box-shadow: #281d18 0px 0px 7px;
		behavior: url(/styles/pie.htc);
	}
	
	.shadowdefault{
		position: relative;
		-webkit-box-shadow: #aca797 0px 0px 7px;
		-moz-box-shadow: #aca797 0px 0px 7px;
		box-shadow: #aca797 0px 0px 7px;
		behavior: url(/styles/pie.htc);
	}

	.shadowright{
		-webkit-box-shadow: #1f1613 0px -7px 7px;
		-moz-box-shadow: #1f1613 0px -7px 7px;
		box-shadow: #1f1613 0px -7px 7px;
		behavior: url(/styles/pie.htc);	
	}
	
	/* FRONTPAGE STYLES START HERE */
	
	#wrapper #mainimg{
		position: relative;
		width: 970px;
		height: 393px;
		overflow: hidden;
	}
	
	#wrapper #mainimg #slides img{
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 10;
	}
	
	#wrapper #mainimg #overlay{
		position: absolute;
		width: 378px;
		height: 110px;
		right: 0px;
		top: 238px;
		z-index: 20;
		text-align:right;
	}
	
	#wrapper #previews{
		width: 970px;
		padding: 14px 0px 14px 0px;
		border-bottom: 1px #837253 solid;
	}
	
	#wrapper #previews .p{
		height: 68px;
		border-left: 1px #837253 solid;
		float: left;
		padding: 16px 8px 17px 16px;
	}
	
	#wrapper #previews .p img{
		float: left;
	}
	
	#wrapper #previews .p a div.description{
		float: left;
		padding: 3px 0 4px 12px;
		color: #d5c8a9;
		font-size: 12px;
		line-height: 120%;
	}
	
	#wrapper #previews div.title{
		font-size: 13px;
		text-transform: uppercase;
		color: #b8a572;
		margin-bottom: 4px;
		font-family: 'HelveticaNeueCondensedRegular', 'HelveticaNeueLTCYR-Cond', Arial;
	}
	
	#wrapper #previews .preview1{
		border-left: 0px;
		width: 281px;
	}
	
	#wrapper #previews .preview1 div.description{
		width: 114px;
	}
	
	#wrapper #previews .preview2{
		width: 320px;
	}
	
	#wrapper #previews .preview2 div.description{
		width: 153px;
	}
	
	#wrapper #previews .preview3{
		width: 298px;
		padding-right: 0px;
	}
	
	#wrapper #previews .preview3 div.description{
		width: 131px;
		padding-right: 0px;
	}
	
	/* FRONTPAGE STYLES END HERE */
	
	/* DEFAULTPAGE STYLES START HERE */
	
	#wrapper #content{
		background: #efe9d3;
	}
	
	#wrapper #content #leftcol{
		width: 367px;
		float: left;
	}
	#wrapper #content #leftcol #myswitzerland {
		margin-left:18px;
		margin-top:15px;
	}
	#wrapper #content #leftcol #myswitzerland > a {
		float:left;
		display:block;
		margin-right:10px;
	}
	#wrapper #content #leftcol #myswitzerland a + span {
		display: table-cell; 
		*display:block;
		height:38px;
		padding-top:2px;
		vertical-align:middle;
		margin-left:20px;
		color: #ab986a;
	}
	#wrapper #content #leftcol #myswitzerland a + span > a,
	#wrapper #content #leftcol #myswitzerland a + span > a:hover,
	#wrapper #content #leftcol #myswitzerland a + span > a:visited {
		color: #ab986a;
		text-decoration:none;
	}
	
	#wrapper #content #leftcol .preview{
		height: 69px;
		padding: 16px 20px 16px 18px;
	}
	
	#wrapper #content #leftcol .preview .title{
		display: inline-block;
		margin-bottom: 5px;
		font-weight: bold;
		color: #382922;
	}
	
	#wrapper #content #leftcol .preview.first{
		padding-top: 41px;
	}	
	
	#wrapper #content #leftcol .preview.text{
		height: auto;
	}
	
	#wrapper #content #leftcol .preview.text ul li{
		padding-left: 11px;
	}
	
	#wrapper #content #leftcol .preview.text ul{
		margin-bottom: 5px;
	}
	
	#wrapper #content #leftcol span.title.text{
		color: #ab986a;
	}
	
	#wrapper #content #leftcol .preview img{
		float: left;
	}
	
	#wrapper #content #leftcol .preview a.link{
		display: block;
		cursor: pointer;
	}
	
	#wrapper #content #leftcol .preview a div.defaultdescription{
		float: left;
		width: 159px;
		padding: 2px 0 10px 12px;
		color: #43342c;
		font-size: 13px;
		line-height: 120%;
	}
	
	#wrapper #content #leftcol .preview a div div.defaulttitle{
		font-size: 14px;
		text-transform: uppercase;
		margin-bottom: 5px;
		color: #ab986a;
		font-family: 'HelveticaNeueCondensedRegular', 'HelveticaNeueLTCYR-Cond', Arial;
	}
	
	#wrapper #content #text{
		padding-top: 44px;
		width: 500px;
		line-height: 140%;
		float: left;
		color: #382720;		
	}
	
	#wrapper #content #text a{
		color: #9D864D;
	}
	
	#wrapper #content #text span{
		font-family: Arial;
	}

	#wrapper #content #text div#accordenGroup > h2 {
		color:#000000;
		cursor:pointer;
		font-family:Arial;
		font-size:14px;
		font-weight:normal;
		line-height: 140%;
		margin-bottom:0px;
	}
	
	#wrapper #content #text div#accordenGroup > h2 > span{
		color:#9D864D;
		cursor:pointer;
		font-family:Arial;
		font-size:14px;
	}
	
	#wrapper #content #text div#accordenGroup > div > div{
		display:none;
	}
	
	#wrapper #content .tab {
		cursor:pointer;
	}
	
	#wrapper #content .partners {
		display:none;
	}
	#wrapper #content .partners,
	#wrapper #content .partners table{
		/*width: 500px;*/
	}
	
	#wrapper #content .partners tr td{
		padding: 10px 0px 15px 0;
		vertical-align: top;
		
	}
	#wrapper #content .partners tr td.first{
		width:160px;
		text-align:center;
		padding-top:15px;
	}
	
	/* DEFAULTPAGE STYLES END HERE */
	
	/* Start - entrytype bildtext */
		.bildtextbox {
			width:700px;
		}
		
		.bildtextbox img,
		.bildtextbox .content {
			float:left;
		}
		
		.bildtextbox img {
			margin-right:20px;
		}
	/* End - entrytype bildtext */
	
	/* Start - entrytype contactform */
		#contactform label {
			float:left;
			width:80px;
		}
		#contactform input,
		#contactform textarea {
			width:200px;
			margin-bottom:3px;
		}
		#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 */