/* 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  {
}

tr.menu, td.menu  {
	background-color: #FEF5CC;
}

table.submenu  {
        border : thin solid; 
	background-color: #FEF5CC;
}

a.menu:link, a.menu:visited  {
	font-family : Times;
	color : #B5B2A1;
	font-size : 12px;
	text-decoration : none;
	font-weight: normal;
}

a.menu:active, a.menu:hover  {
	font-family : Times;
	color : #666666;
	font-size : 12px;
	font-weight: normal;
	text-decoration : underline;
}

/* Ende */