/*<![CDATA[*/
/**
 * CSS Style Basislayout fuer Screen und Projection
 *
 * Copyright (c) 2008    die.interaktiven GmbH & Co. KG
 *                       Agentur fuer digitale Medien
 *                       Eisenmarkt 1
 *                       35578 Wetzlar
 *                       Germany
 *
 *                       Fon: +49 (0)64 41 / 39 86 19 - 0
 *                       Fax: +49 (0)64 41 / 39 86 19 - 9
 *                       Web: www.die-interaktiven.de
 *
 * Alle Rechte vorbehalten. Unberechtigte Kopie und Weiter-
 * verwendung nicht gestattet.
 *
 */

/**
 * Farbdefinition
 * 
 * Schrift grau: #6e6e6e, 110:110:110
 * Schrift hellgrau (Breadcrumb): #b3b3b3, 179:179:179
 * Schrift hellgrau (Footer): #a0a0a0, 160:160:160
 * Schrift orange: #ffb432, 255:180:50
 * Balken hellgrau: #dcdcdc, 210:210:210
 *
 */

/**
 * allgemeine HTML-Tags
 */

body
{
	font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100.01%; 	/******** IE Hack ********/
	text-align: left;
	color: #6e6e6e;
	background: url(../images/body-bg-hoch.jpg) top left repeat-x #fff;
	
}

