a,
#main a:hover, #footer a:hover
#logo a:before,
#eplogo a:hover,
#main a:hover, #footer a:hover
{
  color: #c22728;
}


#main a {
  border-color: #c22728;
}


#main .nachrichtenliste .more a:hover,
#main .nachrichtenliste .more a:hover,
.submit_container input:hover
{
  background-color: #c22728;
}


/* Mozilla based browsers */
::-moz-selection {
	background-color: #c22728;
	color: #fff;
}

/* Works in Safari */
::selection {
	background-color: #c22728;
	color: #fff;
}