@charset "UTF-8";
/*
 * ENBAUSA TICKER v1.0
 * http://www.enbausa.de/
 *
 * Author Jan Loderhose <jloderhose@artif-orange.de>
 * Copyright (c) artif orange GmbH & Co. KG, EnBauSa GmbH
 *
 * This sheet provides the EnBauSa news ticker styles.
 * You may use this script with authorization only.
 *
 * For further information consult http://www.enbausa.de, please.
 */

@media all {
	/* YOUR STYLES GO HERE */
	#ENBAUSA_TICKER .tickercontainer { /*äußerer Wrap*/
		border: 1px solid #547328;
		height: 25px; /* min 20 */
		margin: 0 0 10px 0;
		padding: 0;
	}

	#ENBAUSA_TICKER .tickercontainer .mask { /*innerer Wrap*/
		left: 27px;
		top: 6px;
	}
	#ENBAUSA_TICKER ul.newsticker { /*Nachrichtenliste*/
		font: bold 10px Verdana;
	}
	#ENBAUSA_TICKER ul.newsticker li { /*eine Nachricht*/
		background: transparent;
	}
	#ENBAUSA_TICKER ul.newsticker a { /*Titel*/
		color: #f78b11;
		font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0 25px 0 0;
	}

	/* DON'T EDIT BEYOND THIS POINT */
	#ENBAUSA_TICKER .tickercontainer{overflow:hidden;position:relative;}#ENBAUSA_TICKER .tickercontainer a.ref{position:absolute;display:block;width:20px;height:20px;top:0;left:0;text-indent:-100000px;}#ENBAUSA_TICKER .tickercontainer .mask{position: relative;overflow: hidden;padding: 0;}#ENBAUSA_TICKER ul.newsticker{position:relative;left:500px;list-style-type:none;margin:0;padding: 0;}#ENBAUSA_TICKER ul.newsticker li{float:left;/* important: display inline gives incorrect results when you check for elem's width */margin:0;padding:0;}#ENBAUSA_TICKER ul.newsticker a{white-space:nowrap;padding:0;}
}