
.wwnews {
	margin:10px auto;
	width:500px;
	height:auto;
	box-sizing:border-box;
	border:10px solid #8CBCA3;
	padding:10px;
	text-align:justify;
	text-align:justify;
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#596E5C;
	overflow:auto;
}

/* HEADLINE */
.wwnews .news-hl {
	margin-bottom:15px;
	width:100%;
	box-sizing:border-box;
	padding:10px;
	background:#bbdac4;
	text-align:right;
	font-family:'Old Standard TT';
	font-size:10px;
}

.wwnews .news-hl::first-line {
	font-family:'Limelight';
        font-size:27px;
}

/* DATUMSANZEIGE */
.wwnews .news-dt {
	float:left;
	margin:0px 0px 0px;
	width:80px;
	height:50px;
	box-sizing:border-box;
	padding:10px 0px;
	text-align:center;
        font-family:'Limelight';
	font-size:12px;
	text-transform:uppercase;
}

.wwnews .news-dt::first-line {
	font-size:30px;
	line-height:23px;
}

/* ÜBERSCHRIFTEN DER NEWSTEXTE */
.wwnews .news-sl {
	margin:10px 0px;
	width:100%;
	box-sizing:border-box;
	padding:2px;
	background:#bbdac4;
	text-align:center;
	font-family:'Old Standard TT';
	font-size:15px;
	text-transform:uppercase;
}

.wwnews .news-sl .fa {
	color: #596E5C;
	float: left;
	margin: 0px 5px;
	
	font-size: 20px;
}

/* UNTERTITEL > Herausgeber: Berry & Doro */
.wwnews .news-ul {
	margin:10px 0px 0px;
	width:100%;
	box-sizing:border-box;
	padding:5px 10px;
	background:#bbdac4;
	text-align:right;
	font-family:'Old Standard TT';
	font-size:10px;
	text-transform:uppercase;
}

/* LINKS */
.wwnews a {
	color:#BB7553;
	text-transform:uppercase;
	font-weight:bold;
}

.wwnews a:hover {
	color:#71594F
}

/* FORMATIERUNGEN */
.wwnews b,.wwnews u,.wwnews i,.wwnews s {
	color: #C04B3D
}

