
/* css für das kostenlose Update auf Version 4.3.6 */

/* Einfach Navigation mit Farbwechsel beim Überfahren mit der Maus*/
/* Die Farbwerte des Portals werden über die Datei farbcodes.inc.php geladen*/
<?php
include "admin/farbcodes.inc.php";
$code5 = "#930000";
$code6 = "#003399";
$code7 = "#930000";

?>
#navigator-links {
	width: 185px;
	text-align: left;
	/*border: 1px dotted #FFFFFF;*/
	border-bottom: none;
}

#navigator-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
    text-indent: 15px;
	border: 1px dotted #FFFFFF;
}
  
#navigator-links li {
	list-style-image: none;
	margin: 0;
/*	border-bottom: 1px solid black;*/
}

#navigator-links a {
	display: block;
	width: 183px;
	height: 22px;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
}

#navigator-links  a:link, #navigator-links  a:visited {
  /* background-color: #930000;*/
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 0;
}

#navigator-links li a:hover {
/*	background-color: #000000; */
	color: #fffff;
	text-decoration: none;
}

#navigator-links li a#titel {
   background-color: #930000;
	color: #fffff;
	text-decoration: none;
}