<!--
/*--------------  NO MOVIE ----------------------------------------------------------------------*/
/*  http://www.allmove.ch/Schwercolli/no_movie/index.php   */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/lightbox.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
/* set up the overall width of the menu div and the margins with a relative position*/

.menu4 {
/*font-family: verdana, arial, sans-serif; */
/* width:42em; */
margin:0 auto;
position:relative;
z-index:5;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu4 ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu4 a{
color:#fff; 
background-color:none;
}
/* make the sub menu ul visible and position it beneath the first list item */
.menu4 ul {
text-align:left;
display:block; 
position:relative;
margin:0;
padding:0; 
}
/* make the sub menu ul li the full width with padding and border. */
.menu4 ul li {
width:6em;
height:4em;
/* border:1px solid red; */
color:#000;
position:relative;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu4 ul li a img {
width:6em; 
height:4em;
border:0; 
/* border:1px solid yellow; */
border:none;
/* margin:.3em; */
margin:0;
padding:0;
}

/* style the size, background color, border and margin of the submenu links */
.menu4 ul li a {
float:left;
width:6em;
height:4em;
background:visible;
/* border:2px solid blue; */
margin:0;
padding:0;

}

/* style position of the links on hover */
.menu4 ul li a:hover {
position:relative;
}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu4 li a:hover img {
/* width:200px; height:150px; */
width:20em; height:15em;
position:absolute;
/* left:-4em; top:-3.8em; */
top:-11em;  /*würde das Bild noch oben setzen, alle z-index in umgekehrter Richtung ändern, 1.Bilder sind noch oben nicht ganz sichtbar. */
border:0;
/* border:1px solid orange; */
padding:0;
margin:0;
}