/* 
CSS für Newsseite 
Autor: Bernd Schlackl, info@kreativform.de

nicht .news sondern .dynnews für dynnamische news, 
um eventuelle gleichlautenden Bezeichnungen zu umgehen
*/
table.dynnews, table.dynnewsHome, table.dynnewsPresse {
width: 493px;
border-top: 1px solid #b1c2d0;
border-collapse: collapse;
margin-top: 10px;
}
table.dynnewsHome {
border-top: 0;
margin-top: 2px;
}
table.dynnewsPresse {
border-top: 0;
}
td.nnews {
font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
font-size: 11px;
line-height: 14px;
color: #333;
padding: 9px 0 0 0;
}
td.nbild {
padding: 10px 20px 0 0;
width: 90px;
}
td.nnews, td.nbild {
vertical-align: top;
}
td.nnews p {
margin: 0 0 0 0;
padding: 0;
}
td.nnews p.ndatum, td.nnews p.ndatumHome {
font-size: 10px;
margin: 0 0 16px 0;
padding: 0;
}
td.nnews p.ndatumHome {
margin-bottom: 0;
}
td.nnews p.presseTeaser {
font-weight: bold;
margin: 16px 0;
}
td.nnews p.presseSignatur {
margin: 20px 0 0 0;
}
td.nnews h2 {
font-size: 12px;
color: #0086c6;
margin: 0;
padding: 0;
}
a.newslink { color: #333; font-size: 11px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 14px; text-decoration: underline; }
a.newslink:hover { color: #0072a8; font-size: 11px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 14px; text-decoration: underline; }
a.newslink:visited { color: #333; font-size: 11px; font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 14px; text-decoration: underline; }
