/*
  a
  .news a
  .more
  span.more
*/

a {
  text-decoration: none;
}
a:link, a:visited {
  color:#AC0000;
}
a:active, a:hover {
  color:white;
}
#default p a:active, #default p a:hover,
#default ul li a:active, #default ul li a:hover,
#single a:active, #single a:hover,
.csc-menu a:active, .csc-menu a:hover{
  background:#AC0000;
  color:white;
}
.news a:link, .news a:visited,
#right a:link, #right a:visited {
  color:black;
}
.news a:active, .news a:hover,
#default .news p a:active, #default .news p a:hover,
#right a:active, #right a:hover {
  background:white;
  color:#AC0000;
  text-decoration:none;
}
.news h2 a,
.news h2 a:link, .news h2 a:visited,
#right .news h2 a:link, #right .news h2 a:visited {
  color:white;
}
.news h2 a:active, .news h2 a:hover {
  background:#AC0000;
  color:#B7FF00;
  text-decoration:none;
}
#right .news h2 a:active, #right .news h2 a:hover {
  background:#ababab;
  color:#AC0000;
  text-decoration:none;
}
span.more {
}
.more a {
  color:#AC0000;
  font-weight:bold;
  padding:0 2px;
}
#default .news p span.more a:link, #default .news p span.more a:visited,
#meldungen .news p span.more a:link, #meldungen .news p span.more a:visited,
#right .linkLine a:link, #right .linkLine a:visited {
  color:#AC0000;
  text-decoration:none;
}
#default .news p span.more a:active, #default .news p span.more a:hover,
#meldungen .news p span.more a:active, #meldungen .news p span.more a:hover,
#right .linkLine a:active, #right .linkLine a:hover {
  color:white;
  background:#AC0000;
  text-decoration:none;
}