
/***** Ueberschriften *****/
h1
{
	font-family:Book Antiqua,Bookman Old Style,Verdana,Arial;
	font-size: 28pt;
	font-style:italic;
	font-weight:bold;
	color:#042f98;
	text-align:center;
	margin:0px;
}

h2
{
	font-family: Verdana,Arial;
	font-size: 18pt;
	font-weight:normal;
	text-align:center;
	margin:0px;
}

h3
{
	font-family: Verdana,Arial;
	font-size: 14pt;
	font-weight:normal;
	margin:0px;
	color:#790100;
}

h4
{
	font-family: Verdana,Arial;
	font-size: 12pt;
	font-weight:bold;
	margin:0px;
	color:#042f98;
}

h5
{
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-weight:bold;
	margin:0px;
	color:#042f98;
}

h6
{
	font-family: Verdana,Arial;
	font-size: 28pt;
	font-weight:bold;
	margin:0px;
	color:#ffffff;
}

/***** Tabellen *****/
table
{
	border-collapse:collapse
}

th.header
{
 	vertical-align:top;
 	height:158px;
 	width:940px;
 	background-repeat:no-repeat;
}

td.footer
{
 	width:800px;
 	height:120px;
 	background-repeat:no-repeat;
}

td.footer_bold
{
	vertical-align:top;
 	color:#ffffff;
 	font-weight:bold;
 	font-size:10pt;
}

td.footer_leight
{
 	color:#ffffff;
 	font-size:10pt;
}

/***** Links *****/
a:link{font-weight:normal;text-decoration:none;color:#042f98;font-size:14px}
a:visited{font-weight:normal;text-decoration:none;color:#042f98;font-size:14px}
a:hover{font-weight:bold;text-decoration:none;color:#790100;font-size:14px}
a:active{font-weight:bold;text-decoration:none;color:#790100;font-size:14px}

a:link.footer{font-weight:bold;text-decoration:none;color:#042f98;font-size:12px}
a:visited.footer{font-weight:bold;text-decoration:none;color:#042f98;font-size:12px}
a:hover.footer{font-weight:bold;text-decoration:none;color:#ffffff;font-size:12px}
a:active.footer{font-weight:bold;text-decoration:none;color:#042f98;font-size:12px}

a.current{font-weight:bold;text-decoration:none;color:#790100;font-size:14px}