/* PHOTOREPORT */
/* color: #E8EDF5; */
/* background: #7F8A89; */
/* oranz #EF3B03 */
/* zel #CCF005 */


/* --------- LIST ------------------------------------------------------------------------ */
#photoreport-list {

}

#photoreport-list h2 {
	color: #CCF005;
	color: #064D72;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 5px;
	background: transparent url('../images/50x50_program_rectangle.gif') bottom left no-repeat;
	/* border: 1px dotted red; */
}

#photoreport-list .photoreport-box {
	margin-left: 50px;
	margin-bottom: 5px;
}

#photoreport-list .photoreport-box h3 {
	font-size: 12px;
	padding-left: 10px;
	background: transparent url('../images/10x10_aktualita_title_rect.gif') top left no-repeat;
}

#photoreport-list .photoreport-box h3.isred {
	background: transparent url('../images/10x10_redbox_title_rect.gif') top left no-repeat;
}

#photoreport-list .photoreport-box h3 a {
	color: #E8EDF5;
	background: #7F8A89;
	text-decoration: underline;
	border: none;
}

#photoreport-list .photoreport-box h3 a:hover {
	color: #CCF005;
	background-color: transparent;
}



/* --------- DETAIL ------------------------------------------------------------------------ */
#photoreport-detail {

}

#photoreport-detail h1 {
	font-size: 16px;
	margin: 2px auto 2px auto;
	padding: 0px;
}

#photoreport-detail .datum {
	margin: 20px auto 2px auto;
	padding: 0px;
}

#photoreport-detail .photos_author {
	font-style: italic;
	padding: 0px;
	margin: 0px auto 10px auto;
}

#photoreport-detail .photoreport-text {
	margin-bottom: 20px;
}

#photoreport-detail .photos {
	float: none; 
	width: 100%;
}

#photoreport-detail .photos .photo-box {
	float:left;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	_width: 70px;
}

#photoreport-detail .photos a, #photoreport-detail .photos a:hover  {
	border: none;
	background: none;
	text-decoration: none;
	/*border: 1px dotted red;*/
}

#photoreport-detail .photos .photo-box img {
	padding: 2px; 
	border: 1px solid #BECECD;
	clear: both;
	float: none;
}

#photoreport-detail .photos .caption {
	font-size: 11px;
	color: #D7DCE3;
	padding: 3px 0px 0px 2px;
	margin: 0px;
}

#photoreport-detail .photos .author {
	color: #BECECD;
	text-align: right;
	margin-top: 3px;
	padding-right: 2px;
}
