.hintergrund {
background-color: #ab9987;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}



.pfeil_nach_oben {
background: url(btn_pfeil_nach_oben.png) left;
padding: 0px; /*--erforderlich für IE 7--*/
display: block;
cursor: pointer;
text-decoration: none;
width: 52px;
height: 30px;
}
a.pfeil_nach_oben:hover {
background: url(btn_pfeil_nach_oben.png) right;
text-decoration: none;
}



.btn_facebook {
background: url(btn_facebook.png) left;
padding: 0px; /*--erforderlich für IE 7--*/
display: block;
cursor: pointer;
text-decoration: none;
width: 52px;
height: 52px;
}
a.btn_facebook:hover {
background: url(btn_facebook.png) right;
text-decoration: none;
}



.btn_drucken {
background: url(btn_drucken.png) left;
padding: 0px; /*--erforderlich für IE 7--*/
display: block;
cursor: pointer;
text-decoration: none;
width: 52px;
height: 52px;
}
a.btn_drucken:hover {
background: url(btn_drucken.png) right;
text-decoration: none;
}



.btn_neuemitgliedschaft {
background: url(btn_neuemitgliedschaft.png) left;
padding: 0px; /*--erforderlich für IE 7--*/
display: block;
cursor: pointer;
text-decoration: none;
width: 52px;
height: 52px;
}
a.btn_neuemitgliedschaft:hover {
background: url(btn_neuemitgliedschaft.png) right;
text-decoration: none;
}



.navi_hauptmenue {
font-family: 'News Cycle', Helvetica, sans-serif;
font-size: 16px;
text-align: center;
color: #00693C;
text-decoration: none;
font-weight: bold;
display: block;
line-height: 102px;
background: url(btn_navi.png) top;
transition-property: color;
transition-duration: 0.75s;
}
a.navi_hauptmenue:hover {
color: #ffffff;
background: url(btn_navi.png) bottom;
}



.text_hauptmenue {
font-family: 'News Cycle', Helvetica, sans-serif;
font-size: 16px;
line-height: 18px;
}



.text_normal {
font-family: 'News Cycle', Helvetica, sans-serif;
font-size: 20px;
line-height: 26px;
}



.text_ueberschrift {
font-family: 'News Cycle', Helvetica, sans-serif;
font-size: 26px;
line-height: 32px;
}



.weiss {
color: #ffffff;
}



.schwarz {
color: #000000;
}



.fett {
font-weight: bold;
}



.blocksatz {
text-align: justify;
}



.text_link {
font-family: 'News Cycle', Helvetica, sans-serif;
font-size: 20px;
text-decoration: underline;
color: #ffffff;
transition-duration: 0.75s;
}
a.text_link:hover {
font-family: 'News Cycle', Helvetica, sans-serif;
text-decoration: underline;
color: #ab9987;
}



.text_link_neuemitgliedschaft {
font-family: 'News Cycle', Helvetica, sans-serif;
font-size: 20px;
text-decoration: underline;
color: #ffffff;
transition-duration: 0.75s;
}
a.text_link_neuemitgliedschaft:hover {
font-family: 'News Cycle', Helvetica, sans-serif;
text-decoration: underline;
color: #00693C;
}



.text_link_fussleiste {
font-family: 'News Cycle', Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
color: #ffffff;
transition-duration: 0.75s;
}
a.text_link_fussleiste:hover {
font-family: 'News Cycle', Helvetica, sans-serif;
text-decoration: underline;
color: #00693C;
}