.menue {
font-family: Arial, sans-serif;
color: #000;
font-size: 15px;
line-height: 20px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
padding-top: 8px; 
border-top: 1px solid #787878;
padding-bottom: 8px;
border-bottom: 2px solid #000;
margin-bottom: 20px;
}
.text {
font-family: Arial, sans-serif;
color: #525252;
font-size: 14px;
line-height: 20px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
}
.text_linie {
font-family: Arial, sans-serif;
color: #525252;
font-size: 11px;
line-height: 15px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
padding-top: 14px; 
border-top: 1px solid #787878;
}
.text_bold {
font-family: Arial, sans-serif;
color: #000;
font-size: 14px;
line-height: 20px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-decoration: none;
}
.headline {
font-family: Arial, sans-serif;
color: #000;
font-size: 24px;
line-height: 30px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration: none;
}
a {
color: #787878;
text-decoration: none
}
a:hover {
color: #000;
text-decoration: none;
}
#mail a {
color: #525252;
text-decoration: none
}
#mail a:hover {
color: #000;
text-decoration: none;
}
ul {
list-style-type: square;
list-style-position: outside;
}
li {
padding-bottom: 5px;
}