/* nur seite AGB */
/* Reiternavigation auf Seite (AGB) */
#text ul#seitenNav {
background-color: #ccd8e0;
margin: 0 -10px 10px 0; /* -10 um die nav bis zum rand zu führen, padding des inhalt ausgleichen */
padding: 3px 0 3px 5px;
border: 0;
}
#text li.seitenNav {
display: inline;
margin: 0;
padding: 0;
}
#text a.seitenNav {
color: #003366;
font-size: 0.8em;
font-weight: bold;
text-decoration: none;
margin: 0 0 0 1px;
padding: 0 10px 3px 15px;
background-color: #336385;
background-color: #ccd8e0;
background-image: url(../img/css/pfeil2a.gif);
background-repeat: no-repeat;
background-position: center left;
}
#text a.seitenNav:hover {
background-color: #fff;
}
#text a.seitenNavOn {
color: #003366;
font-size: 0.8em;
font-weight: bold;
text-decoration: none;
margin: 0 0 0 1px;
padding: 0 10px 3px 15px;
background-color: #336385;
background-color: #fff;
background-image: url(../img/css/pfeil2a.gif);
background-repeat: no-repeat;
background-position: center left;
}
/* für Drucksteuerung */
#agb-print {
display: none;
}