/* Definition der Schriftfamilien,Schriftfarbe und -größe: */
BODY, TD, P {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	}
TH {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}
/* Hier die Hintergrundfarbe für das Dokument festlegen: */
BODY {
	background-color : #D1D6E6;
	margin: 0px;
}

/* Abstand der Inhaltsseiten vom rechten Fensterrand: */
.abstand{
	padding-right: 20px;
}

/* scrollbars:*/
BODY {
	scrollbar-3dlight-color: #F3CD77;
	scrollbar-arrow-color: #F3CD77;
	scrollbar-base-color: #6F81AB;
	scrollbar-darkshadow-color: #F3CD77;
	scrollbar-face-color: #6F81AB;
	scrollbar-highlight-color: #6F81AB;
	scrollbar-shadow-color: #6F81AB;
	scrollbar-track-color: #E9EBF5;/*#DBDFEB*/
}

/* Farbe und Stärke des Rahmens um die Buchcovers:*/
.bild{
	border : 1px solid #000000
}

/* Zeilenhöhe:*/
p{
	line-height : 14px;
}

/* Größe der Überschrift:*/
H1 {
	font-size : 12px;
}

/* Trennlinie:*/
HR {
	border : 1px dotted  #3C5196;
	width:100%;
}
/* Klasse 12 px, Fettdruck:*/
.big{
	font-size : 12px;
	font-weight : bold;
}

/* Klasse blaue Farbe:*/
.blau{
	color: #3C5196;
}

/* Klasse Merkurfarbe:*/
.tuerkis {
	color: #3C5196;
}

/* Klasse www.das-kompendium.de Farbe:*/
.komp{
	color : #8D2E45;
}
/*  Farbe der Adressenliste:*/
.adresse{
	background-color : #DBDFEB;
}

/* Formate der Links auf den Bücherseiten:*/
a:link.text{ 
color : #000000;
text-decoration : none;
font-weight: normal;
}
a:VISITED.text {
	color : #000000;
	text-decoration : none;
	
}

a:hover.text {
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}
/* Formate der Links auf der Kontaktseite: */
a:link.textu{ 
color : #000000;
text-decoration : none;
}
a:VISITED.textu{
	color : #000000;
text-decoration : none;
}

a:hover.textu {
	color : #000000;
	text-decoration : underline;
	
}

.error {
	COLOR: #ff0000
}

