/* jQuery Countdown styles 1.5.0. */
/****************************************/

/******* Stellaronda Gewinnzeit Style *******/

#cTime2 {
	position:absolute;
	background:url(bg2.png) no-repeat ; 
	width:285px;
	margin:390px 0 0 350px;

	height:100px; 
}

#cTime2 h2 {
	font-size:12px; 
	color:#1b549b; 
	padding:0;
	margin:0;
	margin:15px 0 0px 20px;
	color:#003980;
	text-transform:uppercase;
	width:240px;
}
#thetime {
	display:block;
	font-size:32px;
	font-weight:bold;
	margin-left:20px;
	color:#fccd00;
	width:235px;
	text-align:center;
}

/******* Countdown Style *******/
.hasCountdown {
	/*border: 1px solid #ccc;
	background-color: #eee;*/
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
#MyCountdown{
	height:50px; 
	padding:20px 15px 15px 15px; 
	color:#1b549b; 
	width:220px;
	margin-left:40px;

}
#countDown{
	position:absolute; 
	/*margin:267px 0 0 350px;*/
	top:430px;
	left:170px;
	background:url(bg.png) no-repeat ; 
	width:285px;
	/*display:none;*/
}
#countDown h2{
	font-size:11px; 
	color:#1b549b; 
	padding:0;
	margin:0;
	margin:11px 0 0px 20px;
	color:#003980;
	text-transform:uppercase;
	width:240px;
}
#countDown h2 small{font-size:10px;}
