/* Textcenter formatiert den Inhaltsbereich */
#textcenter {
	position:absolute;
	left:315px;
	top:150px;
width:550px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	
}

#textcenter img.verein {
	height:auto;
	width:300px;
	margin-top:10px;
}
#textcenter ul {
	display:inline;
}
#textcenter ul li {
	display:inline;
}
#textcenter ul li img {
	width:100px;
	margin:5px;
	border:1px solid #B0000B;
}
#textcenter p.haupt {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#000000;
}
#textcenter p.haupt a:link {
	font-weight:bold;
	color:#CC3333;
	text-decoration:none;
}
#textcenter p.haupt a:visited { 
	font-weight:bold;
	color:#cc3333;
	text-decoration:none;
}
#textcenter p.haupt a:focus {
	font-weight:bold;
	color:#CC0000;
	text-decoration:underline;
}
#textcenter p.haupt a:hover { 
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
#textcenter p.haupt a:active { 
	font-weight:bold;
	color:#339900;
	text-decoration:underline;
}
