/* B. Weigel */
/* Links in den Texten (normal Links)*/
/* a:link {
color: #004231;
text-decoration: underline
}
a:visited {
color: #004231;
text-decoration: underline
}
a:hover {
color: #FF9C04;
text-decoration: underline
} */
a, a:link, a:visited {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #377D55;
}
/* Links im Menü */
.menulink1:link {  color: #004231; text-decoration: none}
.menulink1:visited { color: #004231; text-decoration: none}
.menulink1:hover { color: #FF9C04; text-decoration: none}

/* Ueberschriften*/
h1 {
  font-size: 14px;
  /* margin-bottom: 10px;*/
  font-weight: bold;
  color: #346248;
}

/* Scrollbalken*/
BODY{
scrollbar-face-color:#004231;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#004231;
scrollbar-shadow-color:'#1C1C1C';
scrollbar-highlight-color:'#004231';
scrollbar-3dlight-color:'#004231';
scrollbar-darkshadow-Color:'#1C1C1C';
}
/* Naviagation */
.menu {  color: #004231; font-family: Arial; font-size: 14px; fontsize: 15px; font-weight: bold}
/* Copyright unten */
.copyright {  color: #FFFFFF; font-family: Verdana; font-size: 10px; fontsize: 13px; font-weight: bold}
/* DIV Format in der Frame */
.normal {  color: #666666; font-family: Verdana; font-size: 11px; fontsize: 12px; font-weight: none}
/* Text News */
.side {  color: #000000; font-family: Verdana; font-size: 10px; fontsize: 11px; font-weight: none}
/* Datum News */
.bold {
color: #FF9C04;
font-family: Verdana;
font-size: 11px;
fontsize: 12px;
font-weight: bold
}
/* Formularknöpfe */
.contactbuttons {
cursor:pointer;
font-family: tahoma;
font-size: 12px;
color: #004231;
background-color: #C0D3CD;
border: 1px solid #004231;
}
/* Formularfelder */
.contactfields {
font-family: tahoma;
font-size: 12px;
color: #004231;
background-color: #C0D3CD;
border: 0px none;
}
/* Texte in dem Formular */
.contacttext {
font-family: tahoma;
font-size: 12px;
color: #004231;}
.newstext {
font-family: tahoma;
font-size: 11px;
color: #808080;
}
