/* Hauptdefinitionen für die gesamte Seite */
body {
	margin: 0;
	color: #000;
	background-color: #FFF;
	font-size: 12px; /* Schriftgröße und Schriftart der gesamten Seite */
	font-family: Verdana, Helvetica, Arial, Sans; 
}

h1, h2, h4, h5, p, span,table,b { text-align:left; }
h6, h5 {text-align:center;}
 

a { 
color: #990033; 
background-color: transparent;
text-decoration:underline; 
}  
a:visited {
color: #000000;
background-color: transparent;
}
a:active {
color: #000000;
background-color: transparent;
}   
a:hover { 
color: #990033;
background-color: transparent;
}


/* Rahmen um Bilder entfernen (bei Links) */
img {
	border: 0;
}

/* Menüleiste */
.menubar {
	padding-top: 5px;
	padding-left: 30px;
	width: 1200px;
	height: 36px; */
	color: #990033;				/* Farbe der Schrift im Menü */
	background-color: #FFFFFF;	/* Hintergrundfarbe der Menüleiste */
	border: 1px solid #990033;	/* Rahmengestaltung */
}

/* Hintergrund des Hauptinhaltsbereiches */
.inhalt_bg {
	width: 848px;
	height: 618px;
	background-image: url("images/index_08.gif");
    background-repeat: no-repeat;	
}

/* Vordergrund des Hauptinhaltsbereiches */
.inhalt_fg {
	padding-left: 10px;
	width: 838px;
	height: 618px;
	overflow: auto;
}

/* Klasse für die Boxen am rechten Rand */
.box {
	width: 176px;
	height: 33px;
	color: #000;
	background-color: #F3F3F3;
	border: 1px solid #990033;
	border-top: 0px;
}

/*Counter CSS*/

.chcTable
{
  width: 190px;
  border-spacing: 1px;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid;
  text-align: left;
  background-color: #990033;
}
.chcHeaderRow
{
  background-color: #990033;
  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;
}

/* Google Banner oben */
#banner_oben{
position:absolute;
background: transparent;
 width:256px;
 height:60px;
 top:45px;
 left:930px;
}
