/* 	Basisvorlage CSS / Druck
	Autor: D. Bangert
	Vorlage basiert auf: M. Hoffmann, Modernes Webdesign
	Version: 1.0.2
	Letzte Aenderung: 26.07.2010
*/


body {
	background: white;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#header, #sidebar, #navigation {
	display: none;
}


mg.skaliere{     /* wegen Bildern ergänzt */
	height: 250px;
	/*width: 10px;*/
}

img.skaliere2{      /* wegen Bildern ergänzt */
	height: 12px;
	/* width: 14px;*/
}

#footer{
	font-size: 7pt;
	border-top: 1px solid #000000;
	padding-top: 1em;
	margin-top: 2em;
}

.links {
	float: left;
}

div.links img{
	display:none;
}
.rechts {
	float: right;
}

#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: 2pt;
	padding-bottom: 2pt;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}

h4 {
	font-size: 14pt;
}

p, ul {
	font-size: 12pt;
	line-height: 14pt;
}

textarea, input[type=text] {
	border: none;
	border-bottom: 2px #000 dashed;
}