body
{
	background-color: 	#ffffff;
	background-image: 	url("img/fejlec_ptn.jpg");
	background-repeat: 	repeat-x;
	font-family:		Tahoma;
}

#fejlec
{
	background-image: 	url("img/fejlec.jpg");
	background-repeat: 	no-repeat;	
	vertical-align: bottom;
	height: 242px;
}

#balhasab
{
	width: 	153px;
}

h1
{
	display: block;
	width: 100%;
	background-color: #F0FFC9;
	color:		#98B252;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 4px;
	border-bottom: #98B252 3px solid;;
	font-size:	18px;
	font-weight:	bold;
	font-family:	Tahoma;
}

h2
{
	color:		#688e00;
	font-size:	13px;
	font-weight:	bold;
	font-family:	Tahoma;
}

h4
{
	font-size: 9px;
	color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}

#ct
{
	width: 547px;
}
#ct, #lablec
{
	padding-top: 6px;
}
#ct i
{
	font-style: normal;
	background-color: #F0FFC9;
}


#ct a
{
	text-decoration: none;
	color: #688e00;
}

#ct table
{
	border-top: #e0e0e0 3px solid;
	border-bottom: #e0e0e0 3px solid;
}

#ct, #ct td, #ct th
{
	border-bottom: #DFE9C6 1px solid;
	padding: 1px, 0px, 1px, 0px;
	font-size:	11px;
	color:		#7a7a7a;
	text-align: justify;
	line-height: 14px;
}

#ct th
{
	color:		#688e00;
	font-weight: normal;
}

#ct li
{
	margin-bottom: 8px;
}

#lablec
{
	height: 69px;
	background-image: url("img/lablec_ptn.jpg");
	background-repeat: repeat-x;
	/*color:		#7a7a7a;*/
	color:		#98b252;
	font-size:	10px;
	padding: 0px;
	margin: 0px;
}

.thumb
{
	position: relative;
	border: #EAEFDC 1px solid;
	float: left;
	width: 120px;
	height: 200px;
	display: block;
	/*background-color: #e0e0e0;*/
	margin: 0px;
	margin-bottom: 10px;
	margin-right: 13px;
	margin-left: 13px;
	padding: 10px;
	text-align: center;
}
.thumb:Hover
{
	background-color: #EAEFDC;
	color: #ffffff;
}

a.info{
    position:relative; 
    z-index:24;
    color: #688e00;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#fff}

a.info span{display: none}

a.info:hover span{ 
    display:block;
    padding: 5px;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #688e00;
    background-color:#ffffff; color:#666;
    opacity: .9;
filter: alpha(opacity=90);
    text-align: left}
