﻿a {
	color: black;
}
a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: #808080;
}
.button {
	border-width: 0;
}
.decorationNone {
	text-decoration: none;
}
.rechtsbündig {
	text-align: right;
}
.rot {
	color: rgb(206, 16, 65);
}
.schriftart {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.RotXXSmallBold {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: rgb(206,16,65);
	text-decoration: none;
}
.RotXSmallBold {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: rgb(206,16,65);
	text-decoration: none;
}
.RotMediumBold {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: rgb(206,16,65);
	text-decoration: none;
}
.SchwarzXXSmallBold {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.SchwarzXSmallBold {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
