/* CSS Data */
@import url(css/main.css);

/*### News-System (Module) ##################################################*/
/* News-Box: */
.news-box-head           { font-size: 18px; font-weight: bold; color: #009; line-height: 35px}
.news-box-body           { }
.news-box-headline       { font-size: 11px; font-weight: bold; color: #666}
.news-box-kurztext       { font-size: 11px; font-weight: normal; color: #666}
.news-box-trenner-dunkel { background-color: #CCC}
.news-box-trenner-hell   { }
A.news-box-link:link     { font-weight: bold; color: #0091D3; text-decoration: none }
A.news-box-link:visited  { font-weight: bold; color: #000066; text-decoration: none }
A.news-box-link:hover    { font-weight: bold; color: #FF9900; text-decoration: none }
A.news-box-link:active   { font-weight: bold; color: #FF9900; text-decoration: none }

/* News-Detail */
.news-detail-headline   { font-size: 17px; font-weight: bold; color: #009; line-height: 35px }
.news-detail-trenner    {  }
