/* Layout CSS-Datei für www.level-yachting-org
* alles was hier deklariert wurde, aendert sich von Seite zu Seite.
*/
@import url("master-sheet.css");

#logo-levelyachts {
	z-index: 2;
	position: absolute;
	top: 30px;
	left: 100px;
	width: 800px;
	height: 92px;
	/*border-color: #00ff00;
	*border: 2px solid black;*/
	text-align: left;
}
#welcom {
	z-index: 3;
	position: absolute;
	top: 122px;
	left: 100px;
	width: 450px;
	height: auto;
	/*border-color: #00ff00;
	*border: 1px solid black;*/
	text-align: left;
}
#bild-oben-rechts {
	z-index: 16;
	position: absolute;
	top: 127px;
	left: 598px;
	width: 350px;
	height: 230px;
	/*border-color: #00ff00;
	*border: 1px solid black;*/
	text-align: center;
}
#news {
	z-index: 5;
	position: absolute;
	top: 455px;
	left: 430px;
	width: 220px;
	height: 200px;
	border-color: #00ff00;
	/*border: 1px solid black;
	text-align: left;*/
}
#bild-unten-rechts {
	z-index: 14;
	position: absolute;
	top: 488px;
	left: 717px;
	width: 130px;
	height: 180px;
	/*border-color: #00ff00;
	*border: 1px solid black;*/
	text-align: center;
}
#copyright {
	z-index: 7;
	position: absolute;
	top: 669px;
	left: 430px;
	width: 400px;
	height: 40px;
	/*border-color: #00ff00;
	*border: 1px solid black;*/
	text-align: left;
}
#download {
	z-index: 8;
	position: absolute;
	top: 325px;
	left: 430px;
	width: 500px;
	height: auto
}
#infos-description {
	visibility: hidden;
	z-index: 9;
	position: absolute;
	top: 500px;
	left: 718px;
	width: 118px;
	height: 20px;
}
#boatshow {
	visibility: visible;
	z-index: 1;
	position: absolute;
	top: 415px;
	left: 650px;
	width: auto;
	height: auto;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -800px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
top:  -270px;
left: -620px; /*position where enlarged image should offset horizontally */
}