/* common styling */

/* Frame */
.rahmen_3 {border-width:1px; border-color: #be4c4c; border-style: ridge; text-align: center; margin-left: auto; margin-right: auto;}

/* set up the overall width of the menu div and the margins with a relative position*/
.menu2 {
font-family: verdana, arial, sans-serif;
width:699px; /* Änderung 701px bei 6er Auswahl */
height:601px;
background:#eee url(../grafik/lightbox_back_2.jpg); /* Änderung: Das Bild ist normalerweise 701px breit, hier aber darf es nur 699px breit sein */
margin:0 auto;
position:relative;
z-index:1;
border:1px solid #bd8d5e;
border:1px solid #be4c4c;
}

.menu2 dl {
font-family:verdana, arial, sans-serif;
font-size:0.9em;
position:absolute;
width:280px;
top:120px;
left:50px;
}

.menu2 dl dt {font-size:1.2em; margin-bottom:2em; font-weight:bold;}
.menu2 dl dd { padding:0; margin:0; line-height:1.4em; margin-bottom:2em;}
.menu2 dl dd:first-letter {font-weight:bold;}

/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0;
margin:0;
list-style-type: none;
border:0;
}

/* float the list so that the items are in a line */
.menu2 ul li {
float:left;
}

/* style the links to be 233px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited {
display:block;
float:left;
text-align:center;
text-decoration:none;
width:139px; /* Änderung für 6er Auswahl ist hier eine Pixel zahl von 116 erforderlich */
height:31px;
color: #ff6666;
border-right:1px solid #be4c4c;
background: #990000;
line-height:30px;
font-size:11px;
}

.menu2 ul li a.last, .menu2 ul li a.last:visited {
border-width:0;
}

/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* clear the link floats at the end of each line so that IE gets it right */
span.clr {display:block; clear:both; width:0; height:0; font-size:0; line-height:1px;}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a{
color: #33ccff;
background:#920731;
background:#910713;
}

/* make the sub menu ul visible and position it beneath the first list item */
.menu2 ul li:hover ul {
text-align:left;
display:block;
position:absolute;
top:31px;
left:0;
}

/* make the sub menu ul li the full width with padding and border. */
.menu2 ul li:hover ul li {
width:459px;  /* Änderung bei 6er auswahl sind es 461px */
height:390px;
border:20px solid #920731;
border:20px solid #910713;
background:#eee url(../grafik/lightbox_click.gif) top center no-repeat;
color:#000;
position:relative;
padding:100px 100px 40px 100px;
cursor:pointer;
}

/* style the initial image size 100px x 75px no border and 5pixel padding */
.menu2 ul li:hover ul li a img {
/* *** width:100px; height:75px; *** */
width:80px; height:60px;
border:0; margin:4px;
}

/* style the size, background color, border and margin of the submenu links */
.menu2 ul li:hover ul li a {
float:left;
/* *** width:110px;*** */
width:87px; /* Änderung bei 6er Auswahl 88px */
/* *** height:85px; *** */
height:68px;
background:#eee;
border:1px solid #888;
margin:1px;
}

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

/* keep the large image hidden with a position absolute to take it out of the page flow */
.menu2 ul li:hover ul li a img.bigger {
visibility:hidden; position:absolute; z-index:0;}

/* style the 2x size image on hover with an absolute position to place it centrally over the original image */
.menu2 ul li:hover li a:hover img {
width:200px; height:150px;
position:absolute;
left:-66px; top:-48px;
border:0;
border:1px solid #888;
padding:5px;
background:#ccc;
}

/* give the link focus/active state a relative position and remove the focus/active border so that it doesn't spoil the large image */
/* active img for Opera (and Safari thanks to Anonymous Coward) and focus for Firefox */
.menu2 ul li:hover ul li a:active, .menu2 ul li:hover ul li a:focus {
background:#aaa;
position:relative;
outline:none;
}

