/* Neues Stylesheet für die Umstrukturierung ohne Frames (ab Dezember 2006)
Dieses Stylesheet ersetzt komplett das alte /stile.css */

body {
	margin: 0;
	padding: 0;
	color: #24323b;
	background-color: #acb6ba;
	font-size: 81%; /* ergibt die generelle Schriftgröße: 1em bei 81% sind 13px (genau: 12,96 px)*/
}
body, div, p, li, td, a, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #34424b;
}
a:visited {
	color: #3b4b57;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

p, td, .brot, .brotfett {
	font-size: 1em;
	line-height: 1.4;
}
p {
	margin: 0 0 0.7em;
	padding: 0;
}
strong, b, .brotfett {
	font-weight: bold;
	color: #34424b;
}
.sr { /* nur für Screenreader */
	display: none;
}
.bildunterschriften {
	font-size: 0.8em;
}
.exponent {
	font-size: 9px;
	vertical-align: top;
}
.brotklein {
	font-size: 11px;
}
.brotkleinblass {
	font-size: 11px;
	color: #324456;
}
.kleinblass {
	font-size: 9px;
	color: #324456;
}
.gross {
	font-size: 18px;
	color: #324456;
}
.h3 {
	font-size: 11px;
	color: #324456;
}
.grossfett {
	font-size: 18px;
	font-weight: bold;
	color: #324456;
}
.h2 {
	font-size: 12px;
	font-weight:  bold;
	color: #3B4B57;
}
.mammut {
	font-size: 26px;
	font-weight: bold;
	color: #3B4B57;
}
.h1 {
	font-size: 13px;
	font-weight: bold;
	color: #3B4B57;
}
div.scroll { /* um überbreite Bilder mit eigenem Scrollbalken zu versehen */
	width: 550px;
	overflow: auto;
}

#kopf { /* umschließt Adresse, Navigation (#adrnavig) und Logo (#logo) */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	margin: 0;
	padding: 0;
	height: 154px;
	background-color: #acb6ba;
}
#kopf #adrnavig, #kopf #logo {
	float: left;
	height: 125px;
}
#kopf #adrnavig {
	width: 653px;
}
#kopf #logo {
	width: 109px;
}
#kopf #adrnavig img, #kopf #logo img {
	display: block;
	border: 0;
}
#kopf #adrnavig #sprachwahl, #kopf #adrnavig #e_sprachwahl {
	margin: 0;
	padding: 0;
	height: 12px !important;
	width: 134px;
}
#kopf #adrnavig #sprachwahl a, #kopf #adrnavig #e_sprachwahl a {
	display: block;
	margin: 0;
	padding: 0;
	height: 12px;
	width: 134px;
	font-size: 11px;
	line-height: 11px;
	text-indent: -10000px;
}
#kopf #adrnavig #sprachwahl a:link, #kopf #adrnavig #sprachwahl a:visited  {
	background: url(http://www.pani.com/navigation/sprachwahl_3.gif) no-repeat;
}
#kopf #adrnavig #sprachwahl a:hover, #kopf #adrnavig #sprachwahl a:active  {
	background: url(http://www.pani.com/navigation/sprachwahl_3a.gif) no-repeat;
}
#kopf #adrnavig #e_sprachwahl a:link, #kopf #adrnavig #e_sprachwahl a:visited  {
	background: url(http://www.pani.com/navigation/language_3.gif) no-repeat;
}
#kopf #adrnavig #e_sprachwahl a:hover, #kopf #adrnavig #e_sprachwahl a:active  {
	background: url(http://www.pani.com/navigation/language_3a.gif) no-repeat;
}
#kopf #adrnavig ul#navig { /* Hauptnavigationszeile */
	margin: 0;
	padding: 0; 
	width: 653px;
	height: 60px;
}
/* die einzelnen Hauptmenüpunkte, die #kopf ul#navig lis: */
#kopf #l_unt, #kopf #l_pro,  #kopf #l_ref,  #kopf #l_inf,  #kopf #l_sup,  #kopf #l_kon,
#kopf #le_unt, #kopf #le_pro,  #kopf #le_ref,  #kopf #le_inf,  #kopf #le_sup,  #kopf #le_kon{
	float: left;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 108px; /* es gibt Ausnahmen, siehe unten */
	list-style-type: none;
	text-indent: -10000px;
}
/* deren Schriftbilder: */
#kopf #l_unt {
	width: 110px;
	background: url(http://www.pani.com/navigation/unternehmen_5.gif) no-repeat;
}
#kopf #l_unt:hover {
	background: url(http://www.pani.com/navigation/unternehmen_5a.gif) no-repeat;
}
#kopf #le_unt {
	width: 110px;
	background: url(http://www.pani.com/navigation/company_5.gif) no-repeat;
}
#kopf #le_unt:hover {
	background: url(http://www.pani.com/navigation/company_5a.gif) no-repeat;
}
#kopf #l_pro {
	background: url(http://www.pani.com/navigation/produkte_6.gif) no-repeat;
}
#kopf #l_pro:hover {
	background: url(http://www.pani.com/navigation/produkte_6a.gif) no-repeat;
}
#kopf #le_pro {
	background: url(http://www.pani.com/navigation/products_6.gif) no-repeat;
}
#kopf #le_pro:hover {
	background: url(http://www.pani.com/navigation/products_6a.gif) no-repeat;
}
#kopf #l_ref {
	background: url(http://www.pani.com/navigation/referenzen_7.gif) no-repeat;
}
#kopf #l_ref:hover {
	background: url(http://www.pani.com/navigation/referenzen_7a.gif) no-repeat;
}
#kopf #le_ref {
	background: url(http://www.pani.com/navigation/references_7.gif) no-repeat;
}
#kopf #le_ref:hover {
	background: url(http://www.pani.com/navigation/references_7a.gif) no-repeat;
}
#kopf #l_inf {
	background: url(http://www.pani.com/navigation/infocorner_8.gif) no-repeat;
}
#kopf #l_inf:hover {
	background: url(http://www.pani.com/navigation/infocorner_8a.gif) no-repeat;
}
#kopf #le_inf {
	background: url(http://www.pani.com/navigation/einfocorner_8.gif) no-repeat;
}
#kopf #le_inf:hover {
	background: url(http://www.pani.com/navigation/einfocorner_8a.gif) no-repeat;
}
#kopf #l_sup {
	width: 106px;
	background: url(http://www.pani.com/navigation/support_9.gif) no-repeat;
}
#kopf #l_sup:hover {
	background: url(http://www.pani.com/navigation/support_9a.gif) no-repeat;
}
#kopf #le_sup {
	width: 106px;
	background: url(http://www.pani.com/navigation/esupport_9.gif) no-repeat;
}
#kopf #le_sup:hover {
	background: url(http://www.pani.com/navigation/esupport_9a.gif) no-repeat;
}
#kopf #l_kon {
	width: 113px;
	background: url(http://www.pani.com/navigation/kontakt_10.gif) no-repeat;
}
#kopf #l_kon:hover {
	background: url(http://www.pani.com/navigation/kontakt_10a.gif) no-repeat;
}
#kopf #le_kon {
	width: 113px;
	background: url(http://www.pani.com/navigation/contact_10.gif) no-repeat;
}
#kopf #le_kon:hover {
	background: url(http://www.pani.com/navigation/contact_10a.gif) no-repeat;
}
/* die Unternavigationszeilen: */
#kopf #navig li div {
	position: absolute;
	top: 98px;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	width: 653px;
	height: 27px;
	background-image: url(http://www.pani.com/navigation/unternavig.gif);
	overflow: hidden;
	display: none;
	white-space: nowrap;
}
#kopf #navig li:hover div {
	display: block;
	text-align: center;
}
#kopf #navig li div ul {
	margin: 6px 0 0 15px;
	padding: 0;
}
#kopf #navig li div ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	list-style-type: none;
	text-indent: 0;
}
#kopf #navig li div ul li a {
	margin: 0 20px 0 0;
	display: block;
}
/* ======= ENDE Stile für Kopfbereich ======== */

#inhalt { /* ein einziger Block unter dem Kopf */
	margin: 155px 0 0.5em;
	padding: 0;
}
 /* zwei Blöcke unter dem Kopf (früher 2 Frames) */
#inhaltlinks {
	float: left;
	margin: 0;
	padding: 0 0 0.5em;
	width: 205px;
	z-index: 100;
}
#inhaltrechts {
	margin: 0 0 0 210px;
	padding: 0;
	width: 550px;
}

#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: #ADB5BD; 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(http://www.pani.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.pani.com/images/nextlabel.gif) right 15% no-repeat; }

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

#imageData{	padding:0 10px; color: #444; }
#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; }
