/* grundelemente */

body     {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	background-color: white;
	text-align: left;
	margin: 0;
	padding: 0;
	}

.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	}
	
/* links */

#volltextsuche, #topnav, #navi, #rechts, #footer, #footerunten, #accesskeys, hr.blind, #eventssuchmaske {
	display: none;
	}

#logo {
	margin-left: -20px;
	margin-bottom: 30px;
	}

h1.temptitel:before {
	content: url(/pictures/logo.gif);
 /* no-repeat -20px 0;
	padding-top: 180px;*/
	}

a:link  {
	color: #000;
	text-decoration: underline
	}
a:visited  {
	color: #000;
	text-decoration: underline
	}
a:hover  {
	color: #000;
	text-decoration: underline
	}
a:active  {
	color: #000;
	text-decoration: underline
	}
	
p, table, .normal	{
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15pt;
	}
h1, .titel	{
	color: black;
	font-size: 13pt;
	font-weight: bold;
	line-height: 18pt;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #666
	}
h3, .untertitel  {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
	}
hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0 }
ul  {
	}
ol {
	}
	
table  {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0 }
th  {
	font-weight: bold;
	text-align: left;
	}
td, tr  {
width: auto;
	border: 0;
  	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;
	}
