@charset "UTF-8";
@import url(reset.css);



/* * * * * START: GENERAL * * * * */
html, body {
	background: #403f3e;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 960px;
	margin: 0 auto;	
}
.clear {
	clear: both;
}
a:focus, a:hover, a:active { 
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*:first-child+html .clearfix { /* IE7 */
	min-height: 1px; 	
}
/* * * * * END: GENERAL * * * * */



/* * * * * START: HEADER * * * * */
#header {
	padding: 19px 24px 0 16px;
	background: #1a171b;
	position: relative;
}
#logo {
	float: left;
	width: 519px;
	position: relative;
	z-index: 1;
}
#telephone {
	float: left;	
	width: 175px;
	padding: 12px 58px 0 0;
}
#callBack {
	float: left;	
	width: 52px;
	padding: 0 59px 0 0;
}
#callBack a {
	display: block;	
	width: 52px;
	height: 51px;
}
#partners{
	float: left;
	width: 56px;
	
}

#partners ul li {
	float: left;
	margin-left: 5px;
	width: 23px;
}
#partners ul li a {
	display: block;
	text-indent: -9999px;
	height: 23px;
	width: 23px;	
}
#partners ul li#btnDuewal a {
	background: url(/templates/images/icon_duewal.gif) no-repeat;
}
#partners ul li#btnGlanzmann a {
	background: url(/templates/images/icon_glanzmann.gif) no-repeat;
}
#partners ul li#btnAplha a {
	background: url(/templates/images/icon_alpha.gif) no-repeat;
}
#lang {
	position: absolute;
	right: 24px;
	top: 90px;
	font-size: 11px;	
}
#lang a {
	color: #FFF;
	text-decoration: none;	
}
#lang a:hover {
	color: #c7c7cb;
}
/* * * * * END: HEADER * * * * */


/* * * * * START: NAVIGATION * * * * */
/* MAINNAV */
#mainnav {
	font-size: 15px;
	font-weight: bold;
	background: #1a171b;
	padding: 22px 0 0 72px;
}
#mainnav ul li {
	float: left;	
	margin: 0 36px 0 0;
	padding: 0 0 11px 0;
}
#mainnav ul li a {
	color: #c7c7cb;
	text-decoration: none;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	transition: color 0.15s linear;
}
#mainnav ul li a:hover {
	color: #FFF;	
}
#mainnav ul li.current a {
	color: #FFF;	
}
#mainnav ul li.current {
	background: url(/templates/images/mn_current.gif) no-repeat bottom center;	
}
/* SUBNAV */
#subnav {
	clear: both;
	background: #dfdfdc;	
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 5px 72px;
	height: 14px;
}
#subnav ul li {
	float: left;	
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	border-right: 1px solid #6b6b6b;
}
#subnav ul li.last {
	margin: 0;
	border-right: none;
}
#subnav ul li a {
	color: #6b6b6b;	
	text-decoration: none;
	-webkit-transition: color 0.15s linear;
	-moz-transition: color 0.15s linear;
	transition: color 0.15s linear;
}
#subnav ul li a:hover {
	color: #000;	
}
#subnav ul li.current a {
	color: #1e1e1e;	
}
/* * * * * END: NAVIGATION * * * * */


/* * * * * START: CONTENT * * * * */
#contentWrap {
	background: #FFF url(/templates/images/bg_contentWrap_2.jpg) repeat-y;
	height: 512px;	
	position: relative;
	margin: 0 0 8px 0;
}
#dashboardLeft {
	position: absolute;
	bottom: 0;
	left: 39px;	
	z-index: 30;
	background: url(/templates/images/bg_dashboardLeft.png) no-repeat;
	width: 301px;
	height: 121px;
}
#dashboardRight {
	position: absolute;
	bottom: 0;
	left: 340px;	
	z-index: 30;
	background: url(/templates/images/bg_dashboardRight.png) no-repeat;
	width: 551px;
	height: 82px;
}
#dashboardFarRight {
	position: absolute;
	bottom: 0;
	left: 891px;	
	z-index: 30;
	background: url(/templates/images/bg_dashboardFarRight.png) no-repeat;
	width: 69px;
	height: 167px;
}
#dashboardFull {
	position: absolute;
	bottom: 0;
	left: 0;	
	background: url(/templates/images/bg_dashboardFull.png) no-repeat;
	width: 960px;
	height: 170px;
}
#appStore {
	position: absolute;
	bottom: 100px;
	right: 68px;	
	z-index: 20;
	height: 28px;
	width: 82px;
}
#androidMarket {
	position: absolute;
	bottom: 100px;
	right: 164px;	
	z-index: 20;
	height: 28px;
	width: 152px;
}
#contentMain {
	background: url(/templates/images/bg_contentWrap.jpg) bottom left no-repeat;
	overflow: auto;
	height: 512px !important;	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	line-height: 21px;
	color: #70767f;
}
#contentMain h1 {
	color: #333;
	font-size: 19px;
	margin: 0 0 16px 0;
}
#contentMain p {
	margin: 0 0 12px 0;	
}
#contentMain ul {
	margin: 0 0 12px 0;	
}
#contentMain ul li{
	list-style-type: disc;
	margin: 0 0 0 15px;
}
#contentMain strong {
	color: #333;	
}

