/* verschiedene LINK Gestaltungen: */
/* für #text und auch #news */
a.boxlink, a.boxlink:hover  {
color: #003366;
text-decoration: none;
padding: 1px 5px;
background-color: #e5ebef;
}
a.boxlink:hover {
text-decoration: underline;
background-color: #ccd8e0;
}

a.newsboxlink {
display: block;
color: #003366;
text-decoration: none;
padding: 1px 5px;
margin-top: 2px;
background-color: #e5ebef;
}
a.newsboxlink:hover {
text-decoration: underline;
background-color: #ccd8e0;
}

a.text {
color: #003366;
text-decoration: none;
}
a.text:hover {
text-decoration: underline;
}
/* NUR für Tabellenzellen!!! */
a.blocklink {
display: block;
color: #003366;
text-decoration: none;
padding: 1px 5px;
}
/* damit IE die ganze td in tabellen verlinkt */

a.blocklink:hover {
background-color: #e5ebef;
}
a.blocklink2 {
display: block;
color: #003366;
background-color: #e5ebef;
text-decoration: none;
padding: 1px 5px;
margin: 2px 0;
}
a.blocklink2:hover {
background-color: #ccd8e0;
text-decoration: underline;
}
a.blocklink3 {
display: block;
color: #003366;
background-color: #e5ebef;
text-decoration: none;
padding: 1px;
margin: 0;
}
a.blocklink3:hover {
background-color: #ccd8e0;
}

/* Ankerlinknav in 4 Spalten (für Vertretugen) */
table.ankerlink {
border-collapse: collapse;
width: 100%;
border-bottom: 1px solid #e5ebef;
}
table.ankerlink td {
vertical-align: top; text-align: left;
margin: 0;
width: 25%;
background: #fff;
}
ul.ankerlink {
color: #003366;
font-size: 0.8em;
padding: 2px 2px 4px 0px;
margin: 0;
background-color: #e5ebef;
background-color: #fff;
text-align: left;
/*border-right: 1px solid #e5ebef;*/
}
ul.ankerlink li {
display: block;
padding: 0 5px 0 11px;
margin: 0 0 0 -16px;
list-style-type: none;
background: #fff url(../img/css/pfeil2a.gif) no-repeat center left;
}
a.ankerlink {
line-height: 1.5em;
color: #003366;
text-decoration: none;
padding: 1px 2px 2px 3px;
}
a.ankerlink:hover {
background-color: #e5ebef;
}
