<style>
		A:link
	{
		color: Black;
		text-decoration: none;
		padding-right: 2px;
		padding-left: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
		A:hover
	{
		color : white;
		text-decoration : none;
		background-color : Silver;
		padding-right : 2px;
		padding-left : 2px;
		padding-top : 2px;
		padding-bottom : 2px;
		border-bottom : 1px solid black;
		border-right : 1px solid black;
		border-top : 1px solid silver;
		border-left : 1px solid silver;
	}
	hr
	{
		background-color : Navy;
	}
	P
	{
		font-family : Century;
		font-size : 10pt;
	}
	.P1
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-weight : bold;
	}
	.P2
	{
		text-align : center;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12pt;
	}
	.P3
	{
		text-align : justify;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 9pt;
	}
	.P31
	{
		text-align : center;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 9pt;
		font-weight: bold;
	}
	.P_hallo
	{
		text-align: justify;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: darkblue;
	}
	H1
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 20pt;
		color : darkblue;
	}
	H2
	{
		font-family : Arial, Helvetica, sans-serif;
		font-size : 16pt;
		color : darkblue;
	}
	H3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12pt;
		text-decoration: underline;
		color: darkblue;
	}
	/* Das Menü */
	#menu {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color:darkblue;
		text-align:right;
		padding: 0px 5px 5px;
		clear:left;
	}
	.link {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color:darkblue;
		text-align:right;
		padding: 0px 5px 5px;
		clear:left;
	}
	#popup a span { display: none; }
#popup a#iefix:hover { border: 0; } /* Fix for IE 6 Bug */
#popup a:hover span { 
	display: block;
	position: absolute;
	background-color : Silver;
	border: 1px solid #E5F4FF;
	width: 270px;
	height: 180px;
	top: 12px;
	right: 10px;
	padding: 10px;
	z-index: 100;
	text-decoration: none;
	font-weight: normal;
	color:black;
</style>	
