/* =basics
--------------------------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font: 12pt/16pt Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
/* =elemente ausblenden, die im druck nicht erscheinen sollen
--------------------------------------------------------------- */
#accesskeys, #footer, #sidebar, #header, #nav, #services, #headerimg, #eventssuchmaske, #eventsnavigation, #pagereader {
	display: none;
	}
#list_dl, #list_ma {
	display: block !important;
	}
	
/* =typo
--------------------------------------------------------------- */
a {
	color: #9d9d9d;
	text-decoration: underline
	}
/* fügt in modernen Browsern den ausgeschriebenen Link hinter dem Anchor ein
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: 10pt;
	border-bottom: 1px solid #666;
	}
h2, h2 a {
	color: #000;
	font-size: 16pt;
	line-height: 18pt;
	margin-top: 0;
	padding-bottom: 8pt;
	text-decoration: none;
	}
h2.printOnly {
	margin-top: 18pt;
	padding-top: 12pt;
	border-top: 1px dashed #000;
	}
h3, .untertitel {
	font-size: 14pt;
	line-height: 16pt;
	}
h4, h5, h6 {
	font-size: 12pt;
	line-height: 16pt;
	margin-bottom: 0;
	}
p, table, .normal {
	
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0
	}
ul {
	
	}
ol {
	
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 16pt 0;
	padding: 0;
	width: 100%;
	}
th {
	border-top: 0.8pt solid #000;
	border-bottom: 0.8pt solid #000;
	font-weight: bold;
	padding: 2pt 15pt 2pt 0;
	text-align: left;
	}
td {
	padding: 2pt 15pt 2pt 0;
	border-bottom: 0.4pt solid #bababa;
	vertical-align: top;
	}
table.adr_verwaltung {
	font-size: 11pt;
	}
td.adr_tel, td.tel {
	white-space: nowrap;
	}
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;
	}
