body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(../images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style_red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #79291E;
	font-style: normal;
	font-weight: normal;
}
.style_red_small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #79291E;
	font-style: normal;
	font-weight: normal;
}
.style_red_small_b {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79291E;
	font-style: normal;
	font-weight: bold;
}
.style_red_bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #79291E;
	font-style: normal;
	font-weight: bold;
}
.style_red_bold14 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #79291E;
	font-style: normal;
	font-weight: bold;
}
.style_green {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #70855A;
	font-style: normal;
	font-weight: normal;
}

/* ---- Links ----------------------------------------------------------- */
a:link  {
	text-decoration: none;
	color: #79291E;
}
a:visited {
	text-decoration: none;
	color: #79291E;
}
a:hover	{
	text-decoration: underline;
	color: #79291E;
}
a:active {
	text-decoration: underline;
	color: #79291E;
}

/* ---- Footer Links ----------------------------------------------------------- */
a.footer:link  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #79291E;
	font-style: normal;
}
a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #79291E;
	font-style: normal;
}
a.footer:hover	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #79291E;
	font-style: normal;
}
a.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #79291E;
	font-style: normal;
}

/* chCounter CSS */
/* Einstellen der Tabellenbreite */
    .chCounterTable
    {
        /* width: 400px; */
        border-width: 0px;
    }
    /* Einstellen der Schriftgröße Text*/
    .chCounter1
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px;
	color: #AAAAAA;
    }
    /* Einstellen der Schriftgröße Werte*/
    .chCounter2
    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 0px;
	color: #888888;
    }  
