/*
 * Wenn mehrere Klassen einen bestimmten Style haben sollen
 * bitte folgende Notation verwenden:
 *
 * .text, 
 * .liste_text, 
 * .lesenswert_text,
 * .noch_ein_style,
 * .und_noch_einer
 * {
 *   Styleangaben
 * }
 *
 */
.text {
margin-right: 15px;
}
.text,
.text_fett,
.text_white,
.text_white_bold,
#topnavi,
.topnaviLink,
#verlauf_verlauf,
#verlauf_pretext,
.verlauf_link,
.naviLevel2Link2,
.naviLevel2Link3,
#druckenversenden,
.druckenversendenLink,
#fusszeile,
#fusszeileLink,
.naviLevel1_link_1,
#textbox,
.showList_text,
.showList_link,
.sitemap_link_1,
.sitemap_link_2,
.sitemap_link_3,
.headline,
.mainheadline,
a
{
font-family:  Verdana,Arial,Sans;
font-size: 11px;
}

.text,
#druckenversenden,
.druckenversendenLink,
#topnavi,
.topnaviLink,
.naviLevel1_link_1,
#textbox,
.showList_text,
.showList_link,
.sitemap_link_1,
.sitemap_link_2,
.sitemap_link_3,
a
{
font-weight: normal;
color: #000000;
text-decoration: none;
line-height: 16pt;
}

.text,
.text_fett,
a
{
line-height: 16pt;
}

.text_fett 
{
font-weight: bold;
color: black;
text-decoration: none;
}

.text_white,
#verlauf_verlauf,
#verlauf_pretext,
.verlauf_link,
.naviLevel2Link2,
.naviLevel2Link3,
#fusszeile,
#fusszeileLink
{
  font-weight: normal;
  color: white;
  text-decoration: none;
}

.mainheadline {
font-size: 12px;
font-weight: bold;
background-color: #e1eff8;
color: #3b97d1;
border-left: 1px solid white;
border-top: 1px solid white;
padding-top: 23px;
padding-bottom: 23px;
padding-left: 15px;
}
.headline {
font-size: 12px;
font-weight: bold;
color: #3b97d1;
}

/*
 * Die Links
 */
.topnaviLink:hover,
.verlauf_link:hover,
#fusszeileLink:hover,
.showList_link:hover,
.druckenversendenLink:hover,
.sitemap_link_1:hover,
.sitemap_link_2:hover,
.sitemap_link_3:hover,
.sitemap_link_1,
.sitemap_link_2,
.sitemap_link_3,
#textspalte a
{
  text-decoration: underline;
}
#content a:hover{
background-color: #9dcbe8;
}

