/* Bilder von oben nach unten */
/* Bild 1 */
#tabimage1 a
{
	display:block;
	float:none;
	text-decoration: none;
}

#tabimage1 a .box
{
	display:none;
	text-decoration: none;
}

#tabimage1 a:hover
{
	background-color: #DCFFDC;
	text-decoration: none;
}

#tabimage1 a:hover .box
{
	display:block;
	position:absolute;
	height: 375px;
	width: 250px;
	background-image: url(images/bergahorn.jpg);
	border: thick solid #006600;
	left: 40%;
	top: 150px;
	text-decoration: none;
}
/* Bild 2 */
#tabimage2 a
{
	display:block;
	float:none;
	text-decoration: none;
}

#tabimage2 a .box
{
	display:none;
	text-decoration: none;
}

#tabimage2 a:hover
{
	background-color: #DCFFDC;
	text-decoration: none;
}

#tabimage2 a:hover .box
{
	display:block;
	position:absolute;
	height: 375px;
	width: 250px;
	background-image: url(images/pyramahorn.jpg);
	border: thick solid #006600;
	left: 40%;
	top: 250px;
	text-decoration: none;
}
/* Bild 3 */
#tabimage3 a
{
	display:block;
	float:none;
	text-decoration: none;
}

#tabimage3 a .box
{
	display:none;
	text-decoration: none;
}

#tabimage3 a:hover
{
	background-color: #DCFFDC;
	text-decoration: none;
}

#tabimage3 a:hover .box
{
	display:block;
	position:absolute;
	height: 375px;
	width: 250px;
	background-image: url(images/esche.jpg);
	border: thick solid #006600;
	left: 40%;
	top: 370px;
	text-decoration: none;
}
/* Bild 4 */
#tabimage4 a
{
	display:block;
	float:none;
	text-decoration: none;
}

#tabimage4 a .box
{
	display:none;
	text-decoration: none;
}

#tabimage4 a:hover
{
	background-color: #DCFFDC;
	text-decoration: none;
}

#tabimage4 a:hover .box
{
	display:block;
	position:absolute;
	height: 250px;
	width: 375px;
	background-image: url(images/zkirsche.jpg);
	border: thick solid #006600;
	left: 40%;
	top: 550px;
	text-decoration: none;
}
/* Bild 5 */
#tabimage5 a
{
	display:block;
	float:none;
	text-decoration: none;
}

#tabimage5 a .box
{
	display:none;
	text-decoration: none;
}

#tabimage5 a:hover
{
	background-color: #DCFFDC;
	text-decoration: none;
}

#tabimage5 a:hover .box
{
	display:block;
	position:absolute;
	height: 375px;
	width: 250px;
	background-image: url(images/sommerlinde.jpg);
	border: thick solid #006600;
	left: 40%;
	top: 600px;
	text-decoration: none;
}
/* Bild 6 */
#tabimage6 a
{
	display:block;
	float:none;
	text-decoration: none;
}

#tabimage6 a .box
{
	display:none;
	text-decoration: none;
}

#tabimage6 a:hover
{
	background-color: #DCFFDC;
	text-decoration: none;
}

#tabimage6 a:hover .box
{
	display:block;
	position:absolute;
	height: 375px;
	width: 250px;
	background-image: url(images/winterlinde.jpg);
	border: thick solid #006600;
	left: 40%;
	top: 700px;
	text-decoration: none;
}
/* Bild 7 */
#tabimage7 a
{
	display:block;
	float:none;
	text-decoration: none;
}

#tabimage7 a .box
{
	display:none;
	text-decoration: none;
}

#tabimage7 a:hover
{
	background-color: #DCFFDC;
	text-decoration: none;
}

#tabimage7 a:hover .box
{
	display:block;
	position:absolute;
	height: 375px;
	width: 250px;
	background-image: url(images/keiserlinde.jpg);
	border: thick solid #006600;
	left: 40%;
	top: 700px;
	text-decoration: none;
	z-index: auto;
}
