/* Allgemein */

img {
  display: block;
}

td {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	color : #000000;
}

a:link, a:visited  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : black;
	font-size : 10px;
	font-weight: bold;
	text-decoration : none;
}

a:active, a:hover  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : #666666;
	font-size : 10px;
	font-weight: bold;
	text-decoration : none;
}

/* Menu */

table.menu  {
}

tr.menu, td.menu  {
}

table.submenu, tr.submenu, td.submenu  {
	background-color: #989374;
	border: 1px solid;
        border-color: #000000;
        BORDER-COLLAPSE: collapse;
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 10px;
	color : #000000;
}

a.menu:link, a.menu:visited  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : white;
	font-size : 10px;
	text-decoration : none;
}

a.menu:active, a.menu:hover  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : #dddddd;
	font-size : 10px;
	text-decoration : none;
}

a.bottommenu:link, a.bottommenu:visited  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : black;
	font-size : 10px;
	text-decoration : none;
}

a.bottommenu:active, a.bottommenu:hover  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : #666666;
	font-size : 10px;
	text-decoration : none;
}

/* Ende */