body, p, td {
font-family:arial;
font-size:10pt;
color: #036;
}

p
{
padding:4;
margin:0;
}

td {
vertical-align:top;
}

#navigation {
	float:left; 
	width:100%; 
	margin:0; 
	padding:0; 
}

#navigation li {
	float: left; 
	margin: 0; 
	padding: 0 10 0 10; 
	list-style: none; 
}

#navigation a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	color: #fff;
    font-size: 10px;
    font-family: arial;
	}
#navigation a:hover {
	color: #fff;
	}
#navigation a.active {
	font-weight: bold;
	}

	
#navigation2 {
	
	margin:0; 
	padding:0; 
    list-style: none;
}

#navigation2 li {
	margin: 0; 
	padding-left: 0; 
    border-top: dotted 1px #2D4F7E;
    background: #fff url(/images/navi-pfeil.gif) no-repeat top left;
}

#navigation2 a {
	padding: 5 13;
	text-decoration: none;
	color: #036;
                font-family: arial;
                font-size: 11px;
                width:118px;
display:block;
	}

* html #navigation2 a { /* Korrektur fuer IE 5.x */
width:144px;
w\idth:144px;
}

#navigation2 a:hover {
	color: #fff;
                background: #2D4F7E url(/images/navi-pfeil-on.gif) no-repeat top left;
	}
#navigation2 a.active {
	color: #fff;
                background: #2D4F7E url(/images/navi-pfeil-on.gif) no-repeat top left;
	}	
	
.detaillink {
color: #FF6D01;
font-size:9pt;
text-decoration: none;
}