

/*************************/
/* General definitions   */
/*                       */
/*************************/

body {
	font-size: 90%;
	font-family: "Trebuchet MS",sans-serif;
	margin: 0; padding: 0;
	background: #fff url(/graphics/pagebg_hell.jpg);
}

body[bgcolor] {
	font-size: 101%;
}	


/*************************/
/* Navigation:           */
/* dropdown menues       */
/*************************/

#navigation {
	padding: 0 0 0 7%; 
	margin: 0;
	height: 1.5em;
	border-bottom: 2px solid black;
}

#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#navigation a {
	display: block;
	width: 9em;
	padding-left: 0.15em;
	text-decoration: none; 
}

#navigation a:link  	{	color: black; }
#navigation a:visited	{	color: #222; }
#navigation a:hover 	{   color: white; }
#navigation a:active	{	outline: 2px solid blue; }

#navigation li { /* all list items */
	float: left;
	width: 9.2em; /* width needed or else Opera goes nuts */
	padding: 0.2em;
}

#navigation a.daddy {
	background: url("graphics/rightarrow.gif") center right no-repeat;	
	}

#navigation li ul { /* second-level lists */
	position: absolute;
	z-index: 99;
	width: 9.5em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px black solid; 
}

#navigation li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 9em;
	z-index: 99;
}

#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul { 
/* lists nested under hovered list items */
	left: auto;
}


/*************************/
/* Header                */
/*                       */
/*************************/

#header {
	border-bottom: 2px solid black;
}

#header h1 {
	margin: 0;
}

#header h1 span {
	display: none;
}

#header p.impressumlink {
	text-transform: uppercase;
	font-size: 10px;
	font-family: verdana,sans-serif;
	font-weight: bold; 
	text-align: right;
	position: absolute;
	right: 20px;
	top: 170px;
}
#header p.impressumlink a {
	text-decoration: none;
	color: black;
}
#header p.impressumlink a:hover, #header p.impressumlink a:visited:hover {
	text-decoration: underline;
	color: black;
}

div.druckkopf {
	display: none;
}


/*************************/
/* Footer                */
/*************************/

#footer {
	width: 85%;
	margin: auto;
	text-align: center;
	border-top: 1px black solid;
	padding: 1em 2em;
	background: #ede url(graphics/pagebg.jpg);
	border-right: 4px solid #888;
	border-left: 1px solid #888;
	border-bottom: 5px solid #888;
}


/*************************/
/* Content               */
/*************************/

#content {
	margin: auto;
	width: 85%;
	background: #ddd url(/graphics/pagebg.jpg);
	border-right: 4px solid #888;
	border-left: 1px solid #888;
	padding: .5em 2em;
	text-align: justify;
}

#content p.more {
	text-align: right;
}

#content h2 {
	text-shadow: white 2px 2px 1px;
}

#content h3 {
	clear: left;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 3em;
}	

#content .block h3 {
	clear: none;
}

#content .block {
	width: 45%;
}

#content .linker {
	float: left;
}

#content .rechter {
	padding-top: 0.12ex;
	margin-left: 48%;
}

#content .klein {
	width: 30%;
}

#content .klein img {
	width: 95%;
}

#content .gross {
	width: 65%;
	margin-left: 33%;
}


#content dl {
	margin: 0;
	padding: 0;
}
#content dt {
	color: #d00000;
	margin-bottom: 1em;
	margin-top: 1em; 
	font-weight: bold;
}
#content dd {
	margin-left: 1cm;
}
/* Sitemap */
#content dl.cms_pagebox {
	margin-left: 2em;
	border: 1px black dotted;
	border-right: none;
	border-bottom: none;
	padding: 0.5em 0 0 0.5em;
	}
#content dl.cms_pagebox dt, dl.cms_pagebox dd {
	margin-left: 0; 
	padding-left: 0;
	}	



	
@media print {

/************************/
/* Drucker-Stylesheet   */
/************************/


body { 
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: black;
	background: #fff;
}

#navigation {
	display: none;
}

#header .impressumlink {
	display: none;
}

#header h1 span {
	display: none;
}

#header h1 img {
	display: none;
}

div.druckkopf {
	display: block; 
	height: 80px;
}

h3 {
	text-transform: uppercase; 
	page-break-after: avoid;
}

#content {
	width: 95%;
	border: none;
	background: #fff;
}	

#content img {
	page-break-inside: avoid;
}

#content div.linker img {
	width: 360px;
}

#content div.rechter  {
	width: 300px;
	margin-left: auto;
}

a {
	text-decoration: none;
	color: black;
}




} /* media print */
