
* {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}

a:link, a:visited {
text-decoration: none;
color: white;
}

a:hover {
text-decoration: underline;
color: blue;
}

.rss-meldung-ueberschrift {
padding: 10px;
background-color: teal;
color: white;
font-weight: bold;
margin: auto;
}

.rss-meldung-inhalt {
padding: 10px;
background-color: black;
color: white;
margin: auto;
}

#ticker{
 color: white;
 font-weight: bold; 
}

#tickerwrapper {
overflow: hidden; 
position: relative; 
width: calc(100%,50px); 
height: auto; 
background-color:#338DFF; 
padding:5px;
}

#info{
font-weight: bold;
margin: auto;
position: relative; 
width: 50px; 
height: auto; 
color: white;
background-color:black; 
padding: 5px;
left:0px;
float: left;
}

#news {
border: 2px solid #222;
}
#Schlag {
font-family: Monospace, Courier;
font-size: 10px;
}
#Schlag a:link { 
font-family: Monospace, Courier;
font-size: 10px;
color: blue; 
text-decoration: underline;
}

