@charset "UTF-8";
/* CSS Document */

.TextContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
.TextTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-style: normal;
	font-weight: bold;
	color: #a39161;
	text-decoration: none;
}

.NewsData{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #6e5e35;
	text-decoration: none;
	line-height: 18px;
	font-variant: small-caps;
}

.NewsTitel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #a39161;
	text-decoration: none;
	line-height: 18px;
	
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #a39161;
	text-decoration: underline;
	line-height: 18px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #a39161;
	text-decoration: underline;
	line-height: 18px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	line-height: 18px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #a39161;
	text-decoration: underline;
	line-height: 18px;
}

