/*Style für die Ticker*/

/*Ticker(groß)*/

body
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	margin: 0px;
}

p.ticker
{
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
}

table.ticker
{
	border: solid thin #000000;
}

td.ticker-main
{
	color : #000000;
	font-size : 9px;
	border-bottom: solid thin #000000;
}

a:hover.main
{
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.ticker
{
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a:hover.ticker
{
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

strong.ticker
{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

/*Ticker(klein)*/

p.ticker_small
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
}

table.ticker_small
{
	border: solid thin #000000;
	margin: 0px;
}

td.ticker-main_small
{
	color : #000000;
	font-size : 10px;
	border-bottom: solid thin #000000;
}

td.ticker_small
{
	border-bottom : dotted thin;
}

a:hover.main_small
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.ticker_small
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

a:hover.ticker_small
{
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
