﻿.news-wrapper
{
    margin-top:-40%;
	margin-left:100px;
	width: 520px;
    /*opacity:.6;background-color: orange;*/
	
}
.news-wrapper .news-contents-wrapper /* sichtbare Teile des Tickers */
{
	width: 520px;
	margin: auto;
	/* border-right: 1px dashed #6a6a6a;*/
	/* border-left: 1px dashed #6a6a6a; */
	
}
.news-wrapper .news-contents
{
	overflow: hidden;
	position: relative;
	z-index: 998;
	height: 250px;
}
.news-wrapper .news
{
	width: 100%;
	color: #6a6a6a;
	position: absolute;
	z-index: 999;
	/* -webkit-box-shadow: inset 1px 1px 5px 2px lightgray;*/
	/*border-bottom: 1px dashed #6a6a6a;
	margin-left:30px;
	-moz-box-shadow: inset 0 0 15px 5px #DDD;
    -webkit-box-shadow: inset 0 0 15px 5px #DDDDE5;*/
	/*border-bottom: 1px dashed #6a6a6a;*/
	margin-left:30px;
	

 -moz-box-shadow: inset 0 0 15px 5px #ECECF4;
-webkit-box-shadow: inset 0 0 15px 5px #F3F3FA;
box-shadow: inset 0 0 5px 5px #ECECF4;
/*border-radius: 30px;
-moz-border-radius: 30px;*/
-webkit-border-radius: 10px;
padding:0px; margin:0px auto
	
	
}
.news-wrapper .news-header
{
	color: White;
	height: 20px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 12px;
	padding-left: 32px;
}
h1
{
	color:White;
	font-size: 14px;
}
.clear
{
	clear: both;
}

.history
{
	padding-top: 12px;
	float: left;
	width: 26%;
	padding-left: 32px;
}
.description
{
	float: left;
	width: 64%;
	padding: 4px;
	font-size: 16px;
}
.description .detail
{
	margin-top:32px;
	margin-left:-100px;
	overflow: hidden;
	color:#16483C;
	font-size: 16px;
	
}
.elipses, .day, .month
{

	font-size: 10px;
	margin-left:-10px;
}
.day, .month
{
	padding-top: 0px;
	font-size: 10px;
	margin-left:-5px;
}



h1 a, h1 a:active, h1 a:visited
{
	text-decoration: none;
	color:darkred;
	float:left;
	margin-left:-100px;
	margin-top:10px;
	font-size: 16px;
}
h1 a:hover
{
	text-decoration: underline;
	color:green;
}
