/* Basisvorlage CSS / Druck
Modernes Webdesign
www.projektname.de
Start: 00.00.20xx
Letzte Aenderung: 00.00.20xx
*/

html {
	height: auto;
}

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

#wrapper {
	width: auto;
}

* {
	overflow: visible !important;
}

#header, #mainnavi, #sidebar, #footer, #breadcrumb, p.back, p.pages {
	display: none;
}

h1.unsichtbar {
	width: auto !important;
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	position: static !important;
}

#content {
	width: 100% !important;
	padding: 0 !important;
	border: 0;
	float: none !important;
	color: #000;
	background: transparent none;
}

h1, h2,h3, h4, h5, h6 {
	padding-top: 2pt;
	padding-bottom: 2pt;
	color: #000 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24pt;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 24pt;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	font-weight: normal;
}

h4 {
	font-size: 12pt;
}

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

#content p {
	width: auto !important;
	padding: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

ul {
	list-style-type: disc !important;
	margin-left: 12pt;
}

li {
	background-image: none !important;
	padding-left: 0 !important;
}

div.shadow, div.subcol2, div.subcol3, div.subrow img {
	float: none !important;
}

#content a {
	padding:0 !important;
	background-image: none !important;
	color: black;
	text-decoration: none;
	border: none;
}

a.extern:after {
	content: " [Adresse: "attr(href)"]";
}

#bericht #content div {
	float: none;
}

div.fl_left a, div.fl_right a {
	margin-bottom: 0;
}

div.fl_left p, div.fl_right p {
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 10pt !important;
	font-style: italic !important;
}


