@charset "UTF-8";
/* CSS Document */
body {
	background-color: #474746;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
}
.toggler  {
	cursor:pointer;
	font-weight:lighter;
	color:#666666;
	margin: 0;
	padding:5px;
	font-size:12px;
	font-family:Arial, sans-serif;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-align: center;
}
.aktuell  {background:#2C2C2C;
	
}
.aktuell:hover  {	color:#666666;;
	
}

.toggler:hover	 { background:#2C2C2C; }


.element	 {
	padding:0 5px;
	text-align: center;
}

a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.enterbutton {
	color: #FB7215;
}

.enterbutton a:link {
	color: #FB7215;
}
.enterbutton a:visited {
	color: #FB7215;
}
.enterbutton a:hover {
	color: #FFCC33;
}
.enterbutton a:active {
	color: #FB7215;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 99%;
	color: #666666;
}
#footer a:link {
	color: #666666;
	text-decoration: none;
}

