/* 
---------------------------------
Styleangaben für die Artikel
---------------------------------
*/

/* Font, Grösse und Farbe (allgemein): */
.date, .author,
.headline, .headline TD, 
.teaser, .teaser TD,
.article, .article TD,
{
font-family: Verdana,Helvetica,Geneva,sans-serif;
font-size:11px;
color:#0000cc;
}

/* Linkfarbe */


/* Datum und Autor: */
.date, .author
{
color:#000066;
font-size:10px;
text-decoration:none;
font-style:italic;
background:#F5B149;
}

/* Linkfarbe des Autors beim Überfahren mit der Maus */
A.author:hover{color:#ff0000;}

/* Überschrift, Anreisser, Artikel */
.headline
{
	font-family:trebuchet ms, verdana, sans-serif;
	font-size:19px;
	color: #494949;
	font-weight:normal;
	text-align: left;
	margin-top : 0;
}

.teaser
{
	font-family:verdana,;
	font-size:11px;
	color: #6A6A6A;
	text-align: justify;
}

.article
{
	font-family:verdana,;
	font-size:11px;
	color: #6A6A6A;
	text-align: justify;
}