/* Default CSS*/

body {
	background-color: #FFFFFF;
	font-family : arial, verdana,helvetica,sans-serif;
	
}

a:link, a:visited  {
	font-family : arial, verdana,helvetica,sans-serif;
	color : #03629C;
	font-size : 12px;
	text-decoration : none;
}

a:active, a:hover  {
	font-family : arial, verdana,helvetica,sans-serif;
	color : #018AD0;
	font-size : 12px;
	text-decoration : none;
}

table.menu, tr.menu, td.menu  {
	background-color: #303B70;
        border: none;
        BORDER-COLLAPSE: collapse;
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}




table.submenu, tr.submenu, td.submenu  {
	background-color: #668FBB;
	border: none;
        font-family : arial, verdana, helvetica, sans-serif;
	font-size : 12px;
	color : #FFFFFF;
	
}

table.submenu_rahmen, tr.submenu_rahmen, td.submenu_rahmen  {
	background-color: #668FBB;
	border: 2px solid;
	border-left:#B9D1EB; border-top:#80A7D1; border-right:#3F5F82; border-bottom:#3F5F82;
	BORDER-COLLAPSE: collapse;
}

a.menu:link, a.menu:visited  {
	font-family : arial,verdana,helvetica,sans-serif;
	color : #FFFFFF;
	font-size : 12px;
	text-decoration : none;
	font-weight: normal;
}

a.menu:active, a.menu:hover  {
	font-family : arial,verdana,helvetica,sans-serif;
	color : yellow;
	font-size : 12px;
	font-weight: normal;
	text-decoration : none;
}
