@charset "utf-8";
/* CSS Document */
/********************************/
/* NORMAL TEXT (~editor text)
/********************************/
/* text on light bg
/********************************/
.text{
	font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fbf3cf;
	white-space:normal;
	word-spacing:normal;
}
.text a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}
.text a:link {color:#DCE8E9}
.text a:active {color:#DCE8E9}
.text a:visited {color:#DCE8E9}
.text a:hover {color:#FFF}
/********************************/
/* text on dark bg
/********************************/
.text_w{
	font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	white-space:normal;
	word-spacing:normal;
}
.text_w a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
}
.text_w a:link {color:#F4F7F7}
.text_w a:active {color:#F4F7F7}
.text_w a:visited {color:#F4F7F7}
.text_w a:hover {color:#FFF}
/********************************/
/* HEADLINE
/********************************/
.headline_1 {
	font:bold 13px/20px Georgia, 'Times New Roman', Times, serif;
	color:#faf1d5;
	/*letter-spacing:1px;*/
}
/********************************/
/* TRANSPARENT
/********************************/
.transparent_50 {opacity:0.50;-moz-opacity:0.50;-khtml-opacity:0.50;filter:alpha(opacity=50);}
.transparent_70 {opacity:0.70;-moz-opacity:0.70;-khtml-opacity:0.70;filter:alpha(opacity=70);}
.transparent_85 {opacity:0.85;-moz-opacity:0.85;-khtml-opacity:0.85;filter:alpha(opacity=85);}
.transparent_95 {opacity:0.95;-moz-opacity:0.95;-khtml-opacity:0.95;filter:alpha(opacity=95);}
/********************************/
/* DATA COMBO
/********************************/
.cat_wrapper{
	float:left;
	position:relative;
	width:165px;
	height:107px;
	margin-bottom:5px;
}
.cat_name{
	font:bold 11px/20px Georgia, 'Times New Roman', Times, serif;
	color:#3f271a;
	margin-left:8px;
	white-space:nowrap;
}
.cat_name a:link {color:#3f271a;}
.cat_name a:active {color:#3f271a;}
.cat_name a:visited {color:#3f271a;}
.cat_name a:hover {color:#3f271a;}

.cat_img{
	position:absolute;
	top:22px;
	left:2px;
	z-index:2;
}
.cat_img_bg{
	position:absolute;
	top:20px;
	z-index:0;
	width:165px;
	height:87px;
}
.cont_name{
	font:bold 12px/16px Georgia, 'Times New Roman', Times, serif;
	color:#3f271a;
	text-align:left;
	margin-bottom:8px;
	}
.cont_desc{
	font:normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fbf3cf;
	white-space:normal;
	word-spacing:normal;
	text-align:left;
	width:300px;
}
.cont_read_on_link{
	width:100%;
	height:15px;
	}
.cont_read_on_link a{
	font:bold 9px/15px Georgia, 'Times New Roman', Times, serif;
	color:#3f271a;
	margin-right:15px;
	letter-spacing:1px;
	float:right;
	margin-top:8px;
	margin-bottom:5px;
	}
.cont_read_on_link a:link {color:#3f271a;}
.cont_read_on_link a:active {color:#3f271a;}
.cont_read_on_link a:visited {color:#3f271a;}
.cont_read_on_link a:hover {color:#3f271a;}
.cont_teaser{
	font:normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fbf3cf;
	white-space:normal;
	word-spacing:normal;
	text-align:left;
}
.teaser_img_wrapper{
	float:left;
	position:relative;
	width:165px;
	height:97px;
}
.teaser_img{
	position:absolute;
	left:2px;
	top:2px;
	z-index:2;
}
.teaser_img_bg{
	position:absolute;
	z-index:0;
	width:165px;
	height:87px;
}
/********************************/
/* FRONT NEWS
/********************************/
.front_news{
	font:normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#e5e4e4;
	white-space:normal;
	word-spacing:normal;
}
.front_news a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:10px;
}
.front_news a:link {color:#333}
.front_news a:active {color:#333}
.front_news a:visited {color:#333}
.front_news a:hover {color:#FFF}