/*--------------------------Let's start with text, links and HTML-------------------------*/
.headline { color: #006; font-size: 14px; font-weight: bolder; }
.subheadline { color: #006; font-weight: bolder; }
a:link { color: #006; text-decoration: none; }
a:hover { color: #fff; background-color: #006; text-decoration: none; }
a:visited { color: #006; background-color: transparent; text-decoration: none; }
.text_klein { font-size: 10px; line-height: 16px; }
.text_bold_blue { color: #006; font-weight: bolder; }
.missing {
  background-color: #ccc;
}
.h1_short_news { color: #006; font-size: 10px; font-weight: bolder; }
