@charset "utf-8";
/* CSS Document */
#galeria {
	font-family: Helvetica, Arial, sans-serif;
	width:1000px;
}
.kepcontainer {
	margin: 10px 10px;
	padding: 10px  10px;
	width:950px;
	height: auto;
	background-color: #E19D00;
	border: 1px solid #960;
}
.datum {
	float:left;
	width:56px;
	height:48px;
	margin-right: 15px;
	background-image: url(../images/datum_back2.jpg);
	background-repeat: no-repeat;	
	font-size: 16px;
	color:#377704;
	text-align:center;
	line-height:20px;
	padding-top:10px;
	font-weight: bold;
}
.cim {
	float:left;
	width:830px;
	height:48px;
	font-size: 16px;
	color:#5f220a;
	line-height:20px;
	padding-top:10px;
	padding-left: 15px;
	font-weight: bold;
}
.kepsor {
	width:930px;
	float: left;
	font-size: 16px;
	color:#5f220a;
	line-height:20px;
	padding-top:10px;
	font-weight: bold;
}
.kepsor img{
	border: 1px solid #000;
}
.datumka {
	font-size: 13px;
	color:#F60;
	font-weight: bold;
}
.cimek , .cimek a:link, .cimek a:visited {
	font-size: 12px;
	line-height:26px;
	color:#5f220a;
	font-weight: bold;
	text-decoration:none;
}
.cimek a:hover {
	text-decoration:underline;
}

