
.index-news-item {
	width: 100%;
	background-color: #fff;
	padding: 0 10px 15px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c3d2e4;

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;

	box-sizing: border-box;
}


.index-news-content {
	width: 100%;
	padding: 0;
	margin: 0;
}

.index-news-content-wo-img {
	width: 100%;
}

.index-news-image {
	min-width: 100px;
	width: 100px;
	min-height: 75px;
	/* height: 75px; */
	margin: 0;
	display: block;

	border: 1px solid #c7cedf;
	box-sizing: border-box;
}
.index-news-image-link {
	min-width: 100px;
	width: 100px;
	min-height: 75px;

	margin: 0 15px 0 0;
	display: block;
	box-sizing: border-box;
}
.index-news-date {
	color: #6291b7;
	font-size: 14px;
	margin: 6px 0;
	display: block;
	font-weight: bold;
}
.index-news-date > a {	
	color: #09488f;
	/*
    font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	*/
}


.index-news-title {
	color: #09488f;
	font-size: 14px;
	text-decoration: none;
	margin: 0 0 6px 0;
	display: block;
	font-weight: bold;
}
a.index-news-title:visited {
	color: #8b9fb0;
}
.index-news-text {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
	/* font-weight: bold; */
	font-weight: 400;
}
/*
a.index-news-text:visited {
	color: #8b9fb0;
}
*/

.tags{
	font-size: 12px;
	margin: 0 0 6px 0;
}
.tag, .tag:visited{
	color: #0016A6;
	font-size: 12px;
	text-decoration: none;
}



#pager {
	width: 670px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: #000;
	font: 14px roboto;

	border-bottom: 1px solid #c3d2e4;

	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
}
.pager-items {
	/*width: 290px;*/
	margin: 0 10px;
}
.pager-item {
	color: #000;
	margin: 0 2px;
}
.pager-item-active {
	font-weight: 500;
	margin: 0 3px;
}
.pager-form {
	display: inline-block;
}
.pager-submit {
	border: none;
	display: inline-block;
	background: url(data:image/gif;base64,R0lGODlhHAATAIABAACSSgAAACH5BAEKAAEALAAAAAAcABMAAAJAhIOparDZngxR1skO3nzFax3gp02kA4ll6IDdm7Yqmsn2Sa0I3vB6bgPCYDhMcTfbHIUuT3IIbZp+SBpHKnxhCwA7);
	width: 28px;
	height: 19px;
	background-repeat: no-repeat;
	margin-left: 5px;
	cursor: pointer;
}
.pager-input {
	display: inline-block;
	width: 40px;
	border: 1px solid #c3d2e4;
}



/* --- arrows before spiegels --- */
.arch-arrows {
	width: 100%;
	box-sizing: border-box;
	height: 32px;
	/* padding: 3px 4px; */
	margin-bottom: 10px;
	color: #09488f;
	font-size: 15px;
	font-weight: 500;	
	/* background: linear-gradient(#c1d9ed, #94b5d1); */

	display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-content: center;
		align-items: center;
}

.arch-arrows-link-l, .arch-arrows-link-r {
	color: #09488f;
	font-size: 13px;	
	background-repeat: no-repeat;

	display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;

 }
.arch-arrows-link-l {
	background-image: url('https://static.newsru.com/v2/img/misc/arrow_left.gif');
	background-position: left;
	margin-left: 4px;
	padding-left: 16px;
}
.arch-arrows-link-r {
	background-image: url('https://static.newsru.com/v2/img/misc/arrow_right.gif');
	background-position: right;
	margin-right: 4px;
	padding-right: 16px;
}
/* ----------------------------------- */


