@charset "ISO-8859-1";
body{
	font-family:Arial, Helvetica, sans-serif;
	width:18cm;
}
p, li {
	font-size: 10pt;
}
h1, h2, h3 {
	font-size: 12pt;
	font-weight: bold;
}
a {
	color:#333333;
}
#printheader {
	display:none;
}
#header, #sidebar1, #footer, #navi a, #subnavi li img, #subnavi li a, #standorte_subnavi li img, #standorte_subnavi li a, #haufe_rss, #navi img{
	/*display: none;*/
}
a img{
	border:none;
}
#navi li{
	display:inline;
	margin: 0 5mm 0 0;
}
#navi ul{
	margin: 10mm 0 0 -9mm;
	font-size: 13pt;
	font-weight: bold;
}

#subnavi ul, #standorte_subnavi ul {
	margin: 0 0 0 -8mm;
}
#subnavi li, #standorte_subnavi li {
	list-style-type: none;
	font-weight:normal;
	font-size: 10pt;
}
#content_partner {
	font-size: 9pt;
}

#standorte_subnavi {
	 margin-left:0px;
}
/*********************************************************************************************************************\
* Hacks NUR FüR IE 5 & 6: der Selektor * html wird von allen anderen Browsern ignoriert
* Diese Formatierungen gleichen bestimmte Fehldarstellungen des IE 5.5. und IE6 aus
\*********************************************************************************************************************/
* html #navi ul, * html #subnavi ul, * html #standorte_subnavi ul, * html #navi li, * html #subnavi li, * html #standorte_subnavi li {
	margin: 10px 0 0;
}
/*********************************************************************************************************************\
* Hacks NUR FüR IE 7: der Selektor *:first-child+html wird von nur vom IE7 akzeptiert
* Diese Formatierungen gleichen bestimmte Fehldarstellungen des IE 7 aus
\*********************************************************************************************************************/
*:first-child+html #navi ul, *:first-child+html #subnavi ul, *:first-child+html #standorte_subnavi ul, *:first-child+html #navi li, *:first-child+html #subnavi li, *:first-child+html #standorte_subnavi li {
	margin: 10px 0 0;
}