
/*  copyright ArtProLog 2007 Ursula Bartels */

.small {
	font-size: 0.9em;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;
}

.hellblau {
	color: #b2d3fe;
}

.fetthellblau {
	color: #b2d3fe;
	font-weight: bold;
	font-size: 1.0em;
}

.orange {
	color: #b2d3fe;
}

.fettorange {
	color: #b2d3fe;
	font-weight: bold;
	font-size: 1.0em;
}

.orangesmaller {
	color: #b2d3fe;
	font-size: 0.9em;
}

.links-umfliessen {
	float: left
}

.linksbuendig {
	text-align:left;
}

.zentriert {
	text-align:center;
}

.stop-links-umfliessen {
	clear: left
}

