@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-image: url(../pics/pics_bkg/impressum_bkg.jpg);
	background-color: #006;
}
a:hover {text-decoration: underline;
}
a:active {
}
a:visited {
}
/*setzt die Farbe für Haupttitel im Headbereich*/
.headinhalt h1 a {
	color: #3CF;
}
/*setzt die Farbe der Hauptnavigation*/
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, .navigation a:link {
	color: #CCC;
}

/*setzt die Frabe für Hauptinhaltstitel h2*/
h2 {
	color: #CCC;
}
/*setzt die Farbe für eine allfällige Binnennavigation*/
.hauptinhalt .binnennavi a {
	color: #000;
}
/*setzt die Farbe für Zwischentitel im Haupttext*/
.hauptinhalt h3 {
	color: #CCC;
}
/*setzt die Text-Farbe für den kleintext im haupttextbereich*/
#kleintextHauptinhalt a {
	color: #900;
}
/*setzt die Text-Farbe für den footer*/
.footer a, .footer p, a, p, .footer a:visited, .footer a:link {
	color: #CCC;
}
h3, h4, h5, h6, p, a:link, a:visited, a:hover, a:focus, ul, li, .hauptinhalt2 {
	color: #33CCFF;
}
.footer {
	background-color: #006;
	z-index: 2;
}
#InhaltHauptinhalt {
	width: 99%;
	margin-top: 1%;
}
