/*Example CSS for demo ticker*/

#ajaxticker_aktuell{
/*
position: absolut;
left:850px;
*/
width: 700px;
height: 105px;
/* 
border: 6px ridge red;


border: 2px solid silver;
*/
border: 5px double silver;
/*
border: 1px dotted green;
*/
padding: 10px;
background-color: #FEEEB8;
font-size: 1.5em;
}

#ajaxticker_aktuell div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEBB;
}



#ajaxticker_meister{
/*
position: absolut;
left:850px;
*/
width: 700px;
height: 120px;
/* 
border: 6px ridge red;
border: 2px solid silver;
*/
border: 4px ridge red;
/*
border: 1px dotted green;
*/
padding: 10px;
font-size: 1.5em;
/* 
background-color: #C5FF08;
*/
background-color: #FFFF66;
}

#ajaxticker_meister div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFF66;
}




#ajaxticker_info1{
/*
position: absolut;
left:850px;
*/
width: 345px;
height: 150px;
border: 1px ridge black;
padding: 5px;
background-color: #FFFFFF;
font-size: 1.5em;
}

#ajaxticker_info1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

#ajaxticker_info2{
/*
position: absolut;
left:850px;
*/
width: 345px;
height: 150px;
border: 1px ridge black;
padding: 5px;
background-color: #FFFFFF;
font-size: 1.5em;
}

#ajaxticker_info2 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FFFFFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}

