body {
 	color: #24244b;
 	background-color: #e0e0f8;
}
h1, h2, h3, h4, h5, h6, caption, th, strong, b {
	color: #4a4a7b;
}
a:link {
	color: #24244b;
}
a:visited {
	color: #464662;
}
a:hover, a:active {
	color: <?=  ?>;
}

/* BEREICHE: */

#titel {
 	background-color: #464662;
}
#titel h1 {
	color: #e0e0f8;
}
#titel p {
	color: #e0e0f8;
}

/* HAUPTNAVIGATION */
div#hauptnavig {
	border-bottom-color: #4a4a7b;
	background-color: #626288;
}
#hauptnavig a:link, #hauptnavig a:visited {
	color: #e0e0f8;
}
#hauptnavig a:hover, #hauptnavig a:active, #hauptnavig #hshown a {
	color: #24244b;
}
#hauptnavig li #suchen {
	border-left-color: #e0e0f8;
}
#suchen input {
	background: #e0e0f8;
}
/* ENDE HAUPTNAVIGATION */

#autor {
	background-color: #e0e0f8;
}

/* Unternavigation: */
#navig a:link, #navig #shown {
	color: #24244b;
}
#navig a:visited {
	color: #533;
}
#navig a:hover {
	color: <?=  ?>;
}

table#suchergebnisse th {
	border-bottom-color: #c8c8e0;
}
table#suchergebnisse td {
	border-bottom-color: #c8c8e0;
}
#wrapper table#suchergebnisse img {
	border: 1px solid #4a4a7b;
}
.hl { /* Suchbegriffe auf Ergebnisseiten hervorheben */
	color: #e0e0f8 !important;
	background-color: #4a4a7b !important;
}

/* Kontaktformular: */

form#kontakt {
	background-color: #c8c8e0;
}