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

html {text-align:justify;}

body
	{
    font: 11px Georgia, "lucida bright", "times new roman", serif;
	color: #444;
   	line-height: 1.8;
	}

a {
	font-weight:bold;
	color:#6ca500;
	text-decoration:none;
}

a:hover {
	color:#fff7e5;
	background-color:#6ca500;
}

.rating_small { 
	font-weight:bold;
	font-size:14px;
}

.votes_small {
	color:#333333;
	font-size:10px;
}

.rating_big {
	font-weight:bold;
	position:relative;
	bottom:3px;
	font-size:22px; 
	line-height:1.3;
}


.image_ranking {
	font-weight:bold;
	font-size:44px; 
	line-height:1.3;
}

.votes_big { 
	line-height:1.3;
}

.footer_headline {
	font-weight:bold;
	color: #6ca500;
}

.footer_text {
	color: #BBB;
}

a.footer_link_green {
	font-weight:normal;
	display:inline;
}

a.footer_link_green:hover {	color: #FFF;
					background-color: #000;
}

a.footer_link_white{
	color: #BBB;
	font-weight:normal;
	display:block;
}

a.footer_link_white:hover {	color: #000;
					background-color: #6ca500;
}

.image_subtitle {
	color:#FFF;
	background-color:#000;
	line-height:1.3;
}

.hiddenPic {display:none;}