/* Basisvorlage CSS / Druck
By Silvia Gallart
Special Thanx to Manuela Hoffmann
www.danielfitzi.ch
Start: 00.00.20xx
Letzte Aenderung: 00.00.20xx
*/

body {
	background: white;
	font-size: 12pt;
	font-family:"Courier New", Courier, monospace;
	color: #000;
}

#navigation {
	display: none;
}

#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent none;
}

h1, h2,h3, h4, h5, h6 {
	padding-top: 10pt;
	padding-bottom: 2pt;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20pt;
	font-weight: normal;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18pt;
	font-weight: normal;
}

h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16pt;
	font-weight: normal;
}

h4 {
	font-size: 14pt;
}

p, ul {
	font-size: 12pt;
	font-family: Tahoma;
	line-height: 14pt;
}

textarea, input[type=text] {
	border: none;
	border-bottom: 2px #000 dashed;
}