@CHARSET "UTF-8";

/* hier stehen nur die Änderungen gegenüber dem blauen Stylesheet */


/**
---------------------------------------------
Layout
--------------------------------------------- */

/** Inhaltscontainer
--------------------------------------------- */
#content {
	background: url("wasserzeichenMantra.jpg") center 100px no-repeat;
}

/** Navi rechts oben
--------------------------------------------- */
	#topNavigation a:hover,
	#topNavigation a:focus {
		color: #c0000d;
	}

/** Hauptnavigation - Ebene 1
--------------------------------------------- */
#navigation dt {
	color: #835e0d;
}
#navigation dt.selected {
	border-right: 8px solid #835e0d;
}
#navigation dt a:hover,
#navigation dt a:focus {
	color: #c0000d;
}

/** Hauptnavigation - Ebene 2
--------------------------------------------- */
#navigation dd ul {
	color: #835e0d;
}
#navigation dd ul li.selected {
	color: #835e0d;
}
#navigation dd ul li a:hover,
#navigation dd ul li a:focus {
	color: #c0000d;
	border-right: 8px solid #c0000d;
}

/** Linkliste, allgemein (Navigation - Ebene 3)
--------------------------------------------- */
.linkList a:hover {
	color: #c0000d;
}


/**
---------------------------------------------
 Schriftformatierung
--------------------------------------------- */

/* allgemein */
body {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 80%;
}
td, th {
 f\ont-size: 100%;
}

/* Links */
a {
	color: #6b6b6b;
}

a:hover,
a:focus {
	color: #c0000d;
}


