/* ===================================
Stylesheet von "Fessler Kamine"

Stand: Stylesheet für die Bildschirmausgabe
Datei: print.css
Datum: Juni 2009
Autor: Armin Priesner

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles
=================================== */

/* ==================================
   1. Kalibrierung
   =============================== */
  * { padding: 0; margin: 0; } /* Abstaende auf Null */ 
   
   
/* ==================================
   2. Allgemeine Styles
   =============================== */
	body {
		font-family: Lucida Sans Unicode, Lucida Grande, Lucida Sans, Lucida, Verdana, sans-serif;
		color: #000;
		background-color: #FFF;
		margin: 10pt 5pt;
	}
	
	#boxHeader {
		display: none;
	}
	
	#boxLeftnav {
		display: none;
	}
	
	#boxBigBilder {
		display: none;
	}
	
	#boxBigText {
		background-color: #FFF;
		padding: .5em;
		width: 740px;
	}
	
	#print_form {
		display: none;
	}
	
	/* ========================= Tiny MCE ========================= */
	#boxTinyMCE {
		font-size: 11pt;
	}
	
	#boxTinyMCE p {
		margin: 12pt 0;
	}
	
	#boxTinyMCE a { color: #ff3300; }
	
	#boxTinyMCE address {
		font-style: italic;
		font-size: 11pt;
		margin: 12pt 0;
	}
	
	#boxTinyMCE pre {
	 	font: normal 11pt "Courier New", Courier, monospace;
		margin: 12pt 0;
	}
	
	#boxTinyMCE h1 {
		font-size: 16pt;
		font-weight: bold;
		margin: 0 0 12pt 0;
	}
	
	#boxTinyMCE h2 {
		font-size: 15pt;
		font-weight: bold;
		margin: 12pt 0;
	}
	
	#boxTinyMCE h3 {
		font-size: 14pt;
		font-weight: bold;
		margin: 12pt 0;
	}
	
	#boxTinyMCE h4 {
		font-size: 13pt;
		font-weight: bold;
		margin: 12pt 0;
	}
	
	#boxTinyMCE h5 {
		font-size: 12pt;
		font-weight: bold;
		margin: 12pt 0;
	}
	
	#boxTinyMCE h6 {
		font-size: 11pt;
		font-weight: bold;
		margin: 12pt 0;
	}
	
	#boxTinyMCE ol, #boxTinyMCE ul {
		margin: 12pt 0 0 25pt;
	}
	
	#boxTinyMCE li {
	 	font-size: 11pt;
	}
	/* ========================= Tiny MCE ========================= */

/* ==================================
   ENDE DES STYLESHEETS
   =============================== */
