/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */
BODY { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 12px; color: rgb(0,0,0); font-weight: normal; font-style: normal; background-image: url("./assets/Images/background.jpg"); background-attachment: fixed; background-size: cover;}

 A:active { color: rgb(255,102,51); text-decoration: none ;}
 A:link { color: rgb(0,0,153); text-decoration: none ;}
 A:visited { color: rgb(0,0,153); text-decoration: none ;}
 A:hover { color: rgb(255,102,51); text-decoration: none ;}
 UL { font-weight: normal; font-style: normal;}
 P { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 12px; color: rgb(0,0,0); font-weight: normal; font-style: normal;}
 H3 { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 14pt; color: rgb(255,102,51); font-weight: bold;}
 H4 { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 12pt; color: rgb(0,0,153); font-weight: bold;}
 .TextNavBar { font-size: 12px;}
 .TextObject { font-family: Arial,Helvetica,Geneva,Sans-serif; font-size: 12px; color: rgb(0,0,0); font-style: italic;}

.kopf A:link {
  color:            #FFFFFF;
  text-decoration:  none ;
}

.kopf A:visited {
  color:            #FFFFFF;
  text-decoration:  none ;
}

.kopf A:hover {
  background-color: #CCCCCC;
  color:            #FF6633;
  text-decoration:  none ;
}

.kopf A:active {
  background-color: #090909;
  color:            #FF6633;
  text-decoration:  none ;
}