/* CSS Document */

.content {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 18px;
}

.links {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}

.main {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 18px;
}

.normaltext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: normal;
	line-height: 18px;
	font-variant: normal;
}

.Headline  { color: #000000; font: oblique bold 24pt Helvetica, Arial, sans-serif; word-spacing: normal }

.past {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 15px;
}

.titel {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	word-spacing: 2px;
	line-height: 15px;
}

.themen { color: #000000; font-size: 24pt; font-family: Helvetica, Arial, sans-serif; font-style: italic; font-weight: bold; line-height: 30px; text-decoration: none; word-spacing: 2px }



a:link {
	text-decoration: none;
	color: #000000;
	
}
a:visited {
	text-decoration: none;
	color: #000000;
	
}
a:hover {
	font-style: bold;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	
}
a:active {
	text-decoration: none;
	color: #000000;
	
}