@charset "utf-8";

html {
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	margin-top: 0px;
	width: 1000px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}

/********************************* VERSCHOBEN ******************************/
#verschoben {
	position: absolute;
	z-index: 900;
	margin-left: 30px;
	top: 30px;
	}

/********************************* TOPIC ******************************/
#topic {
	position: absolute;
	z-index: 100;
	margin-left: 30px;
	top: 66px;
	font-weight: bold;
	width: 453px;
	}

	
/********************************* Hintergrund ******************************/
#hintergrund {
	position: absolute;
	z-index: 10;
	margin-left: -500px;
	}


/********************************* Logo AYSD ******************************/
#logo_AYSD {
	position: absolute;
	z-index: 100;
	margin-left: -160px;
	top: 30px;
	}
	
/********************************* NAVI ******************************/
#navi {
	position: absolute;
	margin-left: 200px;
	top: 368px;
	z-index: 30;
	width: 1000px;
	}

#navi table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	}

#navi a {
	color: #000099;
	text-decoration: none;
	}

#navi a:hover {	
	color:red;
	}
	
/********************************* Sponsoren ******************************/	
#sponsoren {
	/*	border: 1px solid red; */
	position: absolute;
	margin-left: 0px;
	top: 368px;
	z-index: 50;
	width: 180;
	font-size:12px;
	font-weight: bold;
	color: #000099;
	}

#smallnavi a {
	color: #000099;
	text-decoration:none;
	}

#smallnavi a:hover {
	color:#FF0000;
	}

/********************************* NAVI HIGH ******************************/
body.home #navi #home ,
body.news #navi #news ,
body.multimedia #navi #multimedia ,
body.rueckblick #navi #rueckblick ,
body.ausschreibung #navi #ausschreibung ,
body.anmeldung #navi #anmeldung ,
body.segelanweisung #navi #segelanweisung ,
body.programm #navi #programm ,
body.boerse #navi #boerse ,
body.wetter #navi #wetter ,
body.meldeliste #navi #meldeliste ,
body.ergebnisse #navi #ergebnisse ,
body.presse #navi #presse ,
body.charteryachten #navi #charteryachten ,
body.newsletter #navi #newsletter ,
body.links #navi #links ,
body.bildergalerie #navi #bildergalerie ,
body.rueckblicke #navi #rueckblicke ,
body.impressum #footer #impressum
 { color: #FF0000 }

/********************************* SUJET ******************************/
#sujet {
	position: absolute;
	margin-left: 0px;
	top: 60px;
	z-index: 20;
	}
	
#schrift {
	position: absolute;
	margin-left: 215px;
	top: 250px;
	z-index: 30;
	}

/********************************* TRACKING ******************************/
#tracking {
	/*	border: 1px solid red; */
	position: absolute;
	margin-left: 0px;
	top: 405px;
	width: 1000px;
	z-index: 10;
	}
	

/********************************* CONTENT ******************************/
#content {
	/*	border: 1px solid red; */
	position: absolute;
	margin-left: 200px;
	top: 405px;
	width: 800px;
	z-index: 10;
	overflow-y: auto;
	overflow-x: hidden;
	}

#content h1 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight:bold;
	color:#000099;
	}	

#content h2 {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 16px;
	font-size: 16px;
	color:#000099;
	}	
	
#content h2 a{
	color:#000099;
	text-decoration:none
	}	
	
hr {
	background-color:#000099; /* Mozilla 1.4 */
	color:#000099; /* IE 6 */
	border: #000099; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	}	

table.gallery {
	width:100%;
	}
	
table.gallery td {
	padding-bottom:16px;
	text-align:center;
	vertical-align:top;
	}

/********************************* AUFHELLUNG ******************************/
#aufhellung {
	position: absolute;
	margin-left: 0px;
	top: 60px;
	z-index: 90;
	}
	
/********************************* HEADER ******************************/
#header {
	position: absolute;
	margin-left: 8px;
	top: 311px;
	z-index: 150;
	color: #000099;
	font-weight:bold;
	}
	
#header a {
	color: #000099;
	text-decoration:none;
	}

#header a:hover {
	color: 66cccc;
	}

#####################################################################
########################################################################
###############################################################################

/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../../2014%20-%20Kopie/css/lightbox/images/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../../2014%20-%20Kopie/css/lightbox/images/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}
