/* Allgemein */

body {background-color:#eaeaea;}
body, p, td, ol, ul, input, select, textarea {font-family:arial,geneva,helvetica; font-size:12px; color:#000000;}
.boldgr {color:#3d3d3d; font-weight:bold;}
.boldli {color:#9d9d9d; font-weight:bold;}
.boxhead {color:#ffffff; font-weight:bold;}
.textkl {font-size:10px;}

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  {
}

tr.menu, td.menu  {
	background-color: white;
}

table.submenu  {
        border : thin solid; 
	background-color: white;
}

a.menu:link, a.menu:visited, a.menu:active, a.menu:hover  {
	font-family : arial,geneva,helvetica;
	color : #3d3d3d;
	font-size : 12px;
	text-decoration : none;
	font-weight : bold;
}

a.topmenu:link, a.topmenu:visited, a.topmenu:active, a.topmenu:hover  {
	font-family : arial,geneva,helvetica;
	color : #ffffff;
	font-size : 12px;
	text-decoration : none;
	font-weight : normal;
}

/* Ende */