/* CSS print */

 #navigation, #navigationsub, #navigationsub li, #navinews, #head  {
display:none;
}



#content, body, html, p, h1, h2, h3, fusszeilel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	line-height: 130%;
	color: #000000;
	width:600px;
	background-color: #FFFFFF;
	background-image: none;
}

ul, li, ol{
	font-size: 11pt;
}


#content a:link, #content a:visited, #content a:visited, .fusszeile a:visited {
	color : #000000;
	text-decoration : none;
  }





#content table{
width:590px;
}


/*Beginn Tabellenrahmen */
#content .tabelle, #content .tabelle td, #content.tabelle th {
border-color:#000000;
}
/*Ende Tabellenrahmen */



#imgeinstieg img{
width:2.2cm;
height:2.2cm;
}

.tablecontent td, .tablecontent th{
color:#000000;
}

td.fusszeile{
	font-size: 7pt;
	text-align: left;
	text-indent: 5mm;
	color: #000000;
}



.tablecontent, .tablecontent td, .tablecontent th, #navigationsub {
	border: thin dashed #FFFFFF;
}

.drucken{
display:none;
}


.umbruch{
page-break-before:always;
}