/* Default CSS*/

a:link, a:visited  {
	color : #3faa0f;
	text-decoration : none;
	font-weight: bold;
}

a:active, a:hover  {
	color : #aaaaaa;
	text-decoration : none;
	font-weight: bold;
}
td {
        font-family : verdana, arial;
	font-size : 12px;
	color : #333333;
}

table.submenu, tr.submenu, td.submenu  {
	background-color: #eeeeee;
	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: #eeeeee;
	border: 1px solid;
	BORDER-COLLAPSE: collapse;
}

a.menu:link, a.menu:visited  {
	font-family : arial,verdana,helvetica,sans-serif;
	color : #333333;
	font-size : 13px;
	text-decoration : none;
	font-weight: normal;
}

a.menu:active, a.menu:hover  {
	font-family : arial,verdana,helvetica,sans-serif;
	color : #666666;
	font-size : 13px;
	font-weight: normal;
	text-decoration : none;
}
