div#countdown_dashboard {
float: left;
width: 560px;
height: 114px;
margin: 0 0 1em 0;
background: url(../../../../../images/offers/counter.jpg) no-repeat 0 0;
}
div#countdown_dashboard a.xserie{
height: 114px;
width: 120px;
float: left;
}
div#countdown_dashboard a.tserie{
height: 114px;
width: 170px;
float: right;
}

/* Wenn Counter ausgelaufen diese Styles fuer neues Contentelement */
div#countdown_dashboard2{
float: left;
width: 560px;
height: 114px;
margin: 0 0 1em 0;
background: url(../../../../../images/offers/counter-off.jpg) no-repeat 0 0;
}
div#countdown_dashboard2 a.xlink{
height: 114px;
width: 45%;
float: left;
}
div#countdown_dashboard2 a.tlink{
height: 114px;
width: 45%;
float: right;
}


div#countercont{
width: 180px;
height: 60px;
margin: 32px 0 0 55px;
float: left;
padding: 0;
}
.dash {
float: left;
font-size: 34px;
color: White;
font-weight: bold;
letter-spacing: -2px;
}
.dash span{font-size: 10px; font-weight: normal; letter-spacing: -1px;margin: 0; padding: 0; font-family: verdana;}

.dash .digit {
float: left;
font-weight: bold;
}

.dash_title {
	display: block;
	font-size: 11px;
	font-family: verdana, arial;
}

.dev_comment {
	text-align: center;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}