/* Allgemein */
body {
	color : #000000;
	background-color: #ffffff;
}

P {
   margin-top: 0px;
   margin-bottom: 14px;
  }

td.text {
	font-family : arial, helvetica, sans-serif;
	color : #333333;
	font-size : 12px;
        font-weight : normal;
	text-decoration : none;
}

a:link, a:visited  {
	font-family : arial, helvetica, sans-serif;
	color : #9C0000;
	font-size : 10px;
        font-weight : normal;
	text-decoration : none;
}

a:active, a:hover  {
	font-family : arial, helvetica, sans-serif;
	color : #9C0000;
	font-size : 10px;
        font-weight : normal;
	text-decoration : underline;
}

/* Menu */

table.menu, tr.menu, td.menu  {
	background-color: #299B8E;
}

table.submenu, tr.submenu, td.submenu  {
	background-color: #005850;
}

a.menu:link, a.menu:visited  {
	font-family : arial,helvetica,sans-serif;
	color : white;
	font-size : 12px;
	text-decoration : none;
	font-weight: normal;
}

a.menu:active, a.menu:hover  {
	font-family : arial,helvetica,sans-serif;
	color : yellow;
	font-size : 12px;
	font-weight: normal;
	text-decoration : normal;
}

/* Ende */