#news_page{
	width: 100%;
	
}
/*#news_page  h1 {text-align: center;margin: 10px 0;}   ist schon in basemod.css*/
.news_page_row{
	padding: 0 8px;	height: 270px;	border-top: 4px solid #bbb;overflow: hidden;position: relative;
}

 /* basis für 3 spaltige Zeilen*/
	
	.left_col_33 { float: left; width: 33%; position: relative;height: 100%;	}
	.right_col_33 {float: right; width: 33%;position: relative;height: 100%;}
	.center_33 { margin: 0 33% 0 33%;position: relative;height: 100%;}
	.right_col_66 { margin-left: 33%;height: 100%; }
	.left_col_66 {margin-right: 33%;height: 100%;}
	

.text_in_cols {
	padding: 10px 40px; 
	text-align: justify;
	/*height: 100%;*/
	/*background: #88f;*/
	display: table-cell;vertical-align: middle;
	height: 270px; 
}
.text_div {display: table;height: 100%;}
.img_in_cols {
	top: 135px; left: 50%; position: absolute;height: 10%;width:20%;	/* top: 50% */
}

.text_whole_line {
	padding: 10px 80px; 
	text-align: justify;
}


.float_r{
	float: right;
}

.layout_choose{
	padding-top: 2px;

}
.layout_choose_label{
	float: left;
	padding: 3px 10px;
	#background-color: #aaffaa;
}


.imagetext {
	position: absolute;
	border: 1px solid  #999;
	color:#fff;
	width: 298px;
	margin-left: -150px;
	left: 50%;
	bottom: 4px;
	text-align: center;
	background: url("../img/general/grau_70.png");
	font-size: 0.9em;
	height: 2.7em;
}
.imagetext:hover{height: auto; background-Color: #f00;}

.teaser {
	/*font-family: 'Gill Sans','lucida grande',helvetica,arial,sans-serif;*/
	font-size: 1.05em;
	/*font-weight: bold;*/
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
#cat_links{
	
}
#cat_links ul li {
	
}