@charset "windows-1252";  
/*	colors.css

	Farbinformationen für das Layout

	(C) 10/2006, Sven Preis, sense-IT GmbH 
	Version 1.0, 02.10.2006					*/

body {
	background-color: #1E217B;				/* globale Hintergrundfarbe */
	color: black;
}

#links {
  background-color:rgb(218,219,230);
}

#headlogo {
	background-color: white;				/* Hintergrund Logo-Bereich */
	color: black;
}

#headlogo #right{
	background-color: rgb(40,22,111);				/* Hintergrund Logo-Bereich */
	color: black;
}

#mainnav {
	background-color: rgb(40,22,111);				/* Hauptnavigation */
	color: black;
}

#mainnav ul li a {						/* Link Haupt-Navigation */
		color: black;
		background-color: rgb(40,22,111);
}

#mainnav ul li a:hover {				/* ausgewählter Link, Haupt-Navigation */
		background-color: white;
		color: black;
}

#mainnav ul li a.active {				/* aktive Seite, Haupt-Navigation */
		background-color: white;
		color: black;
}





#contentwrapper {							/* Hintergrund um Header, Content, Footer */
	background-color: rgb(218,219,230);
	color: black;
}

#contentwrapper #header {					/* Farben des Content-Header */
	background-color: white;
	color: black;
	
	border-bottom: 1px solid black;
}				

#contentwrapper #footer {					/* Farben des Content-Footer */
	/*background-color: white;*/
	color: black;

	border-top: 1px solid black;
}				

#contentwrapper #contentnav {				/* Farben der Content-Navigation */
	background-color: #C0C0C0;
	color: black;
}

#contentwrapper #rightcol {					/* Farben der rechten Spalte */
	background-color: rgb(40,22,111);
	color: white;
}

#contentwrapper #rightcol div a{
      text-decoration: none;
      color: white;
}

