@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	}
	
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	}
	
h2 {
	color: #166589;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	}	

h3 {
	color: #9c9c9c;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
	}	
	
h4 {
	color: #166589;
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	}	

h4.nomargin
{
	margin-bottom: 0px;
}

h5 {
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 8px 0;
	}	

p
{
	padding-bottom: 7px;
}

a img
{
	border: 0px;
}

a {
	color: #166589;
	font-weight: normal;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

a.link
{
	padding-left: 16px;
	background:url(../img/arrow-blue.gif) no-repeat top left;
}

a.pdf
{
	padding-left: 20px;
	background:url(../img/pdf.gif) no-repeat top left;
}

.grey
{
	color: #666;
	font-size: 12px;
}

.clear {
	display: block;
	clear: both;
	line-height: 0;
	font-size: 0;
	}

div#wrap {
	width: 910px;
	margin: 0 auto;
	float: left;
	margin-left: 20px;
	}
	
div.header {
	height: 140px;	
}

div.logo {
	}
	
div.middle {
	height: 250px;
	width: 910px;
	}

div.leftPromoBox {
		width: 286px;
		float: left;
		background: url(../img/leftPromoBox_blue.gif) no-repeat top left;
		height: 230px;
		margin-right: 8px;
		position: relative;
	}
	
div.rightPromoBox {
		width: 616px;
		float: left;
	}
	
div.leftBar {
		width: 226px;
		padding-left: 40px;
		padding-right: 20px;
		float: left;
		margin-right: 8px;
		font-size: 12px;
	}
	
div.content {
		width: 616px;
		float: left;
		font-size: 12px;
	}
	
div.content p {
	margin: 0 0 7px 0;
	line-height: 1.5;
	}
	
div.main-navigation ul {
	list-style: none;
	float: left;
	margin: 10px 0 0 0px;
	padding-left: 145px;
	width: 765px;
	background: #bdcd00;
	}
	
div.main-navigation ul li {
	float: left;
	margin-right: 20px;
	}
	
div.main-navigation ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 3px 0px;
	font-size: 12px;
	}


/**
 * SCROLLABLE
 */

div.scrollable { 
 	
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    height:100px; 
	margin:40px 35px 40px 50px;
	width:200px;
} 
 

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 

div.scrollable div.items div { 
    float:left; 
	width: 220px;
} 
 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}




div.scrollable h4{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
	
div.scrollable a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	}
	
div.scrollable a:hover {
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	}
	
div.leftPromoBox .nextPage{
    position: absolute;
    top: 100px;
    right: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../img/next_blue.gif) no-repeat 0 0;
}


div.leftPromoBox .prevPage{
    position: absolute;
    top: 100px;
    left: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url(../img/prev_blue.gif) no-repeat 0 0;
}


/* **
Karte auf Startseite
* **/


.map-teaser-img 
{
	padding: 1px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
	
.grey-link {
	color: #333;
	}
	

span.arrow-grey {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../img/arrow-grey.gif) no-repeat top left;
	margin: -4px 0 0 4px;
	}
	
div.start-containers {
	margin: 20px 0 0 0;
	}
	
div.start-teaser {
	width: 202px;
	float: left;
	overflow: hidden;
	margin-right: 3px;
	margin-bottom: 15px;
	}
	
div.start-teaser img{
	padding-top: 1px; 
	border-top: 6px solid #bdcd00;
	}
	
	
div.start-teaser h4 {
	font-size: 14px;
	font-weight: normal;
	color: #166589;
	margin: 0 0 5px 0;
	padding-left: 18px;
	background: url(../img/arrow-blue.gif) no-repeat center left;
	}
	
div.start-teaser p {
	font-size: 11px;
	padding: 5px 8px 0 0;
	}
	
#footer {
	clear: both;
	padding-top: 40px;
	height: 80px;
	}
	
div.left-footer {
	float: left;
	width: 286px;
	}
	
div.right-footer {
	float: left;
	width: 616px;
	padding-left: 8px;
	}

ul.footer-nav {
	list-style: none;
	padding-left: 40px;
	}

ul.footer-nav li{
	float: left;
	color: #bbb;
	text-transform:uppercase;
	margin-right: 20px;
	}
	
ul.footer-nav li a{
	float: left;
	color: #bbb;
	font-size: 11px;
	text-transform:uppercase;
	}
	
ul.sponsor-links {
	list-style: none;
	}
	
ul.sponsor-links li{
	float: left;

	display: block;
	}
	
ul.sponsor-links li a {
  display: block;
  height: 38px;
  	margin-right: 12px;
}

ul.sponsor-links li a.marina  {
	background:url(../img/logos/logo-marina.gif) no-repeat bottom left;
	width: 116px;
	}
	
ul.sponsor-links li a.marina:hover  {
	background:url(../img/logos/logo-marina.gif) no-repeat top left;
	width: 116px;
	}
	
ul.sponsor-links li a.boot24  {
	background:url(../img/logos/logo-boot24.gif) no-repeat bottom left;
	width: 159px;
	}
	
