.spiegels-block {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 5px 10px 5px;

	display: block;
	box-sizing: border-box;	
}

.spiegels-block {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0 5px 10px 5px;	

	display: block;
	box-sizing: border-box;	
	border-bottom: 1px solid #000;
}


.sp-main-title , .sp-main-title:link
{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;	

	/* color: #09488f; */
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;

	display: block;
	box-sizing: border-box;
}
.sp-main-text , .sp-main-text:link 
{
	margin-bottom: 10px;
	padding: 0;
	color: #000;
	font-size: 16px;
	line-height: 17px;
	display: block;
	box-sizing: border-box;
}

.sp-small-title, .sp-small-title:link {	
	/* color: #09488f; */
	text-decoration: none;
	font-size: 16px;
	/* line-height: 22px; */
	font-weight: bold;
	margin-bottom: 12px;	
	text-align: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
}

/*
.sp-small-title:last-of-type , .sp-small-title:last-of-type:link 
{
	font-size: 16px;
	line-height: 16px;
}	
*/	

/* ------------------------- */
.arch-head {
	width: 100%;
	box-sizing: border-box;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom: 10px;
	/* color: #09488f; */
	font-size: 14px;
	font-weight: 400;	
	
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

    align-items: center;
}

.arch-head a {
	/* color: #09488f; */
	color: #00f;
	
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;    
    align-items: center;
 }

.day-back {
	font-size: 13px;
}

.day-forw {
	font-size: 13px;
}




/* --- hot news --- */
.hotnews-column {
	width: 100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	display: block;
	box-sizing: border-box;

	border-bottom: 1px #000 solid;
}

.hotnews-ul { 
	margin: 0;
	padding: 0;
}

.hotnews-li {
	list-style: none;
	margin: 0;
	padding: 0 0 12px 0;
}

.hotnews-text , .hotnews-text:link 
{
	/* color: #09488f; */
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;

}


.hotnews-adv {
	width: 320px;
	box-sizing: border-box;
	height: 450px;
	font-size: 13px;
	font-weight: 400;
	color: #aaa;
	text-align: center;
	margin-left: 5px;	
	margin-bottom: 5px;
	background-color: #eee;
	border: 1px solid #aaa;
}

.hotnews-title { 
	padding: 3px 10px;
	margin: 0 0 8px 0;
	/* color: #09488f; */
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	background: linear-gradient(#c0d8ec, #95b6d1);
	box-sizing: border-box;
}

