/* ------------------------------------
	GLOBAL
--------------------------------------- */
.clear_float { clear:both; height:0px; font-size:1px;}

#flog {
	/* Damit meine CSS keine andere Formatierungen überschreibt. */
	font-size:12px;
	margin-bottom:25px;
}

#flog h1 {
	color:#009999;
	font-size:24px;
}
#flog p {
	line-height:15px;
}
#flog p.long_txt {
	text-align:justify;
	line-height:17px;
	margin:20px 42px 20px 0;
}

#flog a, #flog a:visited, #flog a:active {
	color:#009999;
	text-decoration:none;
}
#flog a:hover { text-decoration:underline; }

/* ------------------------------------
	OPTIONS FORM
--------------------------------------- */
#flog #options {
	margin:25px 0;
	padding:0 0 29px 0;
	background-color:#fbf2e4;
	border-top:1px solid #666;
}
#options .box {
	float:left;
	border:none;
	margin:0 8px 0 0;
}
#options label {
	font-size:11px;
	font-weight:bold;
	display:block;
	padding:0 2px;
	margin-bottom:3px;
}
#options select, #options input {
	width:150px;
	font-size:11px;
	padding:2px 0;
	border:1px solid #ccc;
}
#options .submit {
	width:auto;
	margin:28px 0 0 0;
	padding:1px 8px;
	color:white;
	font-size:11px;
	background-color:#009999;
	border:1px solid #ccc;
}
/* ------------------------------------
	THUMB - PAGES
--------------------------------------- */
#flog div#pages_top {
	z-index:2;
	margin:-68px 0 40px 0px;
	padding: 0px 0px 0px 14px;
	background-color:#fbf2e4;
	border-bottom: 1px solid #666;
	height: 45px;
}
#flog div#pages_bottom {
	margin:25px 0 0 0;
	padding:10px 10px 0 10px;
	background-color:#fbf2e4;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
#pages_top p, #pages_bottom p {
	float:left;
	width:60px;
	margin:0 0 15px 0;
	font-weight:bold;
	vertical-align:top;
}
#pages_top div, #pages_bottom div {
	line-height:16px;
}
#pages_top span, #pages_bottom span {
	display:block;
	float:left;
	margin:0 0 3px 0;
	padding:0 4px 1px 4px;
	border:1px solid #ccc;
	background-color:white;
	cursor:default;
	width: 17px;
	text-align: center;
}
#pages_top a, #pages_top a:hover, #pages_bottom a, #pages_bottom a:hover {
	display:block;
	float:left;
	margin:0 0 3px 0;
	padding:0 4px 1px 4px;
	width: 17px !important;
	text-align: center;
	border:1px solid #fbf2e4;
}
#pages_top a:hover, #pages_bottom a:hover {
	border:1px solid #ccc;
	background-color:white;
	text-decoration:none;
}
/* ------------------------------------
	THUMBS
--------------------------------------- */
#flog .thumb {
	display:block;
	float:left;
	height:169px;
	margin: 0 18px 25px 3px;
	padding:3px 4px 2px 4px;
	text-align:center;
	background:url(../Images/mis_fotos/thumb_bg.gif) repeat-x;
	border:1px solid #009999;
	voice-family:"\"}\""; voice-family:inherit;
	width:144px;
} html>body #flog .thumb { width:134px; }

.thumb h2 {
	color:#188a8a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	margin:0 0 2px 1px;	
}
.thumb h3 {
	margin:0 0 4px 1px;
	color:#777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:left;
}
.thumb h3.h3_comments {
	margin:1px 0 2px 1px;
}
#flog .thumb a, #flog .thumb a:visited, #flog .thumb a:active, #flog .thumb a:hover {
	color:#009999;
	font-weight:normal;
	text-decoration:none;
}
#flog .thumb a:hover { text-decoration:underline; }

#flog .thumb h2 a, #flog .thumb h2 a:visited, #flog .thumb h2 a:active, #flog .thumb h2 a:hover {
	color:#009999;
}
.thumb .img_box {
	height:100px;
	margin:0 0 1px 0;
}
.thumb .img_box img {
	padding:1px;
	background-color:white;
	border:1px solid #009999;
}

