@charset "utf-8";
/* CSS Document */

HTML {
	height:100%;
}
BODY {
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:0;
	padding:0;
	background:#fff;
	height:100%;
	text-align:center;
}
* {
	margin:0;
	padding:0;
}
IMG {
	border:0;
}
A {
	outline:0;
}


/* **************************************
 * CONTAINER
 * **************************************/
DIV#container {
	position:relative;
	display:block;
	width:838px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}
DIV#header {
	position:relative;
	display:block;
	background:#f84711;
	width:838px;
	height:100px;
	z-index:10;
	overflow:visible;
}
DIV#content {
	position:relative;
	width:488px;
	float:left;
	padding:110px 25px 25px 25px;
}
DIV#footer {
	position:relative;
	clear:both;
	width:838px;
	height:50px;
	margin:0 0 0 0;
	z-index:5;
}
DIV#printfooter {
	display:none;
}
/* **************************************
 * SITE HEADER & SLIDESHOW
 * **************************************/
IMG#logo {
	position:absolute;
	left:0;
	bottom:0;
	width:280px;
	height:60px;
}
IMG#printlogo {
	display:none;
}
DIV#slideshowHolder {
	position:absolute;
	top:17px;
	left:298px;
	width:518px;
	height:155px;
	border:2px solid #fff;
	background:#fff;
}
DIV#slideshow,
DIV#slideshow IMG {
	display:block;
	width:518px;
	height:155px;
}

/* **************************************
 * NAVIGATION
 * **************************************/
#literaturimg { position: absolute; top: 100px; left: 0; }

UL#navigation {
	position:relative;
	color:#6c6c6c;
	/*margin-top:2em; */
	margin-top: 160px;
	margin-right:42px;
	border-top:1px solid #dbd9d4;
	width:258px;
	float:left;
}
UL#navigation A {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
UL#navigation,
UL#navigation UL {
	list-style-type:none;
}
UL#navigation UL {
	display:none;
	padding-bottom:2em;
}
UL#navigation LI.selected UL,
UL#navigation LI.open UL {
	display:block;
}

/* FIRST LEVEL */
UL#navigation LI {
	border-bottom:1px solid #dbd9d4;
}
UL#navigation LI A {
	display:block;
	font-size:0.8em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	color:#6c6c6c;
	text-decoration:none;
	padding:0.4em 0 0.4em 25px;
}
UL#navigation LI A:hover,
UL#navigation LI.selected A {
	color:#f94711;
	background:url(../img/layout/navi-ul-bullet.gif) no-repeat center left;
}
/* SECOND LEVEL */
/* VERERBUNG AUFHEBEN */
UL#navigation LI.selected UL A,
UL#navigation LI.open UL A {
	color:#6c6c6c;
	background:none;
	text-transform:none;
	letter-spacing:normal;
}
UL#navigation LI.selected UL A:hover,
UL#navigation LI.open UL A:hover {
	color:#f94711;
}
UL#navigation LI.selected UL LI,
UL#navigation LI.open UL LI {
	border-bottom:0;
}
UL#navigation LI.selected UL LI UL,
UL#navigation LI.open UL LI UL {
	display:none;
}
/* VERERBUNG AUFHEBEN ENDE */
UL#navigation LI.selected UL LI A,
UL#navigation LI.open UL LI A {
	display:block;
	font-size:1em;
	line-height:1.2em;
	text-transform:none;
	letter-spacing:normal;
	padding:0.3em 0 0.3em 4em;
	margin:0 0 0 25px;
}
UL#navigation LI.selected UL LI A.noYear,
UL#navigation LI.open UL LI A.noYear { 
	padding:0 0 0.3em 0;
}
UL#navigation LI.selected UL LI A SPAN,
UL#navigation LI.open UL LI A SPAN {
	position:absolute;
	left:25px;
	display:block;
	width:4em;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
UL#navigation LI.selected UL LI.selected A,
UL#navigation LI.open UL LI.selected A {
	color:#f94711;
	font-weight:bold;
	background:none;
}
/* THIRD LEVEL */
UL#navigation LI.selected UL LI.selected UL A,
UL#navigation LI.open UL LI.selected UL A,
UL#navigation LI.open UL LI.open UL A,
UL#navigation LI.selected UL LI.open UL A {
	font-weight:normal;
	color:#6c6c6c;
	margin:0 0 0 4em;
	padding:0 0 0 0.8em;
	background:url(../img/layout/navi-li-bullet.gif) no-repeat left top;
}
UL#navigation LI.selected UL LI.selected UL LI.selected A {
	font-weight:bold;
	color:#000;
}
/* Dritte Ebene doch nicht default anzeigen:
   UL#navigation LI UL LI.open UL               */
UL#navigation LI.selected UL LI.selected UL  {
	display:block;
	padding:0 0 0.7em 25px;
}


/* **************************************
 * CONTENT STYLES
 * **************************************/
H1 {
	font-family:"Arial Narrow", "Helvetica-Condensed", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
	left:0.1em;
	color:#f94711;
	padding-bottom:1em;
	letter-spacing:0.05em;
}
H2 {
	font-family:"Arial Narrow", "Helvetica-Condensed", Arial, Helvetica, sans-serif;
	font-size:1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
P {
	font-size:1em;
	line-height:1.5em;
	padding-bottom:0.6em;
}
DIV#content UL {
	list-style-type:none;
}
DIV#content UL LI {
	padding:0 0 0 1em;
	background:url(../img/layout/navi-li-bullet.gif) no-repeat left top;
}
IMG.pictureLeft {
	float:left;
	margin:4px 2em 1em 0;
}
IMG.pictureRight {
	float:right;
	margin:4px 0 1em 2em;
}
HR {
	border:0;
	background:#dbd9d4;
	margin:3.5em 0;
	border-collapse:inherit;
}
P.horizonalLine {
	clear:both;
	font-size:1em;
	line-height:1em;
	padding:0;
	background:url(../img/layout/line_bg.gif) repeat-x center center;
	margin-top:2.8em;
	margin-bottom:3em;
}
A {
	color:#f94711;
}
A.linkMore {
	font-family:"Arial Narrow", "Helvetica-Condensed", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.1em;
	white-space:nowrap;
}


/* **************************************
 * FOOTER STYLES
 * **************************************/

DIV#sponsorBox {
	position:absolute;
	left:0;
	bottom:20px;
	width:260px;
}
DIV#sponsorBox IMG {
	display:block;
}
DIV#footerLinks {
	position:absolute;
	bottom:-2px;
	right:0;
	width:436px;
	height:30px;
	background:#fff;
	border-top:1px solid #dbd9d4;
	padding:15px 10px 0 25px;
	margin:0 42px 0 0;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:0.05em;
	font-size:0.9em;
	text-align:right;
}
DIV#footerLinks A {
	color:#9f9f9f;
	text-decoration:none;
}


/* ######################################### */
/* # SFIR IMAGE REPLACEMENT                # */
/* ######################################### */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up */
/* just fine, not poorly with a tab laid over it.   */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser */ 
/* text before it is replaced... the negative-letter */ 
/* spacing in this case is used to make the browser  */
/* text metrics match up with the sIFR text metrics  */
/* since the sIFR text in this example is so much    */
/* narrower... your own settings may vary... any     */
/* weird sizing issues you may run into are usually  */
/* fixed by tweaking these decoy styles              */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:9px;
	line-height:9px;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:13.5px;
	line-height:15px;
}
