@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_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;}
}