/* Text*/
 .text {
 font-family:verdana,arial,sans-serif;
 font-size: 12px;
 color: #001842;
 font-weight: normal;
 text-decoration: none;
 letter-spacing: normal;
 line-height: 1.5;
 }
 
/* Headline*/
 .headline {
 font-family:verdana,arial,sans-serif;
 font-size: 13px;
 color: #001842;
 font-weight: bold;
 text-decoration: none;
 }
 
 /* Navigation*/
 .navigation {
 font-family:verdana,arial,sans-serif;
 font-size: 11px;
 color: #D0DFEF;
 font-weight: bold;
 text-decoration: none;
 }

/* links bleiben hellblau und unterstrichen */ 
 .bluelinkus {
 font-family:verdana,arial,sans-serif;
 font-size: 12px;
 color: #D0DFEF;
 background-color: transparent;
 text-decoration: underline;
 font-weight: normal;
 letter-spacing: normal;
 }
 
 /* links bleiben dunkelblau und unterstrichen */ 
 .dbluelinkus {
 font-family:verdana,arial,sans-serif;
 font-size: 12px;
 color: #001842;
 background-color: transparent;
 text-decoration: underline;
 font-weight: normal;
 letter-spacing: normal;
 }
 
 /* Textmarke*/
 .textmarke {
 color: #D0DFEF;
 }
 
 /* verpflichtende Newslettereinträge*/
 .pflicht {
 font-family:verdana,arial,sans-serif;
 font-size: 12px;
 color: red;
 font-weight: normal;
 text-decoration: none;
 letter-spacing: normal;
 line-height: 1.5;
 }
