/*Tabelle Links*/

.links a {
text-decoration: none;
border: none;
}

.links a:hover {
text-decoration: none;
border: none;
background-color: transparent;
}

.links {
margin: 0 auto;
width: 90%;
text-align: left;
background-color: #bdd8e5;
}

.links_banner {
background-color: #bdd8e5;
border: none;
margin: 0 0 0 20px;
}

.links_text {
font-size: 80%;
color: #1b4450;
margin: 0 auto;
border-bottom: 1px solid #1b4450;
}

#link_info {
margin: 15px auto;
padding: 5px;
width: 80%;
font-size: 75%;
font-weight: bold;
border: 1px solid #1b4450;
text-align: center;
}




