div.flow {
	display: block;
	width: 665px;
	overflow: hidden;
}

div.flow_content {
	width: 3000px;
}

div.news-list-item {
	float: left;
	width: 310px;
	margin-right: 35px;
}

div.news-list-item h1 a:hover, div.news-list-item h4 a:hover {
	text-decoration: underline !important;
}

div.news-list-item {
	margin-bottom: 3px !important;
}

div.flowTurnCont {
	display: block;
	overflow: auto;
	padding-left: 485px;
	line-height: 20px;
	vertical-align: center;
	height: 20px;
	margin-top: 2px;
}
a.flowbuttonBack, a.flowbuttonForw, a.flowbuttonBack2, a.flowbuttonForw2 {
	font-size: 10px;
	width: 14px;
	height: 14px;
	margin-top: 3px;
}

a.flowbuttonBack {
	float: left;
	background: url(../images/flow/flowleft_n.gif) top left no-repeat;	
}

a.flowbuttonForw {
	float: left;
	background: url(../images/flow/flowright_n.gif) top left no-repeat;	
	margin-left: 4px;
}

a.flowbuttonBack2 {
	float: left;
	background: url(../images/flow/flowleft_h.gif) top left no-repeat;	
}

a.flowbuttonForw2 {
	float: left;
	background: url(../images/flow/flowright_h.gif) top left no-repeat;	
	margin-left: 4px;
}

a.weitere {
	float: left;
	color: #E5007D;
	font-size: 12px;
	font-weight: normal !important;
	padding-right: 8px;
	line-height: 20px;
	vertical-align: center;
}

div.dotted {
	display: block;
	border: 0px 0px 0px 0px;
	border-top: 1px dashed #666;
	width: 650px;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 20px;
}