.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E1001B;
	margin-bottom: 5px;
	cursor: default;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
	color: #666;
}

a: {text-decoration: none;color: #666;}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {text-decoration: none;color: #666;}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #333;
}

.TextKlein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-align: justify;
	color: #333;
	margin-bottom: 3px;
}

.Titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E1001B;
}
.Quadrat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 0px;
	color: #F00;
	float: left;
	margin-top: 4px;
}
.MenueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: justify;
	color: #333;
	background-color: #FFF;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

