body	{
	font-family: arial;
	font-size: 9pt;
	color: #333333;
    font-weight: normal;
	line-height: 18px;
	vertical-align: top;
}
.H1     {
	font-family: arial;
	font-size: 16pt;
	color: #ED4714;
    font-weight: bold;
}
.H2     {
	font-family: arial;
	font-size: 12pt;
	color: #000066;
        font-weight: bold;
}
.H3     {
	font-family: arial;
	font-size: 11pt;
	color: #FFFFFF;
    font-weight: bold;
}
.H4     {
	font-family: arial;
	font-size: 11pt;
	color: #333333;
    font-weight: bold;
	padding-top: 5px;
}
a:link, a:visited, a:hover  {
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
    color: #0066FF;
    font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
	font-family: arial;
	font-size: 9pt;
        font-weight: normal;
}
a       {
	font-family: arial;
	font-size: 9pt;
	color: #993333;
        text-decoration: underline;
        font-weight: normal;
}
a.link2:link {
	text-decoration: none;
	font-family: arial;
	font-size: 9pt;
        color: #333333;
        font-weight: normal;
}
a.link2:visited {
	text-decoration: none;
	color: #333333;
	font-family: arial;
	font-size: 9pt;
        font-weight: normal;
}
a.link2:hover {
	text-decoration: none;
	color: #FF9900;
	font-family: arial;
	font-size: 9pt;
        font-weight: normal;
}
a.link2:active {
	text-decoration: none;
}
a.link2 {
	font-family: arial;
	font-size: 9pt;
	color: #333333;
        text-decoration: none;
        font-weight: normal;
}
#navi, #navi ul { 
		padding: 0;
		margin: 0;
		list-style-image: url(bilder/arrow_o.gif);
		float : left;
	}
#navi li { 
		position : relative;
		float : left;
		line-height : 1.5em;
		width: 150px;
		left: 30px;
	}