ul.sponsor-links li a.boot24:hover  {
	background:url(../img/logos/logo-boot24.gif) no-repeat top left;
	width: 159px;
	}
	
ul.sponsor-links li a.zuerichseezeitung  {
	background:url(../img/logos/logo-zuerichseezeitung.gif) no-repeat bottom left;
	width: 147px;
	}
	
ul.sponsor-links li a.zuerichseezeitung:hover  {
	background:url(../img/logos/logo-zuerichseezeitung.gif) no-repeat top left;
	width: 147px;
	}
	
ul.sponsor-links li a.radio  {
	background:url(../img/logos/logo-radiozuerisee.gif) no-repeat bottom left;
	width: 80px;
	}
	
ul.sponsor-links li a.radio:hover  {
	background:url(../img/logos/logo-radiozuerisee.gif) no-repeat   top left;
	width: 80px;
	}
	
ul.sponsor-links li a.swisssailing  {
	background:url(../img/logos/logo_swisssailing.gif) no-repeat bottom left;
	width: 55px;
	height: 50px;
	margin-right: 0px;
	margin-top: -5px;
	}
	
ul.sponsor-links li a.swisssailing:hover  {
	background:url(../img/logos/logo_swisssailing.gif) no-repeat   top left;
	width: 55px;
		  height: 50px;
	}
	
ul.sponsor-links li img{
	border: none;
	}
	
ul.links {
	list-style: none;
	margin: 0 0 20px 0;
	}
	
ul.links li {
	padding-left: 16px; 
	background:url(../img/arrow-grey.gif) no-repeat top left;
	margin-bottom: 5px;
	}
	
ul.links li a span {
	color: #bbb;
	padding-left: 10px;
	font-style: italic;
	}
	
div.leftBar ul.links li a span {
	display: block;
	padding-left: 0px;
	} 
	
div.text-img-left {
	clear: both;
	margin-bottom: 20px;
	}

div.text-img-left div.img{
	float: left;
	margin: 4px 15px 10px 0px;
	}

	
div.text-img-left div.img img {
	padding: 1px;
	border: 1px solid #ccc;
	display: block;
	}
	
div.text-img-left div.img span.legend {
	display: block;
	font-style: italic;
	color: #bbb;
	margin-top: 5px;
	}

p.produkt
{
	height: 60px;
	overflow: hidden;
}
	
div.teaser-liste {
	padding-bottom: 20px;
	}	

div.teaser-img-fix
{
	float: left;
	width: 180px;
}

div.teaser-img-fix img
{
	border: 1px solid #ccc;
	padding: 1px;
}

div.teaser-liste ul {
	list-style: none;
	}
	
div.teaser-liste ul li {
	margin-bottom: 15px;
	height: 103px;
	}

/*
div.teaser-liste ul li img {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #bbb;
	
}
*/

div.teaser-liste ul li div.border
{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #bbb;
	width: 200px;
	height: 100px;
}

div.teaser-liste ul li div.image
{
	border: 1px solid white;
	width: 198px;
	height: 98px;
	overflow: hidden;
}

div.teaser-liste ul li div.text 
{
	float: left;
	height: 103px;
	border-bottom: 1px solid #bbb;
	width: 400px;
	position: relative;
	}

div.teaser-liste ul li div.text  a.link 
{
	position: absolute;
	right: 0px;
	bottom: 8px;
	padding-left: 16px;
	background:url(../img/arrow-blue.gif) no-repeat top left;
}
	
div.skyskraper
{
	height: 100px;
	text-align: right;
	padding: 5px 0 0 0;
	margin-bottom: -40px;
	}
	
div.banner {
	
	position: absolute;
	top: 183px;
	left: 950px;
	
	
	}

p.phone, p.fax {
	margin-bottom: 0px;
}

p.fax {
	margin-bottom: 10px;
}

p.phone span, p.fax span {
	float: left;
	display: block;
	width: 60px;
	color: #166589;
}

/*
	Formulare
*/

ul.form {
	list-style: none;
	width: 275px;
	float: left;
}	

ul.form li {
	margin-bottom: 5px;
	clear: both;
}

ul.form li span {
	display: block;
	width: 98px;
	float: left;
	padding-top: 3px;
}

ul.form li label input {
	width: 170px;
	height: 18px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 5px;
}

ul.form li label textarea {
	width: 170px;
	height: 110px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 5px;
}


ul.form li input.button {
	width: 177px;
	border: none;
	background: #eaeaea;
	padding: 3px 0px 5px 0px;
	height: 23px;
  	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

ul.aussteller-liste
{
	list-style-type: none;
}

ul.aussteller-liste li
{
	border-bottom: 1px solid #ccc;
	clear:both;
	height: 120px;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

ul.aussteller-liste li div.img
{
	float: left;
	width: 180px;
	height: 100px;
}


/*
	Fancybox
*/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/img/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('/img/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('/img/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('/img/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('/img/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('/img/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('/img/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('/img/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/img/fancybox/fancy_shadow_nw.png') no-repeat;
}

/*
	Fancybox End
*/