/* Allgemein */
body {
	color : #000000;
	background-color: #3c3c3c;
}

#main{
   padding: 0;
	margin: 0;
	position:absolute;
	float:center;
	top:5px;
	width:649px;
	height:180px;
	left:50%;  
	margin-left:-405px; 
   }

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: #FFFF99;
}

tr.menu, td.menu  {
	background-color: #FFFF99;
}

table.submenu, tr.submenu, td.submenu  {
	background-color: #FFFF99;
	border: 1px solid;
        border-color: #000000;
        BORDER-COLLAPSE: collapse;
	font-family : arial, verdana, helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

a.menu:link, a.menu:visited  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : #575757;
	font-size : 9px;
	text-decoration : none;
	font-weight: bold;
}

a.menu:active, a.menu:hover  {
	font-family : verdana,arial,helvetica,sans-serif;
	color : #575757;
	font-size : 10px;
	font-weight: none;
	text-decoration : none;
	right : 10px;
}

/* Ende */