@charset "UTF-8";
/*
 * ENBAUSA TICKER v1.2
 * 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: 40px; /* 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;}
	
	
	/* YOUR STYLES GO HERE */
	#ENBAUSA_TICKERv #et_news-table { /*Nachrichtentabelle*/
		border: 1px solid #547328;
		background: #efefef;
		background: #fff;
		margin-bottom: 15px;
	}

	#ENBAUSA_TICKERv #et_news-table td { /*Jede Nachricht steht in einer Wabe*/
		padding: 4px 4px 10px 4px;
		margin: 0;
		font: 11px/13px Arial, Verdana, Helvetica, sans-serif;
	}

	#ENBAUSA_TICKERv #et_news-table a { /*Titel*/
	}
	
	#ENBAUSA_TICKERv #et_news_table span { /*Titel wrap*/

	}

	#ENBAUSA_TICKERv #et_news-table p { /*Teaser*/
		margin: 0;
		padding: 0;
	}
	
	#ENBAUSA_TICKERv #et_news-table td.ref {
		background-color: #547328;
		border-top: 1px solid #547328;
	}
	
	#ENBAUSA_TICKERv #et_news-table td.ref a,
	#ENBAUSA_TICKERv #et_news-table td.ref a:visited,
	#ENBAUSA_TICKERv #et_news-table td.ref a:hover {
		color: #fff;
		text-decoration: none;
	}

	/* DON'T EDIT BEYOND THIS POINT */
	#ENBAUSA_TICKERv table#et_news-table{overflow:hidden;position:relative;table-layout:fixed;border-collapse:collapse;}#ENBAUSA_TICKERv #et_news-table span{display:block;}#ENBAUSA_TICKERv #et_news-table td.ref{padding:0 0 0 25px;height:17px;line-height:16px;}

}