h1
{
	font-family: Courier New;
	color: black;
	font-size: 1.6em;
	text-align: center;									/*Überschriften groß*/
}

h2
{
	font-family: Courier New;
	color: black;
	font-size: 1.2em;										/*Überschriften mittel*/
}

h3
{
	font-family: Courier New;
	color: black;
	font-size: 1.0em;										/*Normal Schrift*/
}

p
{
	font-size: 1em;											/*Absätze*/
}

a
{
	text-decoration: none;							/*entfernt unterstreichung von link's*/
}

a:link
{
	color: white;												/*a mit Pseudo-Element link auf schwarz*/
}

a:visited
{
	color: white;												/*besuchte link's schwarz*/
}

a.link img
{
	border: none;
}

a img
{
	border: none;
}

.chcTable
{
  width: 190px;
  border-spacing: 1px;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  text-align: left;
  background-color: #BDD2D9;
}
.chcHeaderRow
{
  background-color: #0780BC;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
}
.chcLeftRow
{
  background-color: #F2F0F0;
  color: #000000;
  font-size: 10px;
  padding: 3px;
}
.chcLeftRowAlt
{
  background-color: #E0DFDF;
  color: #000000;
  font-size: 10px;
  padding: 3px;
}
.chcRightRow
{
  background-color: #F2F0F0;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  text-align: right;
}
.chcRightRowAlt
{
  background-color: #E0DFDF;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  text-align: right;
}
.chcA a
{
  font-size: 10px;
}

a.info{ 
    position:relative; 
    z-index:1; 
    color:#000; 
    text-decoration:none} 

a.info:hover{z-index:2;} 

a.info span{
display: none;
} 

a.info:hover span{ 
    display:block; 
    position:absolute; 
background-image: http://weimarersv-fussball.de/images/bau_gross.GIF; 
    top:100px; left:200px;width:240px; height:180px; 
     }