* { /* UNIVERSAL SELEKTOR, ist für alle CSS Elemente gültig */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
}
.flux {
	font-size: 11px;
	line-height: 17px;
}
.fluxtitel {
	font-size: 12px;
	line-height: 20px;
	color: rgb(192,6,72);
	font-weight: bold;
}
.title {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
strong {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
.color1 {
	background-color: rgb(246,242,17);
}
.color2 {
	background-color: rgb(192,6,72);
}
.color3 {
	background-color: rgb(109,179,64);
}
a:link {
	font-size: 11px;
	line-height: 15px;
	color: rgb(109,179,64);
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	line-height: 15px;
	color: rgb(109,179,64);
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	line-height: 15px;
	color: rgb(192,6,72);
}
a:active {
	font-size: 11px;
	line-height: 15px;
	color: rgb(246,242,17);
	text-decoration: none;
}
.fluxliste {
	font-size: 11px;
	line-height: 22px;
}
.fluxitalic {
	font-size: 11px;
	font-style: italic;
}
em {
	font-size: 11px;
	font-style: italic;
}
.fluxred {
	font-size: 11px;
	color: rgb(192,6,72);
}
.red {
	font-size: 11px;
	color: rgb(192,6,72);
}
.fluxitalicred {
	font-size: 11px;
	color: rgb(192,6,72);
	font-style: italic;
}
.news {
	font-size: 10px;
	line-height: 15px;
}
.legitalic {
	font-size: 10px;
	line-height: 15px;
	font-style: italic;
}
.newsbold {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}
.newstred {
	font-size: 10px;
	line-height: 15px;
	color: rgb(192,6,72);
	font-weight: bold;
}
.fluxreply {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.fluxreplyb {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
