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

/*==============================*/
/* Datei: print.css				*/
/* Website kulturhof-itzehoe.de	*/
/* Version 3.0					*/
/* Datum: Januar 2009			*/
/* Autor: graugans-design		*/
/*==============================*/

/*==============================*/
/* Inhalt:						*/
/* I.	allgemeine Format.		*/
/* II.	wrapper					*/
/* III.	header					*/
/* IV. 	navi (navi.css) 		*/
/* V.	content	(content.css	*/
/* VI.	formular (formular.css)	*/
/* VII.	footer					*/
/*==============================*/

/*==============================*/
/* Farben:						*/
/* hg 				#560000		*/
/* hg mob			#560000		*/
/* hg mob websicher #660000		*/
/* spalte_li, senkrechter 		*/
/* trenner 			#5f1414		*/
/* text				#e0d9d9		*/
/* linien navi		#6d2b2b		*/
/* formularfeld		#			*/
/* hover textlinks	#bc6d4c		*/
/* hover alt. textlinks	#ca8b71	*/
/* navi musikschule	#d10019		*/
/* navi verantst	#112372		*/
/* navi raeume		#f39400		*/
/* navi musikalien	#007d44		*/
/* navi verein		#c37daa		*/
/* navi kurse/ausst	#ffdd1d		*/
/*==============================*/

/*==============================*/
/* einbinden anderer CSS- 		*/
/* Dateien mit @import			*/
/*==============================*/

/*==============================*/
/* Teil I. 						*/
/* allg. Format.				*/
/*==============================*/

body {
	height:100%;
	background-color:#fff;
	/*background-color:#fff;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#000;
}

h3 {
	font-size:18pt;
	margin-bottom:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*margin-bottom:0.7em;*/
}

h4 {
	font-size:14pt;
	line-height:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h5 {
	font-size:10pt;
	font-weight:bold;
	line-height:1.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	line-height:1.5em;
}

/* überschrift sichtbar */
h1.versteckt, 
h2.versteckt,
h3.versteckt {
	position:absolute;
	top:1cm;
	left:0;
	width:auto;
	display:inline;
	color:#000;
}

h2.versteckt {
	top:2cm;
	font-size:14pt;
}

h3.versteckt {
	top:3cm;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
}

/* header ausblenden */
#header_foto,
#header_logo,
#header_mikado {
	display:none;
}

#wrapper_header1, 
#wrapper_header2 {
	background-image:none;
}

/* navigation ausblenden */
#navi {
	display:none;
}

/* schatten unter navi ausblenden */
#content {
	background-image:none;
}

/* spalte mit werbung wird nicht ausgedruckt */
#spalte_re {
	display:none;
	position:absolute;
}

/* spalte links wird nicht ausgedruckt */
#spalte_li {
	display:none;
}

/* hauptinhalt breiter */
#content_main {
	margin-right:0;
	margin-left:0;
	margin-top:3cm;
	padding:0;
	border:0;
}

/* footer wird nicht ausgedruckt */
#footer {
	display:none;
}

/* detail und karten-bestell links weg */

.details, .karten {
	display:none;
}
