html, body
{
	height:100%;
}

img
{
	border:0px;
}

#banner
{
	position:absolute;
	width:677px;
	height:557px;
	top:20px;
	left:56px;
}

#logo
{
	position:absolute;
	width:41px;
	height:228px;
	right:11px;
	top:3px;
}

#wolf
{
	position:absolute;
	width:152px;
	height:91px;
	right:0px;
	bottom:3px;
}

#strich
{
	position:absolute;
	width:762px;
	height:13px;
	background-image:url(bleistift_strich.gif);
	left:83px;
	top:7px;
}

#navbar
{
	position:absolute;
	width:241px;
	height:10px;
	bottom:10px;
	right:189px;
}

#ausgewaehlt
{
	position:absolute;
	height:24px;
	width:92px;
	left:-10px;	
}

#frame
{
	background-color:white;
	width:908px;
	height:646px;
	
	position:absolute;
	left:50%;
	margin-left:-454px;
	
	top:50%;
	margin-top:-340px;
}

#menu
{
	position:absolute;
	width:92px;
	height:144px;
	left:-10px;
	top:47px;
}

#content
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a.icon_link
{
	display:inline;
	width:55px;
	height:55px;
	padding-right:7px;
}

a.menu_item
{
	width:92px;
	height:24px;
	display:block;
}

img.leerrahmen
{
	display:inline;
	width:55px;
	height:55px;
	padding-right:7px;
}

a.menu_item_grafik_selected { background-image:url(buttons/1_grafik_pressed.gif); }
a.menu_item_grafik {	background-image:url(buttons/1_grafik_unpressed.gif); }
a.menu_item_grafik:hover { background-image:url(buttons/1_grafik_mouseover.gif); }

a.menu_item_illustration_selected { background-image:url(buttons/2_illustration_pressed.gif); }
a.menu_item_illustration { background-image:url(buttons/2_illustration_unpressed.gif); }
a.menu_item_illustration:hover { background-image:url(buttons/2_illustration_mouseover.gif); }

a.menu_item_diewoelfin_selected { background-image:url(buttons/3_diewoelfin_pressed.gif); }
a.menu_item_diewoelfin{ background-image:url(buttons/3_diewoelfin_unpressed.gif); }
a.menu_item_diewoelfin:hover { background-image:url(buttons/3_diewoelfin_mouseover.gif); }

a.menu_item_kontakt_selected { background-image:url(buttons/4_kontakt_pressed.gif); }
a.menu_item_kontakt{ background-image:url(buttons/4_kontakt_unpressed.gif); }
a.menu_item_kontakt:hover { background-image:url(buttons/4_kontakt_mouseover.gif); }

a.menu_item_download_selected { background-image:url(buttons/5_download_pressed.gif); }
a.menu_item_download{ background-image:url(buttons/5_download_unpressed.gif); }
a.menu_item_download:hover { background-image:url(buttons/5_download_mouseover.gif); }

a.menu_item_news_selected { background-image:url(buttons/6_news_pressed.gif); }
a.menu_item_news{ background-image:url(buttons/6_news_unpressed.gif); }
a.menu_item_news:hover { background-image:url(buttons/6_news_mouseover.gif); }


/* Lightbox styles */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

