/* Allgemein */
body {
	color : #000000;
	background-color: #99cc66;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color : #99cc66;
}

p,blockquote,li,ol,ul,td 	{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

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: #99CC66;
}

tr.menu, td.menu  {
	background-color: #99CC66;
}

table.submenu, tr.submenu, td.submenu  {
	background-color: #99CC66;
	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 : verdana,arial,helvetica,sans-serif;
	color : white;
	font-size : 14px;
	text-decoration : none;
	font-weight: bold;
}

a.menu:active, a.menu:hover  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : yellow;
	font-size : 14px;
	font-weight: bold;
	text-decoration : none;
}

/* Ende */