#contentMain a {
	text-decoration: underline;
	color: #333;
}
#contentMain a:hover {
	color: #70767f;
}
#contentMain .downloadLink img.appStoreLogo {
	float: right;
}
#contentMain a.spezialLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #4189bb;	
}
#contentMain a.spezialLink:hover {
	color: #333;
}
#contentMain img.moveToTop {
	margin-top: -30px;	
}

#contentMain .pdflink {
	padding-top: 5px;
}

#contentMain .pdflink img {
	margin-bottom: -3px;
}

#contentMain td {
	vertical-align: top;
}
#leftCol {
	width: 388px;
	float: left;
	padding: 30px 26px 125px 72px;
}
#rightCol {
	width: 388px;
	float: left;
	padding: 30px 0 125px 0;
}
#startSpecial {
	padding: 145px 0 0 0;	
	text-align: center;
}
#specialWindow, #specialWetter {
	width: 960px;
	height: 512px;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	background: url(/templates/images/bg_window_special.png) repeat-y;
}
#contentMain a.btnSpecial {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
 	
 	padding: 5px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	text-shadow: 1px 1px 3px #666666;
	background: #99b22a;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#d3dea3), to(#99b22a));
	background: -moz-linear-gradient(top, #d3dea3, #99b22a);
}
#contentMain a.btnSpecial:hover {
	background: #db2626;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fe5050), to(#db2626));
	background: -moz-linear-gradient(top, #fe5050, #db2626)
}
a#raindropsBtn {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 30;
	display: block;
	text-indent: -9999px;
	background: url(/templates/images/btn_regen.png) no-repeat;
	width: 114px;
	height: 93px;
	opacity: 0.7;	
	filter:alpha(opacity=70);	

}
a#raindropsBtn:hover {
	opacity: 1;	
	filter:alpha(opacity=100);	
}
#specialWetter {
	display: none;	
}
#specialWindow #tarifRechner {
	width: 550px;
	height: 290px;
	position: absolute;
	z-index: 51;
	top: 75px;
	left: 220px;
}
#specialWindow #disclaimer {
	width: 500px;
	height: 100px;
	position: absolute;
	z-index: 51;
	top: 365px;
	left: 230px;
	font-size: 11px;
	color: #666;
}
#specialWetter #wetterBox {
	width: 200px;
	height: 120px;
	position: absolute;
	z-index: 51;
	top: 75px;
	left: 369px;
	color: #1e1e1e;
	background: #ededed;
	padding: 10px 10px 10px 50px;
	border: 1px solid #CCC;
}
#specialWetter #wetterBox h1 {
	margin: 0 0 10px 0;	
}
#specialWetter #wetterBox a#closeBtn {
	position: absolute;
	left: -1px;
	top: -1px;
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #CCC;
	text-indent: -9999px;
	background: url(/templates/images/btn_close_a.gif) no-repeat;
}
#specialWetter #wetterBox a#closeBtn:hover{
	border: 1px solid #666;
	background: url(/templates/images/btn_close_b.gif) no-repeat;
}
#specialWetter #wetterBox .SWISSWeatherWidget10 strong { /* http://www.swiss.de/schweiz/homepagewetter */
	font-size: 12px;
	font-weight: bold;
}
#specialWetter #wetterBox .SWISSWeatherWidget10 span {
	font-size: 12px;
}
.regionZurich {
	font-weight: bold;
	color: #000;
	padding: 0 0 0 20px;
	background: url(/templates/images/icon_regionZurich.gif) no-repeat;	
}
.regionKloten {
	font-weight: bold;
	color: #000;
	padding: 0 0 0 20px;	
	background: url(/templates/images/icon_regionKloten.gif) no-repeat;	
}
.regionGlattal {
	font-weight: bold;
	color: #000;
	padding: 0 0 0 20px;	
	background: url(/templates/images/icon_regionGlattal.gif) no-repeat;	
}
/* * * * * END: CONTENT * * * * */


