<!--

#Ticker-Angebote {

width: 636px;
margin: 1.2em auto;
}

button {
color: rgb(102,153,204);
}

#downButton {
width: 24px;
height: 24px;
text-align: center;
vertical-align: top;
}

#upButton {
width: 24px;
height: 24px;
}

marquee {
font-family: 'verdana','geneva', sans-serif;
height: 22px;
width: 568px;
border: 1px solid;
border-color: rgb(20,20,20) rgb(200,200,200) rgb(200,200,200) rgb(20,20,20);
color: rgb(255,204,51);
background-color: rgb(102,153,204);
text-align: center;
vertical-align: top;
}

marquee h1 {
padding: 0;
font-size: 10pt;
font-weight: bold;
}

marquee a {
color: rgb(255,204,51);
background-color: rgb(102,153,204);
text-decoration: none;
}

marquee a:hover {
text-decoration: underline;
}



-->