/* 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;
}

td  {
	font-family : arial, helvetica, sans-serif;
	font-size : 12px;
}

/* Menu */

table.menu  {
}

tr.menu, td.menu  {
}

table.submenu, tr.submenu, td.submenu  {
	font-family : verdana;
	font-size : 12px;
	border-width:  3px;
	border: solid;
	border-collapse: collapse;
	border-color: #e9efe8;
	background-color: white;
	color : #384c7f;
}

td.leftline  {
	font-family : verdana;
	font-size : 12px;
}

a.menu:link, a.menu:visited  {
	font-family : verdana;
	color : #384c7f;
	font-size : 14px;
	text-decoration : none;
	font-weight: bold;
}

a.menu:active, a.menu:hover  {
	font-family : verdana;
	color : #5a6e9f;
	font-size : 14px;
	font-weight: bold;
	text-decoration : none;
}

/* Ende */