ul.gallery li{
	list-style: none;
	text-align: center;
	padding: 0;
}
ul.gallery a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	display: block;
	float: left;
}
ul.gallery a:hover{
	color: #666;
}

ul.gallery img {
	position: relative;
	display: block;
	border: 0;
	top:-1px;
	left:-1px;
}

ul.gallery a:hover img, div.buchen a:hover img {
  visibility: hidden;
} 

/* STARTSEITE
***************************************************************************************************/

ul.gallery a#start_1{
	background: url(../bilder/start/start_4.png) no-repeat;
}
ul.gallery a#start_2{
	background: url(../bilder/start/start_5.png) no-repeat;
	margin:0 15px;
}
ul.gallery a#start_3{
	background: url(../bilder/start/start_6.png) no-repeat;
}

/* FAHRPLAN
***************************************************************************************************/
ul.gallery a#fahrplan_1a {
  background: url(../bilder/fahrplan/fahrplan_1.png) no-repeat;
}
ul.gallery a#fahrplan_2a {
  background: url(../bilder/fahrplan/fahrplan_2.png) no-repeat;
}
ul.gallery a#fahrplan_3a {
  background: url(../bilder/fahrplan/fahrplan_3.png) no-repeat;
}
ul.gallery a#fahrplan_4a {
  background: url(../bilder/fahrplan/fahrplan_4.png) no-repeat;
}

/* ANLEGESTELLE
***************************************************************************************************/
ul.gallery a#anlegestelle_1{
	background: url(../bilder/anlegestelle/anlegestelle_01.png) no-repeat;
}
ul.gallery a#anlegestelle_2{
	background: url(../bilder/anlegestelle/anlegestelle_02.png) no-repeat;
}

/* CHARTERFAHRTEN
***************************************************************************************************/
ul.gallery a#charter_1{
	background: url(../bilder/charterfahrten/charter_1.png) no-repeat;
}
ul.gallery a#charter_2{
	background: url(../bilder/charterfahrten/charter_2.png) no-repeat;
}
ul.gallery a#charter_3{
	background: url(../bilder/charterfahrten/charter_3.png) no-repeat;
}
ul.gallery a#charter_4{
	background: url(../bilder/charterfahrten/charter_4.png) no-repeat;
}

/* Statuszeile unter dem vergrößertem Bild
***************************************************************************************************/
div.pp_default .pp_content_container .pp_details{
	background-color: #1E415B;
	color: #fff;
}
.links{
	text-align: left !important;
}
.mitte{
	text-align: center !important;
}

/* CLOUD
***************************************************************************************************/
div.impressionen{
	margin-left: 80px;
	height: 195px;
	text-align: center;
}

.cloud_1, .cloud_2, .cloud_3{
	display: block;
	position: relative;
	float: left;
	margin-left: -80px;
	z-index: 100;
	height: 185px;
	width: 200px;
}
.cloud_1:hover, .cloud_2:hover, .cloud_3:hover{
	z-index: 499;
	width: 210px;
	height: 195px;
  	visibility: visible !important;
}
