@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: medium;
}
#content h1, #content h2, #content h3 {
	color: #666; /* 666 mittelgrau*/
}
#content p a {
	text-decoration: none;
	font-weight: bold;
	color: #000;  /*000 schwarz*/
}
#content p:hover a {
	font-weight: bold;
	color: #ff6600;  /*399000 grün  ff6600 orange*/
}
#content td a {
	text-decoration: none;
	color: #ff6600;  /*000 schwarz*/
}
#content td:hover a {
	font-weight: bold;
	color: #ff6600;  /*399000 grün  ff6600 orange*/
}
#news h2 {
	color: #FFF;
	background-color: #cc0000;
	padding: 5px;
	font-size: 1.5 em;
}
#footer p {
	text-align: left;
	color: #000;
}
#footer p a {
	text-decoration: none;
	color: #000;  /*000 schwarz*/
}
#footer p:hover a {
	text-decoration: none;
	color: #000;  /*000 schwarz*/
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.untermenue {
	font-size: 12px;
	font-style:italic;
	height: 35px;

}