p.linksbuendig {
	text-align: left;
}

p.rechtsbuendig {
	text-align: right;
}

p.zentriert {
	text-align: center;
}

span.rot_fett {
	font-size: 8pt;
	color: #CC0000;
	font-weight: bold;
}

span.schwarz_fett {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

a.schwarz_fett_uppercase {
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 2px;
}

a.download_link {
	background-color: transparent;
	color: #7FA7C9;
	text-decoration: none;
	padding-bottom: 5px;
}

.small_unorderedlist {
	padding: 0px;
	margin: 5px 0px 0px 20px;
	list-style-image: url('layout_tag/bilder/arrows.gif');
}

.unorderedlist_float_left {
	display: block;
	width: 150px;
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 20px;
	list-style-image: url('layout_tag/bilder/arrows.gif');
}

span.text-fixedwidth {
	display: block;
	width: 90px;
	float: left;
	color: #666666;
}