/*..........................................................................................alle verlinkten Bilder, wie Logotype oder EU => a-class*/
.pic-buttons {
text-decoration: none;
border: none;
}
/*................................................................................................................Hauptnavigation-top*/
ul.navleiste-top-a {
height : 25px;
width:  auto;
margin-right:  0%;
background-color :  #ffffff;
list-style-type : none;
float: right;
z-index : 1;
}

ul.navleiste-top-a li {
display : inline;
margin-left: 4px;
}

ul.navleiste-top-a li a {
height: 25px;
background-color : transparent;
color : #197B1A;
font-size : 13px;
padding-right: 6px;
padding-left: 6px;
text-decoration : none;
border: 1px dotted #26BC29;
}

ul.navleiste-top-a li a:hover {
border: 1px solid #197B1A;
background-color : #DEF9C1;
}

/*.....................................................................................................................mailto-buttons-*/
.a-button {
background-color : transparent;
color : #115608;
text-decoration : none;
}

.a-button:hover {
text-decoration : underline;
}






























