/* common styling */
body {
background-image:url(..//images/verlauf.jpg);
background-repeat:repeat-y;
background-position:top left;
}

p {
font-family:verdana, arial, sans-serif;
font-size:7pt;
font-weight:lighter;
}

a {
text-decoration:none;
border:0;
outline:none;
}
a:link { color:#663300; }
a:visited { color:#003333; }
a:focus { color:#666633; }
a:hover { color:#333366; }
a:active { color:#336666; }

h1 {
padding:0;
font-weight:lighter;
font-size:24pt;
text-align:center;
}

h5 {
padding:0 40px;
font-weight:lighter;
font-size:7pt;
}

h4 {
padding:0;
margin:0;
font-weight:lighter;
font-size:7pt;
}

.center {
text-align:center;
}

.wolfgang {
position:relative; 
top:-36px; 
left:4px; 
width:80px; 
height:116px; 
z-index:5; 
clear:both;
}

.outer {						/* outer frame */
font-family:verdana, arial, sans-serif; width:895px; margin:0 auto; background:url(..//images/papier.jpg) top left; border: 4px groove #bd8d5e; clear:both; }

.wo {							/* headline */
position:relative; top:45px; left:180px; width:540px; height:40px; padding:0; line-height:40px; background:url(..//images/wolfgang.gif) top center; background-repeat:no-repeat; border:0; }

.stu {							/* thanks to stu nicholls */
text-align:center; }

.thx {							/*thanks for visiting */
position:relative; top:40px; margin:25px 0; font-size:14pt; text-align:center; color:silver; z-index:3; }
.thx2 { position:relative; top:-24px; left:-2px; text-align:center; color:black; z-index:2; }

.right {						/* right aligned text */
text-align:right; margin:0 auto; width:883px; margin-top:52px; margin-bottom:12px; }

.right1 {						/* right aligned text */
position:relative; top:-70px; text-align:right; margin:0 auto; width:883px; margin-top:0px; margin-bottom:12px; }

.left {							/* left aligned text */
text-align:left; margin:0 auto; width:883px; }

.close {						/* hint to close large image */
position:relative; top:552px; left:-295px; margin:0 auto; width:400px; border:0; font-size:8pt; text-align:center; }

.link {							/* next page */
position:absolute; top:0; left:716px; margin:0 auto; width:220px; height:31px; background:#faeec7; border:1px solid #bd8d5e; text-align:center; line-height:30px; }

.end {							/* long screen to prevent the scrollbar to appear and disappear */
clear:both; position:absolute; top:1400px; }

.r1 {							/* left aligned table */
position:relative; top:0; left:0; margin:0; width:50%; height:70px; padding-right:10px; text-align:right; border-right:1px solid black; }
.r2 {							/* right aligned table */
position:relative; top:-70px; left:51%; margin:0; width:50%; height:70px; padding-left:10px; text-align:left; }




/* set up the overall width of the menu div and the margins with a relative position */
.menu {
font-family:verdana, arial, sans-serif; 
width:883px; 						/* 4 x "width"+3 x 1px, was 701 */
height:601px;
background:#eee url(..//images/sonnen.jpg);
margin:0 auto; 
position:relative;
border:1px solid #bd8d5e;
}

.menu dl {
font-size:6pt;
position:absolute;
width:300px;
top:110px;
left:50px;
}
.menu dl dt {font-size:8pt; margin-bottom:20px; font-weight:bold;}
.menu dl dd {padding:0; margin:0; font-size:8pt; line-height:16px; margin-bottom:12px;}
.menu dl dd:first-letter {font-weight:bold;}

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

/* float the list so that the items are in a line */
.menu 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. */
.menu ul li a, .menu ul li a:visited {
display:block; 
float:left;
text-align:center; 
text-decoration:none; 
width:220px; 						/* "width", was 233*/
height:31px; 
color:#000; 
border-right:1px solid #bd8d5e;
background:#faeec7; 
line-height:30px; 
font-size:8pt;
}

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

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

/* specific to non IE browsers */ 
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#dfc184;
}

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

/* make the sub menu ul li the full width with padding and border. */
.menu ul li:hover ul li {
width:603px;						/*  883px - 40px border - (100px+140px) padding */				
height:390px;
border:20px solid #dfc184;
background:#eee url(..//images/click_u.jpg) top center no-repeat; 
color:#000;
padding:70px 100px 70px 140px;
cursor:pointer;
}

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

/* style the size, background color, border and margin of the submenu links */
.menu ul li:hover ul li a {
position:relative;
float:left;
width:110px;
height:85px;
background:#eee;
color:#000;
border:1px solid #888;
margin:1px;
}

/* style position of the links on hover */
.menu 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 */
.menu ul li:hover ul li a img.bigger {
visibility:hidden; 
position:absolute; 
}
/* keep the large image description hidden with a position absolute to take it out of the page flow */
.menu ul li:hover ul li a img.bigger +span {
visibility:hidden; 
position:absolute;
}

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

/* 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 */
.menu ul li:hover ul li a:active img, .menu 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 */
.menu ul li:hover ul li a:active img.bigger, .menu ul li:hover ul li a:focus img.bigger {
visibility:visible;
position:absolute; 
background:#ddd; 
width:640px; 
height:480px; 
padding:5px; 
border:1px solid #888; 
cursor:default;
z-index:2;
}
/* adding description to large image */
.menu ul li:hover ul li a:active img.bigger +span, .menu ul li:hover ul li a:focus img.bigger +span {
visibility:visible;
position:absolute;
background:#faeec7; 
width:171px; 
height:480px;
padding:5px; 
border:1px solid #888; 
font-size:7.5pt;
color:#000;
line-height:15px;
text-align:left;
cursor:default;
z-index:2;
}
/* caption of description in small-caps */
.menu ul li:hover ul li a img +span:first-line { 					
font-weight:bold;
font-variant:small-caps;
}

/* position the large image depending on the photo clicked */
.menu ul li:hover ul li a:active img.pos1, .menu ul li:hover ul li a:focus img.pos1 {top:-42px; left:-143px;}
.menu ul li:hover ul li a:active img.pos2, .menu ul li:hover ul li a:focus img.pos2 {top:-42px; left:-257px;}
.menu ul li:hover ul li a:active img.pos3, .menu ul li:hover ul li a:focus img.pos3 {top:-42px; left:-371px;}
.menu ul li:hover ul li a:active img.pos4, .menu ul li:hover ul li a:focus img.pos4 {top:-42px; left:-485px;}
.menu ul li:hover ul li a:active img.pos5, .menu ul li:hover ul li a:focus img.pos5 {top:-42px; left:-599px;}

.menu ul li:hover ul li a:active img.pos6, .menu ul li:hover ul li a:focus img.pos6 {top:-131px; left:-143px;}
.menu ul li:hover ul li a:active img.pos7, .menu ul li:hover ul li a:focus img.pos7 {top:-131px; left:-257px;}
.menu ul li:hover ul li a:active img.pos8, .menu ul li:hover ul li a:focus img.pos8 {top:-131px; left:-371px;}
.menu ul li:hover ul li a:active img.pos9, .menu ul li:hover ul li a:focus img.pos9 {top:-131px; left:-485px;}
.menu ul li:hover ul li a:active img.pos10, .menu ul li:hover ul li a:focus img.pos10 {top:-131px; left:-599px;}

.menu ul li:hover ul li a:active img.pos11, .menu ul li:hover ul li a:focus img.pos11 {top:-220px; left:-143px;}
.menu ul li:hover ul li a:active img.pos12, .menu ul li:hover ul li a:focus img.pos12 {top:-220px; left:-257px;}
.menu ul li:hover ul li a:active img.pos13, .menu ul li:hover ul li a:focus img.pos13 {top:-220px; left:-371px;}
.menu ul li:hover ul li a:active img.pos14, .menu ul li:hover ul li a:focus img.pos14 {top:-220px; left:-485px;}
.menu ul li:hover ul li a:active img.pos15, .menu ul li:hover ul li a:focus img.pos15 {top:-220px; left:-599px;} 

.menu ul li:hover ul li a:active img.pos16, .menu ul li:hover ul li a:focus img.pos16 {top:-309px; left:-143px;}
.menu ul li:hover ul li a:active img.pos17, .menu ul li:hover ul li a:focus img.pos17 {top:-309px; left:-257px;}
.menu ul li:hover ul li a:active img.pos18, .menu ul li:hover ul li a:focus img.pos18 {top:-309px; left:-371px;}
.menu ul li:hover ul li a:active img.pos19, .menu ul li:hover ul li a:focus img.pos19 {top:-309px; left:-485px;}
.menu ul li:hover ul li a:active img.pos20, .menu ul li:hover ul li a:focus img.pos20 {top:-309px; left:-599px;}

/* position of description of large image depending on the photo clicked */
.menu ul li:hover ul li a img.pos1 +span {top:-37px; left:514px;}
.menu ul li:hover ul li a img.pos2 +span {top:-37px; left:400px;}
.menu ul li:hover ul li a img.pos3 +span {top:-37px; left:286px;}
.menu ul li:hover ul li a img.pos4 +span {top:-37px; left:172px;}
.menu ul li:hover ul li a img.pos5 +span {top:-37px; left:58px;}

.menu ul li:hover ul li a img.pos6 +span {top:-126px; left:514px;}
.menu ul li:hover ul li a img.pos7 +span {top:-126px; left:400px;}
.menu ul li:hover ul li a img.pos8 +span {top:-126px; left:286px;}
.menu ul li:hover ul li a img.pos9 +span {top:-126px; left:172px;}
.menu ul li:hover ul li a img.pos10 +span {top:-126px; left:58px;}

.menu ul li:hover ul li a img.pos11 +span {top:-215px; left:514px;}
.menu ul li:hover ul li a img.pos12 +span {top:-215px; left:400px;}
.menu ul li:hover ul li a img.pos13 +span {top:-215px; left:286px;}
.menu ul li:hover ul li a img.pos14 +span {top:-215px; left:172px;}
.menu ul li:hover ul li a img.pos15 +span {top:-215px; left:58px;}

.menu ul li:hover ul li a img.pos16 +span {top:-304px; left:514px;}
.menu ul li:hover ul li a img.pos17 +span {top:-304px; left:400px;}
.menu ul li:hover ul li a img.pos18 +span {top:-304px; left:286px;}
.menu ul li:hover ul li a img.pos19 +span {top:-304px; left:172px;}
.menu ul li:hover ul li a img.pos20 +span {top:-304px; left:58px;}
