﻿a {
	text-decoration: none;
	color: #FF3300;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF3300;
	font-weight: bold;
}
body {
	background-color: #CCCCCC;
	font-family: Verdana,Helvetia,Sans-Serif;
	font-size: 10pt;
	color: #333333;
}
table {
	background-color: #FFFFFF;
	font-family: Verdana,Helvetia,Sans-Serif;
	font-size: 10pt;
}
h1 {
	margin-top: 7mm;
	font-family: Verdana,Helvetia,Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
}
h2 {
	font-family: Verdana,Helvetia,Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
.small {
	font-size: 8pt;
}
.tipp {
	border-top: 2px solid #FF3300;
	border-bottom: 2px solid #FF3300;
	padding: 7px;
}
.thema {
	font-size: 8pt;
}
