table {
	font-size: 12px;
}
img {
	border: 0px;
}

a {
	font-size: 12px;
	color: #272727;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
ol, ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-position: outside;
}
ul {
	list-style-type: square;
}
li {
	padding-top: 5px;
}

h2 {
	font-size: 15px;
	color: #272727;
	margin: 0px;
	display: inline;
}
.textnormal {
	font-size: 12px;
	color: #272727;
}
.textnormalblau {
	font-size: 12px;
	color: #114FA0;
}
.textnormalrot {
	font-size: 12px;
	color: #E73322;
}
.textklein {
	font-size: 10px;
	color: #000000;
}
.textkleinblau {
	font-size: 10px;
	color: #114FA0;
}
.textkleinrot {
	font-size: 10px;
	color: #E73322;
}
