/* =basics
--------------------------------------------------------------- */
body {
	color: #000;
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 1cm;
	font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
	}

#accesskeys, #logo, #header, #balken, #left, #nav_content, #sidebar, #footer {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 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #81a419;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
h2 {
	font-size: 1em;
	line-height: 1.2em;
	color: #666666;
	margin: 0 0 17px 0;
	padding: 0;
	}
h3, .untertitel {
	color: #666666;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
p, table, .normal {
	
	}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0
	}
ul {
	
	}
ol {
	
	}
/* =tables
--------------------------------------------------------------- */		
table {
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	}
caption {
	text-align: left;
	}
table.list {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	}
table.list th {
	font-weight: bold;
	padding: 2px 15px 2px 0;
	border-top: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	background-color: #e8e8e8;
	}
table.list td {
	border-bottom: 1px solid #b7b7b7;
	}
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;
	}