/* make the large image visible and give it an absolute position, set the padding and margin, use the default pointer */
.menu2 ul li:hover ul li a:active img.bigger, .menu2 ul li:hover ul li a:focus img.bigger {
visibility:visible;
background:#ddd;
position:absolute;
width:640px;
height:480px;
z-index:200;
padding:5px;
border:1px solid #888;
cursor:default;
}

/* position the large image depending on the photo clicked */
.menu2 ul li:hover ul li a:active img.pos01, .menu2 ul li:hover ul li a:focus img.pos01 {top:-72px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos02, .menu2 ul li:hover ul li a:focus img.pos02 {top:-72px; left:-193px;}
.menu2 ul li:hover ul li a:active img.pos03, .menu2 ul li:hover ul li a:focus img.pos03 {top:-72px; left:-285px;}
.menu2 ul li:hover ul li a:active img.pos04, .menu2 ul li:hover ul li a:focus img.pos04 {top:-72px; left:-376px;}
.menu2 ul li:hover ul li a:active img.pos05, .menu2 ul li:hover ul li a:focus img.pos05 {top:-72px; left:-467px;}

.menu2 ul li:hover ul li a:active img.pos06, .menu2 ul li:hover ul li a:focus img.pos06 {top:-144px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos07, .menu2 ul li:hover ul li a:focus img.pos07 {top:-144px; left:-193px;}
.menu2 ul li:hover ul li a:active img.pos08, .menu2 ul li:hover ul li a:focus img.pos08 {top:-144px; left:-285px;}
.menu2 ul li:hover ul li a:active img.pos09, .menu2 ul li:hover ul li a:focus img.pos09 {top:-144px; left:-376px;}
.menu2 ul li:hover ul li a:active img.pos10, .menu2 ul li:hover ul li a:focus img.pos10 {top:-144px; left:-467px;}

.menu2 ul li:hover ul li a:active img.pos11, .menu2 ul li:hover ul li a:focus img.pos11 {top:-216px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos12, .menu2 ul li:hover ul li a:focus img.pos12 {top:-216px; left:-193px;}
.menu2 ul li:hover ul li a:active img.pos13, .menu2 ul li:hover ul li a:focus img.pos13 {top:-216px; left:-285px;}
.menu2 ul li:hover ul li a:active img.pos14, .menu2 ul li:hover ul li a:focus img.pos14 {top:-216px; left:-376px;}
.menu2 ul li:hover ul li a:active img.pos15, .menu2 ul li:hover ul li a:focus img.pos15 {top:-216px; left:-467px;}

.menu2 ul li:hover ul li a:active img.pos16, .menu2 ul li:hover ul li a:focus img.pos16 {top:-288px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos17, .menu2 ul li:hover ul li a:focus img.pos17 {top:-288px; left:-193px;}
.menu2 ul li:hover ul li a:active img.pos18, .menu2 ul li:hover ul li a:focus img.pos18 {top:-288px; left:-285px;}
.menu2 ul li:hover ul li a:active img.pos19, .menu2 ul li:hover ul li a:focus img.pos19 {top:-288px; left:-376px;}
.menu2 ul li:hover ul li a:active img.pos20, .menu2 ul li:hover ul li a:focus img.pos20 {top:-288px; left:-467px;}

.menu2 ul li:hover ul li a:active img.pos21, .menu2 ul li:hover ul li a:focus img.pos21 {top:-360px; left:-103px;}
.menu2 ul li:hover ul li a:active img.pos22, .menu2 ul li:hover ul li a:focus img.pos22 {top:-360px; left:-193px;}
.menu2 ul li:hover ul li a:active img.pos23, .menu2 ul li:hover ul li a:focus img.pos23 {top:-360px; left:-285px;}
.menu2 ul li:hover ul li a:active img.pos24, .menu2 ul li:hover ul li a:focus img.pos24 {top:-360px; left:-376px;}
.menu2 ul li:hover ul li a:active img.pos25, .menu2 ul li:hover ul li a:focus img.pos25 {top:-360px; left:-467px;}