/* grundelemente */
/* ---------------------------------------------------------*/

html {
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

body     {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
	}
	

/* --------------------- Access Keys */

#accesskeys {
	top: -150px;
	left: 0px;
	position: absolute
}


/* elements */
/* ---------------------------------------------------------*/

#main {
	width: 960px;
	background-image: url(/pictures/back_body.gif);
	background-repeat: repeat-y;
}

#head {
	background-image: url((/pictures/back_head.jpg);
	background-repeat: no-repeat;
	height: 121px;
}


/* --------------------- unten */

#unten {
	background-image: url((/pictures/back_unten.gif);
	background-repeat: no-repeat;
}


/* --------------------- navi */

#navi {
	float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}

/* --------------------- rechts */

#rechts {
	float: right;
	width: 160px;
}

#rechts ul {
	font-size: 11px;
	list-style-type: none;
	margin-left: 8px;
	margin-right: 9px;
}

#rechts ul li {
	height: 20px;
}

#rechts a {
	color: #000;
	text-decoration: none;
}

#rechts a:hover {
	color: #666;
	text-decoration: underline;
}

#topnav {
	margin: 0;
	padding: 0;
	padding-left: 14px;
	margin-top: 68px;
	padding-bottom: 5px;
}

#index {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-left: 14px;
	border-top: 1px solid #000;
}

#suchfeld input {
	width: 50px;
	margin-left: 22px;
	margin-bottom: 10px;
}

#banner {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-left: 8px;
	margin-right: 9px;
}



/* --------------------- inhalt */

#inhalt {
	margin-left: 195px;
	width: 565px;
	padding-top: 40px;
}



/* --------------------- footer */

#footerinhalt {
	border-top: 1px solid #000;
	margin-top: 50px;
	font-size: 11px;
}

#footerinhalt a {
	color: #000;
	text-decoration: none;
}

#footerinhalt a:hover {
	color: #666;
	text-decoration: underline;
}

#created {
	float: right;
}


#footer {
	clear: both;
	border-bottom: 1px solid #000;
	margin-left: 11px;
	margin-right: 9px;
	height: 40px;
}


.printOnly {
display: none;
}



	
/* links */	
/* ---------------------------------------------------------*/


a:link  {
	color: #f00; }
a:visited { 
	}
a:hover { 
	}
a:active { 
	}
a img { 
	border: none;
	}
	
	
/* text / tables */	
/* ---------------------------------------------------------*/	

	
p, .normal	{
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-size: 12px;
}
h1, .titel	{
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	}
h3, .untertitel  {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	}
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;
	}

