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

#containerNews {
  height:540px;
  text-align:left;
  width: 720px;
}
#Con_News{
  position: absolute;
  top: 60px;
  text-align: left;
  width: 700px;
  height: 500px;
}


#boat_menu {
  position: absolute;
  top: 51px;
  background-color:#58BAE7;
  height:16px;
  line-height:16px;
  margin:5px 0 0 450px;
  width:530px;
  z-index: 9995;
}


/*****************  layer_menu  */
#nav{
  width:auto;
  position: absolute;
  top: 0px;
  margin: 0 0 0 450px;
  z-index: 50;
}
#nav, #nav ul {
  float: left;
  list-style: none;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 0 0 0 0;
  margin: 0px 0 0 8px;
  z-index: 51;
  text-align: left;
  text-transform: uppercase;
}

#nav a {
  /*display: block;*/
  color: #fff;
  text-decoration: none;
  padding: 0px 2px 0px 2px;
  height: 16px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
  z-index: 15;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
  left: auto;
}

#nav li:hover, #nav li.sfhover {
  display:block;
  font-weight: bold;
  color:#023b76;
  z-index: 15;
}


/************     1. EBENE   */
#nav li{
  float: left;
  display: block;
  color: white;
  text-decoration:none;
  height:16px;
  margin-right:1px;
  padding: 0px 30px 0px 0px;
  letter-spacing:0.1em;
}
#nav li.menuparent a:link{
}

#nav li a:link{
	color: white;
}
#nav li a:visited{
	color: white;
}
#nav li a:hover{
	color: #153769;
}
#nav li.menuparent_act{
	color: #333;
}

#nav li.menuparent_act a{
  color:#023b76;
  z-index: 15;
}
#nav li.menuparent_act ul a{
  color:#333;
  z-index: 115;
}

/************     2. EBENE   */
#nav li.menuparent_act2{
  color: #333;
	/*width: 125px; height:15px;*/
	height: auto;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 3px 3px 3px 5px;
	color: #333;
	border-bottom: 1px solid #efefef;
	font-size: 10px;
}
#nav li ul {
	position: absolute;
	/*top: 16px;*/
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	border: 1px solid #ccc;
	margin: 0px 0px 0px -14px;
	background: white;
	color:#333;
	z-index: 53;
	opacity:0.9; /* CSS3 (Neuere Browser außer Internet Explorer) */
  filter:alpha(opacity=90); /* Internet Explorer 4-7 */
}
#nav li li {
	/* relevant für 3. Ebene !!!*/
	width: 160px; /*height:15px;*/
	height: auto;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 3px 3px 3px 5px;
	color: #333;
	border-bottom: 1px solid #efefef;
	font-size: 10px;
	/*letter-spacing:0.1em;*/
	z-index: 17;

}
#nav li li {
	/* relevant für 3. Ebene !!!*/
	width: 125px; /*height:15px;*/
	height: auto;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 3px 3px 3px 5px;
	color: #333;
	border-bottom: 1px solid #efefef;
	font-size: 10px;
	/*letter-spacing:0.1em;*/
	z-index: 17;

}
#nav li li:hover, #nav li li.sfhover{
  color:#58BAE7;
  font-weight: bold;
}

#nav li ul a {
  color:#333;
  z-index: 18;
  color: #333;
}
#nav li ul a:link, #nav li ul a:visited {
  color:#333;
}
#nav li ul a:hover {
  color:#58BAE7;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
  color:#333;
}
#nav li li a:hover {
  color:#58BAE7;
}

/************     3. EBENE   */
#nav li ul ul {
  margin: -20px 0px 0px 120px;
  opacity:0.9; /* CSS3 (Neuere Browser außer Internet Explorer) */
  filter:alpha(opacity=90); /* Internet Explorer 4-7 */
  width: 165px;
}


