#poi {
	margin-top: 30px;	
}

#poi .activetab, #poi .tab {
	display: block;
	width: 270px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	position: absolute;
	margin-top: 100px;
}

#poi .activetab {
	z-index: 20;	
	/*background:url(../img/poi_tab_mostclicks.gif);*/
}

#poi .tab {
	z-index: 10;
	background:url(../img/poi_tab_inactiv.gif) !important;
}

#poi #mostvotes {
	left: 15px;
}

#poi #mostclicks {
	right: 15px;

}

#poi #lifelogs {
	clear:both;
	border: 1px solid #009ee1;
	border-top:none;
	background: #fff;
	z-index: 1;
	position:static;
	overflow:hidden;
}

#poi h4 {
	background: #fff;
	padding-top: 5px;
	padding-left: 10px;
	height: 20px;
	color: #009ee1;
	font-size: 14px;
	position:static;
	padding-top:10px;
	margin-bottom:15px;
	clear: both;
	border-top: 1px solid #009ee1;
	
}

#poi ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 25px;
}

#poi ul img { 
	margin-right: 10px;
	float: left;
	border: 1px solid #009ee1;
	z-index: 2;
}

#poi .lifelog_0 {

	height: 50px;
	padding-left:10px;
	margin-bottom: 5px;
	background: #ecf9ff;
}

#poi .lifelog_1 {
	background: #fff;	
	height: 50px;	
	padding-left:10px;
	margin-bottom: 5px;
}

#poi .ll_name {
	color: #be5910;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

#poi .ll_info{
	text-align: right;
	color: #009EE1;
	font-weight: bold;
	margin-right: 20px;
	font-size: 14px;
	float:right;
}

#poi .ll_last_entry {
	font-size: 11px;
	font-weight: normal;
	color: #009EE1;
	float:left;
}

#poi .top50 {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#poi .lang_switch {
	float: right;
	margin-top: 17px;
	margin-right: 0px;	
}

#poi .back {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

#poi ul.poi_links{
	float:left;
	list-style-type:none;
	margin:22px 0 0;
	margin-top:22px !important;
	padding-left:15px;
	}
	
#poi ul.poi_links li{
	float:left;
	margin-right:24px;
}

#poi ul.poi_links a.active
{
color:#17A7E3;
text-decoration:none;
}

/* BALKONIEN GEWINNSPIEL */
#poi h4.lvl_cat_8 {
	color: #fff;
	background: #FF8A00;
}

#poi a.lvl_cat_8 {
	background:#FF8A00;
	border-bottom:5px solid #FF8A00;
	color:#FFFFFF;
	padding-bottom:0;
	margin-bottom: 0;
}

#poi ul.lvl_cat_8 .lifelog_0 {
	background: #FFF3DF;
}

#poi ul.lvl_cat_8 .lifelog_1 {
	background: #fff;
}


