@charset "utf-8";
#flash_med {
	height: 400px;
	width: 965px;
}
#catcontent {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.cat_miniature {
	background-image: url(../images/kat_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 7px;
	float: left;
	height: 163px;
	width: 308px;
	position: relative;
	display: inline;
}
.cat_img_frame {
	margin:0;
	position: absolute;
	left: 19px;
	top: 20px;
}
.cat_img_frame img{
	border: 1px solid #FFFFFF;
}
.cat_txt {
	margin:0;
	height: 123px;
	width: 135px;
	position: absolute;
	top: 21px;
	right: 14px;
}
.cat_txt h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 129px;
	position: absolute;
	top: 0;
	margin:0;
	text-align: center;
	background-color: #000000;
	opacity: 0.70;             /* CSS 3 , opera 9*/
	filter: alpha(opacity=70); /* MSIE  */
	-moz-opacity: 0.70;        /* Gecko */
	padding: 5px 3px 5px 3px;
}
.cat_txt h4 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 131px;
	position: absolute;
	bottom: 0;
	margin:0;
	text-align: center;
	background-color: #000000;
	opacity: 0.50;             /* CSS 3 , opera 9*/
	filter: alpha(opacity=50); /* MSIE  */
	-moz-opacity: 0.50;        /* Gecko */
	padding: 4px 2px 4px 2px;
}
.cat_txt h3 a, .cat_txt h3 a:active, .cat_txt h3 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.cat_txt h3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#cat_title {
	font-size: 1.8em;
	font-weight: bold;
	color: #38578e;
	text-align: center;
	margin: 10px auto;
}
#cat_txt {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	color: #000000;
	margin: 0 0 10px 0;
}

