﻿/* CI Farbe  #DB0D24 */

a {
    color: #B72E39;
}

.topboxVerlauf {
    background-image: url(verlauf.gif);
}

.topbox1 {
    background-image: url(verlauf.gif);
    background-color: #999999;
}

.topbox2 {        
    background-color: #999999;
}

.linkColor {
    background-color: #B72E39;
}

.backgroundColorTopbox {
    background-color: #999999;
}

.backgroundLogo {
    height: 73px;
    /*width: 154px; */
    
    background-color: white;
    background-image: url(logo_main2.jpg);   
    background-position: center center;
    background-repeat: no-repeat;
}

.backgroundActiveTab {
	background-image:url(bg_tabs_active.gif);
	width: 145px;
    background-repeat: no-repeat;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
  cursor:pointer; /* important for any clickable/pressable element */
  border-color:#cc4e1b !important;
  color:#000;
  }


/* only needed if implementing separate hover/focus/active state for buttons */
.small_btn:hover span, .small_btn:hover span span, .small_btn:focus span, .small_btn:focus span span {
  cursor:pointer; /* important for any clickable/pressable element */
  border-color:#cc4e1b !important;
  color:#000;
  }

.RadPanelBar_TEF .rpGroup .rpLink .rpOut {		
	color: white;
}	    

.RadPanelBar_TEF .rpGroup .rpLink:hover .rpOut {		
	color: #cc4e1b;
}

.CIBackground td
{
    background-color:#DB0D24  !important;
}	

    