.thumb span {
	display:block;
	width:32px;
	padding:5px 0 0 1px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	color:#000;
}
/* ------------------------------------
	RAITNG
--------------------------------------- */
#flog .star-rating{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../Images/mis_fotos/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(../Images/mis_fotos/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{ left: 0px; }
.star-rating a.one-star:hover{ width:20px; }
.star-rating a.two-stars{ left:20px; }
.star-rating a.two-stars:hover{ width: 40px; }
.star-rating a.three-stars:hover{ width: 60px; }
.star-rating a.three-stars{ left: 40px; }
.star-rating a.four-stars{ left: 60px; }	
.star-rating a.four-stars:hover{ width: 80px; }
.star-rating a.five-stars{ left: 80px; }
.star-rating a.five-stars:hover{ width: 100px; }

/* ------------------------------------
	XL IMAGE
--------------------------------------- */
#img_data {
	margin:15px 0 0 10px;
}
#img_data h1 {
	font-size:24px;
	margin-bottom:0;
}
#img_data h2 {
	font-size:13px;
	margin:0 0 20px 0;
}
#img_data p {
	margin-bottom:4px;
	line-height:17px;
}
#img_data span {
	display:block;
	margin:0 8px 0 0;
	padding:4px 0 0 0;
	float:left;
}
#img_data #xl_img {
	display:block;
	margin:15px 0 35px -1px;
	background-color:#fff;
	border:#fff solid 6px;
}
/* ------------------------------------------------
		COMMENTS
------------------------------------------------ */
h2#comments {
	margin:0 0 0 10px;
	padding:0 0 5px 37px;
	border-bottom:solid 6px #fff;
	font-size:22px;
	font-weight:bold;
	color:#009999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	voice-family:"\"}\""; voice-family:inherit;
	width:600px;
} html>body #comments { width:563px; }


div.comment, div.comment_1st {
	width:580px;
	margin:0 0 0 10px;
	padding:5px 10px 10px 10px;
	border-bottom:solid 6px #fff;
	background-color:#fdf0df;
	voice-family:"\"}\""; voice-family:inherit;
	width:600px;
}	html>body .comment { width:580px; }
	html>body .comment_1st { width:580px; }

div.comment_1st {
	border-top:solid 10px #fdf0df;
}
.comment .nr, .comment_1st .nr {
	float:left;
	font-size:15px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#444;
	margin:-1px 3px 0 0;
	padding-right:5px;
	width:20px;
}
.comment h2, .comment_1st h2 {
	float:left;
	font-size:14px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	color:#222;
	margin:0 15px 0 0;
}
.comment h3, .comment_1st h3 {
	float:left;
	font-size:11px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#222;
	margin:2px 5px 0 0;
	letter-spacing:1px;
}
.comment p, .comment_1st p {
	margin:4px 0 5px 29px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
.comment p br, .comment_1st p br {
	line-height:9px;
}
/* ------------------------------------------------
		META-NAVI BOTTOM
------------------------------------------------ */
div#meta_bottom {
	margin:0 0 0 11px;
}
/* ------------------------------------------------
		OVERLAY + LOADING
------------------------------------------------ */
#overlay {
	position: absolute;
	top:0;
	left:0;
	z-index:90;
	width:1600px;
	height:800px;
	background-color:#fff;
}
#flog #ov_loading {
	position: absolute;
	top: 35%;
	left:47%;
	height:35px;
	width:180px;
	margin-left:-90px;
	padding:15px;
	text-align:center;
	color:#ed7218;
	font-size:12px;
	font-weight:bold;
	background:#fff url(../images/mis_fotos/thumb_bg.gif) repeat-x;
	border:1px solid #999;
	z-index:92;
}
#ov_loading span { margin:-20px 0 0 10px; }

#flog #msg_warning {
	position: absolute;
	top: 35%;
	left:47%;
	height:80px;
	width:180px;
	margin-left:-90px;
	padding:15px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	background:#fff url(../images/mis_fotos/thumb_bg.gif) repeat-x;
	border:1px solid #999;
	z-index:91;
}
 