/* =basics
--------------------------------------------------------------- */
body {
	background-color: #fff;
	color: #000;
	font: 75%/1.67em "helvetica neue", arial, helvetica, geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
/* =elemente ausblenden, die im druck nicht erscheinen sollen
--------------------------------------------------------------- */
#accesskeys, #footer, #sidebar, #header, #nav, #services, h1.temptitel {
	display: none;
	}
	
/* =typo
--------------------------------------------------------------- */
p, .normal {
	margin: 0;
	padding: 0;
	}
a:link {
	color: #646464;
	text-decoration: underline
	}
a:visited {
	color: #646464;
	}
a:hover {
	color: #646464;
   }
a:focus, a[href^="http:"]:focus {
  	color: #646464;
   }
a:active {
	color: #646464;	
	}
/* 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 {
	margin: 0;
	padding: 0 0 35px 0;
	color: #004a7f;
	font-size: 1.5em;
	font-weight: normal;
	}
h2 {
	padding: 0;
	margin: 0 0 10px 0 ; 
 	/* color: #004a7f; */
	font-size: 1em;
	/* font-weight: normal; */
	}
h3, .untertitel {
	padding: 0;
	margin: 0 0 0 0 ; 
 	color: #004a7f;
	font-size: 1em;
	}
h4 {
	padding: 0;
	margin: 15px 0 0 0 ; 
	color: #004a7f;
	font-size: 1em;	
	font-weight: normal;
	}

p, table, .normal {
	
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0
	}
ul {
	
	}
ul, table ul {
	list-style-image: url(/pictures/list-style-element.gif);
	list-style-position: outside;
	padding-left: 13px;
	margin-top: 3px;
	}
/* ul, table ul {
	/list-style-image: url(/pictures/list-style-element.gif);
	margin: 0px 0 16px 1px;
	padding: 0 0 0 13px;

} */
ol {
	
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	}
th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 2pt 15pt 2pt 0;
	text-align: left;
	}
td {
	padding: 2pt 15pt 2pt 0;
	vertical-align: top;
	}
	table.dienstleistungen {
	margin-top: 0px;
	margin-left: -21px;
	width: 100%;
	}
table.dienstleistungen td {
	padding: 21px 0 21px 21px;
	}
table.dienstleistungen td img {
	padding: 6px 0 0 0;
	}
table.linie-unten {
	margin-top: 0px;
	margin-left: 0;
	width: 100%;
	}
table.linie-unten td {
	padding: 21px 21px 21px 0;
	border-bottom: 1px dotted #646464;
	}
table.linie-unten td img {
	padding: 6px 0 0 0;
	}
img {
	border: 0;
	}
h2.printOnly { /* Style fuer Titel Links */
	margin-top: 18pt;
	padding-top: 12pt;
	border-top: 1px dashed #000;
	}
	
/* =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;
	}

