.hometext {
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #666666; /* Textfarbe grau */
}
.fliesstext12pix {
    display: block;
	margin-bottom: 12px; /* 12 Pixel Abstand nach unten */
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	color: #666666; /* Textfarbe grau */
}
.buchtext12pix {
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #666666; /* Textfarbe grau */
}
.fliesstext11pix {
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 14px;
	color: #666666; /* Textfarbe grau */
}
.linktextblau, .linktextocker, .linktextgrau {
	font-family: Arial, Helvetica, Verdana, sans serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #000000; /* Textfarbe schwarz */
}
.linktextblau:hover {
	color: #003553; /* Textfarbe blau */
}
.linktextocker:hover {
	color: #C0AA5D; /* Textfarbe ocker */
}
.linktextgrau:hover {
	color: #666666; /* Textfarbe grau */
}
.schwarz {
    font-weight: bold;
	color: #000000; /* Textfarbe schwarz */
}
.grau {
    font-weight: bold;
	color: #003553; /* Textfarbe silbergrau */
}
.pink {
    font-weight: bold;
	color: #CF6287; /* Textfarbe pink */
}
.gruen {
    font-weight: bold;
	color: #2BB14A; /* Textfarbe gruen */
}
.rot {
    font-weight: bold;
	color: #D51B26; /* Textfarbe rot */
}
.blau {
    font-weight: bold;
	color: #6791C4; /* Textfarbe blau */
}
.ocker {
    font-weight: bold;
	color: #C0AA5D; /* Textfarbe ocker */
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000; /* Textfarbe schwarz */
}
a:hover {
	color: #666666; /* Textfarbe dunkelgrau */
}
