.thrColElsHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}

.thrColElsHdr #footer ul {
	list-style:none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 135px;
	}


.thrColElsHdr #footer li {
	float:left;
	color:#CCC;
	}
	
	
.thrColElsHdr #footer li a {
	display:block;
	text-decoration:none;
	padding:0;
	height:15px;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding-top:3px;
	padding-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	border-right:thin;
	border-bottom-color:#FFF;
	margin-top: 1px;

	}
	
.thrColElsHdr #footer li a:hover {
	color:#CCC;
	}

.thrColElsHdr #footer li a:active {
	color:#0F0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #666;
}
a:hover {
	color: #900;
}

