@charset "UTF-8";
/* CSS Document */

#contestheader{
	width: 378px;
	padding: 5px 20px 20px 240px;
	padding-top: 5px;
	color: #000;
	background-image: url(../images/contest/2/header.png);
	background-color: #f0c936;
	background-repeat: no-repeat;
}
#contestheader span.header{
	color: #f0c936;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
#contestheader a:link,#contestheader a:visited{
	font-size: 14px;	
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#contestheader a:hover,#contestheader a:active{
	font-size: 14px;	
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#contestranking{
	margin-top: 20px;	
}

#contestranking .element{
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #000;
}
#contestranking .element .top{
	background-image: url(../images/contest/2/rank_bg_top.png);
	width: 200px;
	height: 28px;
}
#contestranking .element .top .title{
	padding-left: 20px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
}

#contestranking .element .middle{
	background-image: url(../images/contest/2/rank_bg_middle.png);
	width: 200px;
	background-repeat: repeat-y;
}
#contestranking .element .bottom{
	background-image: url(../images/contest/2/rank_bg_bottom.png);
	width: 200px;
	height: 19px;
}
#contestranking .element .middle .bandimage{
	padding-left: 15px;
}
#contestranking .element .middle .rankbubble{
	width: 52px;
	height: 47px;
	text-align:center;
	font-size: 38px;
	padding-top: 5px;
	position: relative;
	top: -10px;
	left: -20px;
	background-image:url(../images/contest/2/rankbubble.png);
}

#contestranking .element .middle .name{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
	height: 40px;
	position: relative;
}

#contestranking .element .middle .link{
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
}

	
#contestranking a:link, #contestranking a:visited{
	color: #FFF;	
}
#contestranking a:hover, #contestranking a:active{
	color: #FFF;	
}

#programm{
	width: 190px;
	margin: auto;
	text-align: left;
}
#programm .title{margin-top: 10px;margin-bottom: 5px;font-size: 14px; font-weight: bold; color: #FFF;}
#programm .band{
	margin-bottom: 5px;
}
#programm .band a{
	color: #FFCC00;
	font-weight: bold;
}