/* * * * * START: KONTAKT FORMULAR * * * * */
#contactForm {
	
}
#contactForm input[type=text], #contactForm textarea {
	padding: 4px;
	background: #bcbfc6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #1e1e1e;
}
#contactForm input.largeBox, #contactForm textarea.largeBox {
	width: 378px;
}
#contactForm input.smallBox {
	width: 78px;
	margin: 0 10px 0 0;	
}
#contactForm input.mediumBox {
	width: 280px;
}
#contactForm input.attn, #contactForm textarea.attn {
	border: 1px solid #F00;
	color: #F00;
}
/* * * * * END: KONTAKT FORMULAR * * * * */




/* * * * * START: TEASERS * * * * */
#teaserWrap {
	padding: 0 60px 0 68px;	
}
.teaser {
	background:	#1a171b;
	padding: 7px 14px 14px 14px;
	margin: 0 8px 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #d1d3d8;
	float: left;
	position: relative;
}
.teaser h2 {
	width: 172px;
	background: #333;	
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	margin: 0 0 12px -5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.teaser .textWrap {
	min-height: 140px;
}
.teaser p {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;	
	line-height: 19px;
	margin: 0 0 12px 0;
}
.teaser a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #4189bb;	
}
.teaser a:hover {
	color: #FFF;	
}
.teaserS {
	width: 172px;
	min-height: 320px;
}

.teaserS img{
	position: absolute;
	bottom: 15px;
}

.teaserL {
	width: 380px;
}
.teaserL h2 {
	width: 380px;	
}
.teaserL .copy {
	width: 172px;
	padding: 0 26px 0 0;
	float: left;	
}
.teaserL img {
	float: left;	
}
/* * * * * START: TEASERS * * * * */


/* * * * * START: GALLERY * * * * */
#imgHolder {
	overflow:hidden;
}
#imgHolder .image-wrapper {
	display: block;
	height: 512px;
	width: 960px;
}
#galleryNavWrap {
	padding: 0;	
	position: relative;
	height: 105px;
}
/* PAGE LINKS */
#thumbsWrap {
	width: 960px;
	height: 100px;
}
#thumbsWrap ul.thumbs {
	position: absolute;
	left: 75px;
	width: 810px;	
	height: 67px !important;
	overflow: hidden;
	background: #1a171b;
	padding: 14px 0 14px 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 23;
}
#thumbsWrap .pageLink {
	display: block;
	width: 68px;
	height: 67px;
	text-indent: -9999px;
}
#thumbsWrap .prev {
	position: absolute;
	top: 15px;
	left: 0;
	background: url(/templates/images/btn_prevPageArrow_a.gif) left center no-repeat;	
	z-index: 24;
}
#thumbsWrap .prev:hover {
	background: url(/templates/images/btn_prevPageArrow_b.gif) left center no-repeat;	
}
#thumbsWrap .next {
	position: absolute;
	top: 15px;	
	background: url(/templates/images/btn_nextPageArrow_a.gif) right center no-repeat;
	right: 0;
	z-index: 24;
}
#thumbsWrap .next:hover {
	background: url(/templates/images/btn_nextPageArrow_b.gif) right center no-repeat;	
}
#thumbsWrap #thumbs ul {
	height: 67px;
	overflow: hidden;
}
#thumbsWrap #thumbs ul li {
	float: left;
	width: 124px !important;
	overflow: hidden;
	margin: 0 10px 50px 0;	/*margin-bottom pushes next row below visible area */
	height: 67px;
}
#thumbsWrap #thumbs ul li img {
	width: 122px !important;
	height: 65px;
	opacity: 0.7;
	border: 1px solid #666;
}
#thumbsWrap #thumbs ul li a:hover img, #thumbsWrap #thumbs ul li.selected a img {
	opacity: 1;
	border: 1px solid #FFF;
}
/* * * * * END: GALLERY * * * * */


/* * * * * START: CAROUSEL * * * * */
#leftbutton {
	position: absolute;
	left:  10px;
	top: 187px;
	height: 26px;
	width: 15px;
	border: none;
	background: url(/templates/images/carousel_left_a.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}
#leftbutton:hover {
	background: url(/templates/images/carousel_left_b.png) no-repeat;
}
#rightbutton {
	position: absolute;
	right: 10px;
	top: 187px;
	height: 26px;
	width: 15px;
	border: none;
	background: url(/templates/images/carousel_right_a.png) no-repeat;
	cursor: pointer;
	text-indent: -9999px;
}
#rightbutton:hover {
	background: url(/templates/images/carousel_right_b.png) no-repeat;
}
#title-text {
	position: absolute;
	left: 380px;
	top: 400px;
	width: 200px;
	text-align: center;
}
#alt-text {
	position: absolute;
	right: 20px;
	top: 200px;
}
#bubble {
	display: none;
	position: absolute;
	top: 12px;
	left: 310px;
	width: 319px;
	height: 80px;
	padding: 10px;
	background: url('/templates/images/bg_carousel_bubble.png') no-repeat;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
/* * * * * END: CAROUSEL * * * * */
