body {
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	background-color:#222222;
	margin: 15px;
	text-align: center;
}

#centralFrame {
	text-align: left;
	width: 820px;
	/*height:100%;*/
	margin: 0 auto;
	padding: 0;
}

#topFrame {
	padding: 5px 5px 5px 5px;
	/*position:absolute;
	top:10px;
	left:0px;*/
	width:800px;
	height:100px;
	z-index:2;
	background:#000000;
	background-image:url(cityfitness_title.jpg);/**/	
} 

#leftFrame {
	float: left;
	width:170px;
	z-index:5;
	background: #000000;
	margin: 3px 0 0;
	/*position:absolute;
	top:113px;
	left:0px;*/
	height: 450px;
	/*border-width:1px;
	border-style:solid;
	border-color:#FFEE00;*/
}

#mainFrame {
	padding: 5px 5px 5px 5px;
	margin: 3px 0 0 173px;
	width:627px;
	z-index:6;
	background: #000000;
	height:440px;
	/*position:absolute;
	top:113px;
	left:173px;*//*	border-width:1px;
	border-style:solid;
	border-color:#000000;*/
}

div#mainFrame a:link {
  color: lightblue;
}
div#mainFrame a:visited {
  color: blue;
}
div#mainFrame a:hover {
  color: orange;
}
div#mainFrame a:active {
  color: blue;
}

#bottomFrame {
	clear:both;
	margin: 3px 0 0 0;
	padding: 5px;
	/*position:relative;
	position:absolute;
	top:700px;*/
	width:800px;
	min-height:20px;
	z-index:7;
	background: #000000;
}

#Titel {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#Kategorie {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
#Text {
	font-family: sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#Vereinsname {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

table.Tabelle {
	font-family: Arial;
	font-size: 12px;
	border-collapse:collapse;
/*	border-collapse:separate;*/
	border-spacing:5px;
}

table.Tabelle td{
	border: 1px solid white;
	padding: 5px 5px 5px 5px;
	vertical-align: top;
/*	background-color: #CCCCCC;*/
}
.htmlarea-content-body {
	font-family: sans-serif;
	font-size:12px;
	margin:0;
	padding:3px;
	background:#000000;
}

div#bottomFrame a:link {
  color: white
}
div#bottomFrame a:visited {
  color: white
}
div#bottomFrame a:hover {
  color: white
}
div#bottomFrame a:active {
  color: white;
}

a.internal-link img{
	border:0px solid red;
}