
/********* Locations  *************/

.fe_location_box {
	position: relative;
	border: 1px solid #e6e6e6;
	margin: 6px 10px;
	width: 380px;
	float: left;
/*	margin-right: 20px;*/
	background-color: #fff;

	
	/*background: transparent url(../bilder/tmp/location_box.png) no-repeat 0 0;*/
}

.fe_location_box:hover {
	background-color: silver;
	border-color: gray;
}

.fe_location_box .ce_text {
	position: relative;
	float: left;
	margin: 12px 8px 10px 12px;
	width: 190px;
	overflow: hidden;
}

.fe_location_box .ce_facts {
	position: absolute;
	bottom: 7px;
	left: 16px;
}

.fe_location_box .fe_pg_comments {		
	line-height: 18px;
}

.fe_location_box .fe_pg_views {
	line-height: 16px;
}

.fe_location_box > a > img {
	margin: 6px;	
	float: right;
	border: none;
	border: 1px solid #e6e6e6;
	padding: 3px;
}

.fe_location_box a:hover h1 {
	text-decoration: underline;
}

.fe_location_box:hover > a > img {
	border: 1px solid gray;
}

.fe_location_box h1 {
	font-size: 18px; 
	line-height: 22px;
	color: #000;
}

.fe_location_box h2 {
	font-size: 14px; 
	line-height: 16px;
	color: #990066;	
}

.fe_location_box.premium {
	background-color: #c62487;
}

.fe_location_box.premium h1,
.fe_location_box.premium h2 {
	color: #fff;
}

.fe_location_box.premium:hover,
.fe_location_box.premium:hover a img  {
	border-color: #e6e6e6;
	background-color: #990066;
}

.fe_location_box.premium .fe_pg_views {				
	background: url(../bilder/photos/p_views_icon_white.png) no-repeat 0 1px;
	color: #fff;
}

.fe_location_box.premium .fe_pg_comments {			
	background: url(../bilder/photos/p_comments_icon_white.png) no-repeat 0 1px;
	color: #fff;
}

.fe_location_top {
	position: absolute;
	background: url(../bilder/photos/box_top_icon.png) no-repeat 0 1px;
	width: 38px;
	height: 38px;
	bottom: 7px;
	left: 12px;
}

.fe_location_box .ce_facts {
	position: absolute;
	bottom: 7px;
	left: 62px;
}

.fe_pg_h_top {
	position: relative;
	background: url(../bilder/photos/header_top.png) no-repeat 0 -1px;
	width: 58px;
	height: 54px;
	float: left;
	top:-13px;
	/*bottom: 7px;
	left: 12px;*/
	margin-bottom: -10px;
}


/******* Locations Navi ********/

#fe_l_n {
	position: relative;
	width: 796px;
	height: 67px;
	background: transparent url(../bilder/locations/l_n_bg.png) no-repeat 0 0;
	margin-bottom: 15px;
	padding: 22px 0 0 36px;
}

#fe_l_n .big_button {
	float: left;
	margin-right: 50px;
}

/******** Location Detail ***********/

#fe_ld {
	position: relative;
	width: 800px;
	background-color: #ddd;
	margin-top: 12px;
}

#fe_ld > #fe_ld_info {
	 position: relative;
	 width: 250px;
	 padding: 10px;
	 background-color: #f4f4f4;
	 float: right;
	/* border: 1px solid gray;*/
} 

#fe_ld_info div.info_text {
	width: 240px;
	height: 370px;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #fff;
	border: 1px solid silver;
   line-height: 13px;
	padding: 5px;	
	color: #222;
}

#fe_ld_img_frame {
	position: relative;
	float: left;
	width: 530px;
	height: 500px;
	/*background-color: #ddd;*/
}

#fe_ld_thumbs {
	position: absolute;
   width: 530px;
	bottom: 0;
   left: 0;
	background-color: #333;
	height: 100px;
	text-align: center;
}

#fe_ld_thumbs a > img {
	border: 1px solid white;
	margin: 13px 2px 0 2px;
}

#fe_ld_thumbs a:hover > img {
	border: 1px solid silver;
}


#fe_lo h3 {
	/*margin-right: 10px;
	margin-left: 10px;*/
}

#fe_lo .even {
	background-color: #fff;
}

#fe_lo .odd {
	background-color: #eaeaea;
}
