/* =basics
---------------------------------------------------------------(-Regio-) */
body {
	color: #000;
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	}
	
td p {
	font-size: 6pt;
	line-height: 9pt;
}	

/* =elemente ausblenden, die im druck nicht erscheinen dürfen
--------------------------------------------------------------- */

#accesskeys, #footer, #sidebar, #header, #nav, #services, .printOnly, #search {
	display: none;
	}

/* =links
--------------------------------------------------------------- */
a:link {
	color: #9d9d9d;
	text-decoration: underline
	}
/*a:link:after, a:link:visited:after {
	color: #9d9d9d;
	content: " (Link auf <" attr(href) ">) "
	}*/	
h1, h2, h3, h4, h5, h6, p, ul, ol {
	color: #000;
	}
h1, .titel {
	font-size: 18pt;
	line-height: 20pt;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #666
	}
h2 {
	font-size: 16pt;
	line-height: 18pt;
	margin-top: 0;
	padding-bottom: 10px;
	}
h3, .untertitel {
	font-size: 14pt;
	line-height: 16pt;
	}
h4 {
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 0;
	}
p, table, .normal {
	
	}
#ausgabe_detail p {
    margin: 0;
    padding: 0;
}
.regio_eintraege_links p {
	padding: 0;
	margin: 0;
	}
p.bodytext {
	margin-top: 0;
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0;
	}
ul {
	
	}
ol {
	
	}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 10pt;
	line-height: 15pt;
	}
th {
	font-weight: bold;
	text-align: left;
	}
td {
	vertical-align: top !important;
	font-size: 10px;
	padding-right:20px;
	}
#ausgabe_detail td {
	padding-right: 10px;
	}
#ausgabe_detail td.regio_eintraege_links {
	width: 250px;
	} 
td.regio_eintraege_links,
td.regio_eintraege_mitte,
td.regio_eintraege_rechts {
	border-bottom: 1px solid #000;
	padding: 10px 0 10px 0;
	} 
#ausgabe td.regio_eintraege_links {
	padding-right: 15px;
	}
img {
	border: 0;
	}
	
/* =dokumente
--------------------------------------------------------------- */
a.pdf {
	background-image: url("/icons/module/Dokument3_0/icon_pdf_klein.gif");
	}
a.doc, a.rtf {
	background-image: url("/icons/module/Dokument3_0/icon_word_klein.gif");
	}
a.xls {
	background-image: url("/icons/module/Dokument3_0/icon_excel_klein.gif");
	}
a.pps {
	background-image: url("/icons/module/Dokument3_0/icon_powerpoint_klein.gif");
	}
a.zip {
	background-image: url("/icons/module/Dokument3_0/icon_zip_klein.gif");
	}
a.document {
	background-position: 0 0;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}

#pdf-url {
	display: inline;
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 7pt;
}

