/* Print CSS fuer www.zauberturm.info */

/* @group Allgemein */

/* Entferne alle Luft */
* {
	margin: 0;
	padding: 0;
}

/* Entferne die Rahmen um verlinkte Bilder */
img {
	display: block;
	border: 0 none;
}

/* @end */

/* @group Links */

a {
	color: #900;
	text-decoration: none;
	background: transparent;
	border-bottom-style: dotted;
	border-bottom-width: 1px;	
}

/* @end */

/* @group Typographie */

body {
	font-family: Georgia, Palatino, "New Century Schoolbook", Times, Serif;
}

h1 {
	font-size: 24pt;
	font-weight: normal;
	line-height: 25pt;
	padding-bottom: 5mm;
}

h2 {
	font-size: 16pt;
	font-weight: normal;
	color:  #900;
	line-height: 18pt;
	padding: 2mm 0 1mm;
}

h3 {
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
}

p {
	font-size: 10pt;
	line-height: 15pt;
	padding-bottom: 2mm;
}

dl {
	margin-top: 0;
	margin-bottom: 2mm;
	text-align: left;
	font-size: 10pt;
	line-height: 15pt;
}

dd {
	padding-left: 3mm;
	margin-bottom: 2mm;
}

#kuenstlerHTML dl {
	margin-top: 2mm;
}

#kuenstlerHTML dt {
	float: left;
}

#kuenstlerHTML dd {
	padding-left: 4mm;
	min-height: 120px;
	margin-left: 120px;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

blockquote {
	font-style: italic;
}

.highlight {
	color: #900;
}

#termineHTML dt .highlight {
	font-variant: small-caps;
}

#termineHTML p .highlight {
	font-weight: bold;
	font-style: italic;
	display: block;
	margin-top: 3mm;
	color: black;
}

.reduced {
	font-size: 6pt;	
}

/* @end */


/* @group Navigation */

#hauptNav ul {
	display: none;
}

/* @end */

/* @group Gestaltung */

body {
	background : #fff;
	color: black;
}

#wrapper {
}

#branding {
	position: absolute;
	left: 16mm;
	top: 6mm;
	width: 180px;
	height: 300px;
}

.nichtDrucken {
	display: none;
}

/* @end */

/* @group Hauptinhalt */

#inhalt{
	width: 100mm;
	margin-left: 70mm;
	margin-top: 20mm;
}

#termineHTML hr {
	border-style: dotted none none none;
	border-top-width: 1px;
	padding-top: 2mm;
	padding-bottom: 4mm;
	width: 85%;
	height: 0;
}

/* @end */

/* @group Footer */

#footer {
	width: 100mm;
	margin-left: 70mm;
}

#footer p {
	border-top: 1px dotted black;
	font-size: 6pt;
	line-height: 8pt;
	margin-top: 4mm;
	padding-top: 2mm;
}

/* @end */

