
/* HTML-Elemente */
* {
	margin: 0px;
	padding: 0px;
}

body, td
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
}

input, select, option
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:10px;
}

form, img
{
	display:inline;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.tickerNewsDriverLink:link,
a.tickerNewsDriverLink:visited,
a.tickerNewsDriverLink:active {
	text-decoration: none;
	color: #000000;
}
a.tickerNewsDriverLink:hover {
	text-decoration: underline;
	color: #000000;
}


/* Hintergrundfarben */

.bgcolor_dummy		{ background-color:#EFEFEF; }

/* Schriftgrössen */

.fontsize_dummy	{ font-size:20px; }

/* Schriftfarben */

.color_dummy		{ color:#990000; }

/* Schriftformatierungen */
.ticker_datum {
	color: #000066;
	font-style: italic;
	}
.news_headline {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.news_body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
.news_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.bold		{ font-weight:bold; }
.lowercase	{ text-transform:lowercase; }
.uppercase	{ text-transform:uppercase; }
.underline	{ text-decoration:underline }


