* {
	margin: 0;
	padding: 0;
}
body {
	background-color: silver;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.fett_12 {
	color: blue;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.fett_12:hover {
	text-decoration: underline;
}
a.fett_14 {
	color: blue;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.fett_14:hover {
	text-decoration: underline;
}
p {
	font-size: 12px;
	line-height: 140%;
}
p.normal_10 {
	font-size: 10px;
}
p.normal_11 {
	font-size: 11px;
}
p.normal_12 {
	font-size: 12px;
}
p.normal_14 {
	font-size: 14px;
}
p.normal_16 {
	font-size: 16px;
}
p.normal_18 {
	font-size: 18px;
}
p.normal_20 {
	font-size: 20px;
}
p.fett_11 {
	font-size: 11px;
	font-weight: bold;
}
p.fett_12 {
	font-size: 12px;
	font-weight: bold;
}
p.fett_12_c {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
p.fett_14 {
	font-size: 14px;
	font-weight: bold;
}
p.fett_16 {
	font-size: 16px;
	font-weight: bold;
}
p.fett_18 {
	font-size: 18px;
	font-weight: bold;
}
p.linie {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
span.block {
white-space: nowrap;
}
span.center {
text-align: center;
}
span.normal_16 {
	font-size: 16px;
}
span.fett {
	font-weight: bold;
}
span.italic {
	font-style: italic;
}





