html  {
	font: 12pt / 15pt Arial, Verdana, Sans-Serif;
}

body  {
	margin: 0;
	padding: 0
}

.bodycontent {background: none}

/* ------ text ------ */

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	color: #b8122a;
	font-size: 16pt;
	font-weight: bold;
	background-image: url("/pictures/titel_pfeile.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	border-bottom: 1px solid #d9d9d9;
}

h2, h3 {
	color: #b8122a;
	font-size: 1.0em;
	margin-bottom: 0px;
	font-weight: bold;
}
	
p {	margin-top: 0px;}

hr  {
	color: #5C5C5C;
	background-color: #5C5C5C;
	height: 1px;
	border: 0
}

img {border: none}

ul {
	list-style-type: square;
	margin-top: 0 }

ol { margin-top: 0 }

/* link */

a {}
a:hover{}
a img {border: none} 

/* dokumente links */

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;
}


/* tabelle */
table {
	font-size: 12pt;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

th  {
	font-weight: bold;
	text-align: left;
}

td { vertical-align: top;}





/* ------ Main ------ */

#main{ width: 961px;}

.hidden {display:none}

#unten {
	background-image: url("/pictures/main_back.gif");
	background-repeat: repeat-y }
	

#inhalt {

}

#inhalt div.inner {margin-left: 39px;}


#head, #toplinks, #suche, #volltextsuche, #toplinks, #rechts, #navi, #banner, #footer, #top{
display:none;
}