h1,
h2,
h3,
h4,
h5
{
	margin: 0;
	padding: 0 0 0.5em 0;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

p
{
	margin: 0;
	padding: 0;
}

a
{
	color: #6e6e6e;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

ul
{
	list-style-type: square;
	padding: 0;
	margin: 1em 0 1em 2em;
	text-align: left;
}

ul ul
{
	list-style-type: circle;
	margin-top: 0;
}

ul ul ul
{
	list-style-type: none;
	margin-top: 0;
}

ol li
{
	margin: 1em 0 0 0;
	padding: 0;
}

hr
{
	display: block;
	height: 1px;
	color: #6e6e6e;
	background-color: #6e6e6e;
	margin: 0;
	padding: 0;
	border: 0;
}

strong
{
	font-weight: bold;
}

img
{
	border: 0;
}

fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

form
{
	margin: 0;
	padding: 0;
}

input,
textarea,
select
{
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[type=image]
{
	background: transparent;
}

/**
 * Hilfsklassen
 */

.invisible
{
	position: absolute;
	top: -3000px;
	left: -3000px;
	width: 1px;
	height: 1px;
}

.clear
{
	clear: both;
	float: none;
	line-height: 0;
	font-size: 0;
	display: block;
}

html>body .clear
{
	font-size: 0.1em;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.noprint
{
	
}

.printonly
{
	display: none;
}
	
/**
 * allgemeine Seitenstruktur
 */

#page
{
	text-align: left;
	font-size: 0.7em;
	width: 925px;
}

#header
{
	height: 105px;
}

#logo
{
	float: left;
	padding: 20px 0 0 35px;
}

#mainnav
{
	float: right;
	padding: 70px 0 0 0;
	text-align: right;
	width: 710px;
}

#mainnav a
{
	margin: 0 0 0 50px;
}

#subnav
{
	float: left;
	width: 170px;
	height: 500px;
	padding: 30px 0 0 0;
	background: url(../images/subnav-bg.jpg) top left repeat-x;	
}

#subnav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav ul ul
{
	margin: 0;
}

#subnav li
{
	width: 100%;
	margin: 0;
}

#subnav a
{
	display: block;
	text-decoration: none;
	padding: 0 0 0 35px;
	margin: 0 0 8px 0;
	background: url(../images/subnav-item-bg-n.gif) bottom left no-repeat;
}

#subnav a:hover
{
	background: url(../images/subnav-item-bg-h.gif) bottom left no-repeat;
	font-weight: bold;
}

#subnav a.active,
#subnav a.active:hover
{
	background: url(../images/subnav-item-bg-active.gif) bottom left no-repeat;
	font-weight: bold;
}

#subnav li li a
{
	background: none;
	padding: 0 0 0 50px;
}

#subnav li li a:hover
{
	background: none;
}

#subnav li li a.active,
#subnav li li a.active:hover
{
	background: none;
	font-weight: bold;
}

#bogen
{
	position: absolute;
	top: 73px;
	left: 170px;
}

#body
{
	float: left;
	width: 755px;
}

#head
{
	margin: 0 0 15px 0;
}

#content
{
	margin: 0 0 0 45px;
}

#breadcrumb
{
	border: solid #dcdcdc;
	border-width: 0 0 3px 0;
	color: #b3b3b3;
	padding: 0 0 4px 0;
	margin: 0 0 30px 0;
	width: 100%; /* IE fix */
}

#breadcrumb a
{
	color: #b3b3b3;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

#breadcrumb #path
{
	display: block;
	float: left;
	width: 450px;
	padding: 2px 0 3px 0;
}

#breadcrumb #searchlang
{
	float: right;
}

#breadcrumb #search
{
	float: left;
	padding: 2px 15px 0 0;
}

#breadcrumb #search span
{
	display: block;
	padding: 2px 0 3px 0;
	margin: 0;
}

#breadcrumb #lang
{
	float: left;
	display: block;
	padding: 0 0 0 15px;
	margin: 2px 0 3px 0;
	border: solid #dcdcdc;
	border-width: 0 0 0 1px;
}

#breadcrumb #lang img
{
	margin: 0 0 -1px 0;
}

#breadcrumb #qsearchform
{
	float: left;
	text-align: right;
	padding: 0 15px 0 0;
	margin: 0;
}

html>body #breadcrumb #qsearchform
{
	margin: 0 0 -5px 0;
}

#breadcrumb #qsearchform fieldset
{
	float: left;
}

#breadcrumb #qsearchform .input.text
{
	border: 1px solid #dcdcdc;
	color: #b3b3b3;
	width: 100px;
	font-size: 0.9em;
	margin: 0 0 0 5px;
}

#breadcrumb #qsearchform .input.button
{
	border: none;
	background: transparent;
	color: #b3b3b3;
	padding: 0 2px 0 2px;
	font-size: 0.9em;
}

#title
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
}

#elements
{
	margin: 0 0 50px 0;
	padding: 0;
}

#footer
{
	width: 710px;
	float: none;
	clear: both;
	margin: 0 0 0 215px;
	padding: 2px 0 30px 0;
	border: solid #dcdcdc;
	border-width: 3px 0 0 0;
	background: url(../images/footer-bg.jpg) top left no-repeat;
}

#infopoint
{
	float: left;
	width: 350px;
	color: #6e6e6e;
}

#infopoint ul
{
	float: left;
	list-style: none;
	margin: 8px 20px 0 0;
	padding: 0;
}

#infopoint li
{
	margin: 0 0 5px 0;
	padding: 0;
}

#infopoint a
{
	color: #6e6e6e;
	text-decoration: none;
}

#infopoint a:hover
{
	text-decoration: underline;
}

#dhs
{
	float: right;
	margin: 10px 0 0 0;
}

#dhs .label
{
	float: left;
	border: solid #dcdcdc;
	border-width: 0 2px 0 0;
	color: #b3b3b3;
	font-size: 0.8em;
	padding: 2px 10px 2px 0;
	margin: 1px 0 0 0;
	text-align: right;
}

#dhs .label sup
{
	display: none;
}

#dhs .image
{
	float: left;
	width: 80px;
	text-align: right;
}

/**
 * Seitenstruktur Startseite
 */

#start #col-left
{
	float: left;
	width: 286px;
	margin: 0 15px 0 0;
}

#start #col-center
{
	float: left;
	width: 197px;
	margin: 0 15px 0 0;
}

#start #col-right
{
	float: left;
	width: 197px;
}


/**
 * Seitenstruktur Uebersichtsseite
 */

#overview #col-left
{
	float: left;
	width: 342px;
	margin: 0 20px 0 0;
}

#overview #col-right
{
	float: left;
	width: 342px;
	margin: 0;
}

#overview #colspan-top
{
	float: none;
	clear: both;
	width: 100%;
}

#overview #colspan-bottom
{
	float: none;
	clear: both;
	width: 100%;
}

/**
 * Seitenstruktur Inhaltsseite
 */

#main #col-left
{
	float: left;
	width: 475px;
	margin: 0 38px 0 0;
}

#main #col-right
{
	float: left;
	width: 197px;
	margin: -34px 0 0 0;
}

/**
 * Bugfix FF3
 */

#searchlang div.tx-macinasearchbox-pi1
{
	float:left;
}

/*]]>*/



#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; background: url(../images/closelabel.gif) right 15% no-repeat; }

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

