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