/* Textgestaltung der Site */
H2
{
	text-align: left;
	text-decoration: none;
	color: #CC0000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 22px 20px 16px 20px;
	margin: 0px;
}
H3
{
	text-align: left;
	text-decoration: none;
	color: #CC0000;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 11px 20px 17px 20px;
	margin: 0px;
}
H4
{
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 4px 17px 4px 17px;
	margin: 0px 0px 3px 0px;
	text-transform: uppercase;
	background-color:#E1E1E1;;
}
p {
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0px 20px 11px 20px;
	margin: 0px;
}
.spaltentext
{
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0px 20px 11px 20px;
	margin: 0px ;
}
.klein
{
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding: 0px 20px 11px 20px;
	margin: 0px;
	background-color: #F2F2F2;
	}
.fliesstext
{
	text-align: left;
	text-decoration: none;
	color: #cccccc;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color:#757575;
	padding: 20px 20px 20px 20px;
	margin: 0px;
}


a:link { text-decoration: none;
	color: #cccccc;
	font-family: Arial, Geneva, sans-serif;
	font-size: 1.2em;
	font-style: normal;} 
a:visited { color: #cccccc; } 
a:hover { color: #CC0000; } 
a:active { color: #CC0000; } 