/* Allgemein */
body {
	color : #000000;
	background-color: #ffffff;
         font-family : arial;
         font-size : 11pt;
         }

H1{
	font-family:helvetica; font-size:14pt;
         }

H2{
	font-family:helvetica; font-size:12pt;
         }



a:link, a:visited  {
	font-family : arial, helvetica, sans-serif;
	color : #03629C;
	font-size : 11pt;
	text-decoration : underline;
}
a:active, a:hover  {
	font-family : arial, helvetica, sans-serif;
	color : #018AD0;
	font-size : 11pt;
	text-decoration : none;
}
/* Menu */
table.menu  {
	background-color: #ffffff;
}
tr.menu, td.menu  {
	background-color: #CFB527;
}
table.submenu, tr.submenu, td.submenu  {
	background-color: #94A59C;
	border: 1px solid;
        border-color: #000000;
        BORDER-COLLAPSE: collapse;
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 11pt;
	color : #000000;
}
a.menu:link, a.menu:visited  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : black;
	font-size : 14px;
	text-decoration : none;
	font-weight: normal;
}
a.menu:active, a.menu:hover  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : #FFFFFF;
	font-size : 14px;
	font-weight: normal;
	text-decoration : none;
}
/* Ende */