.spigel-row {
	width: 670px;	

	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
	-webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
	-webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;

	box-sizing: border-box;
}

.spigel-single-div {
	background-color: #e7edf5;
	border: 1px solid #c3d2e4;
	padding: 10px 16px 20px 16px;
	margin: 0 0 24px 0;

	width: 670px;
	/*height: 192px;*/

	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
	-webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;

	box-sizing: border-box;
}
.spigel-double-div {
	background-color: #e7edf5;	
	border: 1px solid #fff;
	outline: 1px solid #c3d2e4;
	padding: 10px 16px 20px 16px;
	margin: 0 0 24px 0;

	width: 328px;
	/*height: 100%;*/

	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
	-webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;

	box-sizing: border-box;
}
.spigel-single-img{
	min-width: 292px;
	width: 292px;
	/*
	min-height: 164px;
	height: 164px;
	*/
	margin: 0 16px 0 0;
	padding: 0;
	border: 1px solid #c3d2e4;
}

.spigel-text {
	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column;
	-webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;
	-webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;
	
	box-sizing: border-box;
}
.spigel-text-single {
    width: 328px;
}
.spigel-text-double {
    width: 292px;
}
.spigel-text-head { 
	color: #09488f;	
	font-weight: 500;
	font-size: 18px;

	margin: 0 0 10px 0;
}
.spigel-text-body { 
	color: #000;
	font-size: 16px;
}


.index-news-item {
	width: 670px;
	background-color: #fff;
	padding: 0 0 14px 0;
	margin: 0 0 18px 0;
	border-bottom: 1px solid #c3d2e4;

	display: -webkit-flex; display: -ms-flexbox; display: flex;
	-webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
	-webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start;
	-webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start;

	box-sizing: border-box;
}
.index-news-content {
	width: 445px;
}

.index-news-content-wo-img {
	width: 670px;
}
.index-news-image {
	min-width: 200px;
	width: 200px;
	min-height: 150px;
	height: 150px;
	margin: 0 25px 0 0;
}
.index-news-date {
	color: #6291b7;
	font-size: 14px;
	margin: 0 0 6px 0;
	display: block;
}
.index-news-title {
	color: #09488f;
	font-size: 18px;
	text-decoration: none;
	margin: 0 0 6px 0;
	display: block;
}
.index-news-text {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
.tags{
	font-size: 12px;
	margin: 0 0 6px 0;
}
.tag, .tag:visited{
	color: #0016A6;
	font-size: 12px;
	text-decoration: none;
}




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

	border-bottom: 1px solid #c3d2e4;

	display: -webkit-flex; display: -ms-flexbox; display: flex;
  -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row;
  -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;
  -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-align-items: center; -ms-flex-align: center; align-items: center;
}
.pager-items {
	/*width: 290px;*/
	margin: 0 10px;
}
.pager-item {
	color: #000;
	margin: 0 2px;
}
.pager-item-active {
	font-weight: 700;
	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;
}