
body
{	margin: 20px;  
	padding: 0;
	font-size: 9pt;
	font-family: Arial, Times, serif;
	text-align:center;
	background-color: #FFFFFF;
}

strong
{	
	color: #F09623;
}


ul#Navigation 
{	width: 10em;
	margin: 0; padding: 0.2em; padding-left:10px;
	border: 0px;
}	
	a:link { color: #F09623; text-decoration:none; }
	a:active { color: #000000; text-decoration:underline; }
	a:visited { color: #F09623; text-decoration:none; }
	a:hover { color: #000000; background-color: #F09623; text-decoration:none; }

	
ul#Navigation li
{	margin: 0.1em;
	padding: 0.1em;
}


ul#Navigation li ul
{	margin: 0 0 0 1em;
	padding: 0;
}

ul#Navigation li ul li
{	margin: 0.1em;
}

ul#Navigation a
{
	display:block;
	text-align: left;
	font-size: 9pt;
	padding-bottom: 0.5em;
	padding-top:    0.5em;  
	text-decoration: none;
	font-weight: bold;
	border: 0px;
}

ul#Navigation a:hover  {background-color: #F09623; color: #000000; }



.nav-own
{
	font-family: Arial, Times, serif;
	display:block;
	font-size: 9pt;
	padding-bottom: 0.1em;
	padding-top:    0.1em;  
	text-decoration:none;
	font-weight: bold;
	text-align: left;
}


.navigation
{
	font-family: Arial, Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	line-height: 2.0em;
}


.nav-sub
{
	font-family: Arial, Times, serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	line-height: 1.0em;
}


.ueberschrift
{
	font-size: xx-large;
	font-weight: bold;
	vertical-align: middle;
	color: #F09623;
}

.text
{
	font-size: 9pt;
	font-weight: bold;
	vertical-align: middle;
	color: #F09623;
}


.large
{
	font-size: 18pt;
	font-weight: bold;
}
.medium
{
	font-size: 14pt;
	font-weight: bold;
}

#content
{
	margin: 20px;
	font-family: Arial, Times, serif;
	float: both;
}


