/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

.fliesstext { 
  font:normal normal 14px Helvetica;
  color:#222;
  line-height:1.5;
}

.bg {
	background-color: #dad9d9;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/* Headings
-------------------------------------------------------------- */

h1, h1 a, h1 a:active, h1 a:visited { font-family: Helvetica_bold; font-weight: normal; color:#fff; font-size:24px; }
h1 a:hover, h1 a:focus { font-family: Helvetica_bold; font-weight: normal; color:#ccc; font-size:24px; }

h2 {
	font-family: Helvetica_bold;
	font-weight: normal;
	color:#222;
	font-size:18px;
	margin-top:2em;
	margin-bottom:0em;
}
h1 a, h2 a, h3 a { text-decoration: none;}



/* Text elements
-------------------------------------------------------------- */

a {
	color:#F00;
	text-decoration: none;
}

a:focus, 
a:hover { color:#222;
}

.zahlen,
.zahlen a,
.zahlen a:visited {
	font-family: Helvetica_bold;
	font-weight: normal;
	color:#fff;
	font-size:32px;
}

.zahlen a:focus,
.zahlen a:hover {
	font-family: Helvetica_bold;
	font-weight: normal;
	color:#ccc;
	font-size:32px;
}

.aktiv,
.aktiv a,
.aktiv a:visited {
	font-family: Helvetica_bold;
	font-weight: normal;
	color:#ccc;
	font-size:32px;
	background-image: url(../images/aktiv.png);
	background-repeat: no-repeat;
	background-position: center 26px;
}