/* grundelemente */

#accesskeys,
#volltextsuche,
#nav,
#breadcrumb-box,
#subnav,
#sidebar,
#services,
#disclaimer {
	display: none;
	}
#logo {
	margin-bottom: 15pt;
	}

body {
	color: #000;
	background-color: white;
	text-align: left;
	margin: 0;
	padding: 0;
	font: 12px/16pt Georgia, "Times New Roman", Times, serif;
	}
	
/* links */	

a:link  {
	color: #9d9d9d;
	text-decoration: underline
	}	
p, table, .normal	{
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16pt;
	}
h1, .titel	{
	font-size: 20pt;
	line-height: 22pt;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #666
	}
h2, .untertitel  {
	font-size: 16pt;
	line-height: 18pt;
	}
h3  {
	font-size: 14pt;
	line-height: 16pt;
	}
h4  {
	font-size: 12pt;
	line-height: 14pt;
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
ul  {
	}
ol {
	}
	
table  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0 }
th  {
	font-weight: bold;
	text-align: left;
	}
td  {
  	vertical-align: top;
  	}
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;
	}

