/* CSS Document */

body {
	margin: 0; padding: 0;
}
.Text {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
}
.Spalttext {
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;
	color: #555555;
}
.Info {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
}
.Rubrik {
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #3f9ab2;
}
.Rubrik2 {
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #3f9ab2;
}
.Underrubrik {
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 20px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;