/**
 * Style sheet basics
 */
/* Kontakt Rot #9f3213 Rot Text */
.zitat
{
	font-style:italic;
	color:#79bfc4;
}

.lila
{
	color:#8F1545;
}

.beige
{
	color:#af9a62;
}

.blau
{
	color:#79bfc4;
}

.gruen
{
	color:#899b35;
}

.rot
{
	color:#9f3213;
}

.orange
{
	color:#d26e00;
}

.grau
{
	color:#646567;
}

img.bild_links
{
	float:left;
}

img.bild_rechts
{
	float:right;
}
