/* --------------------------------------------------------------------------------------------- */
/* CSS Print Document - File: printstyle.css */

/* firstVersion:    02.06.2006
** firstVersion     
**
** Funktion			Druckversion-Stylesheet
**
*/


body {
	font: 12pt "Times New Roman", Times, serif; 
	background: #FFF;
}
h1 {
	margin-top: 60px;
	padding-top: 8px;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	border-top: 1px solid #999;
	line-height: 1.4em;
}

/* h2, h3, h4 { font-weight: normal; } */
h2 { font-size: 18pt; margin: 0; padding: 35px 0 0 0; }
h3, h4 { font-size: 15pt; margin: 0; padding: 10px 0 5px 0;}
h1,h2,h3 { page-break-after:avoid; }

abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }

/* ----- Sichtbare Auszeichnung der URLs von Links ----- */
a[href^="http:"], a[href^="https:"] {
	padding-left: 0;
	background-image: none;
}
a[href]:after {
 	content:"<URL: "attr(href)">";
 	color: #600;
 	background-color: inherit;
 	font-style:	italic;
 	/* font-size: 0.8em; */
} 
/*------------------------------------------------------------------------------------------------*/
/*  Auszeichnung der URLs wird fuer folgende Klassen ausgeblendet: */
.logo a[href^="http:"], .logo a[href^="https:"],
.pathway a[href^="http:"], .pathway a[href^="https:"],
.thumb_galerie a[href^="http:"],
#thumb_galerie a[href^="http:"],
#seiten_galerie a[href^="http:"],
.logo a[href]:after,
.pathway a[href]:after,
.thumb_galerie a[href]:after,
#thumb_galerie a[href]:after,
#seiten_galerie a[href]:after {
	display: none;
}
/*------------------------------------------------------------------------------------------------*/

p { line-height: 1.4em; margin-top: 0; }
a, a:visited {
	text-decoration: underline;
	color: #600;
}
a:hover,
a:active,
a:focus {	
	text-decoration: underline;
}
th { border-bottom: 1px groove #403B17; }
td { border-bottom: 1px groove #403B17; }
blockquote {
	border-left: 5px solid #999;
	font-style: italic;
	font-size: 13pt;
	padding-left: 5px;
}
cite {
	font-size: 0.75em;
	font-style: italic;
	margin-left: 10px;	
}
img {
	border: 0;	
}
img.bildLinks {
  	float: left;
  	margin-right: 10px;
  	margin-bottom: 10px;
}

.logo {
	position: absolute;
	top: 0;
	right: 0;
}
#intro h2 {
	border-top: 1px solid #000;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
}
.motto {
	text-align: center;
	padding: 20px 0;
	font-size: 1.4em;
	line-height: 1.3em;
}
.pathway { 
	margin-top: 25px;	
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.pathway h3 { 
	font-weight: normal; 
	font-size: 1em; 
	margin: 0;
	float: left;
}
.pathway p { 
	font-weight: normal; 
	font-size: 1em; 
	margin: 0;
}
#sitemap li { margin-bottom: 10px; }
hr, div.hr, div.hr2 {
	border-top: 1px solid #999;	
}
hr, div.hr hr, div.hr2 hr {
  	visibility: hidden;
  	display: none;
}
#topnavigation, #hauptmenue, #intro img, #intro a, .nachoben, #poweredby {
	display: none;
}
