
/*
    Ist als letzte CSS-Schicht gedacht.
    Lediglich geänderte CSSe sollten hier aufgeführt werden, wodurch vorher Definiertes überschrieben wird (last one rulez).
    martin ab 18.10.2019
*/

a, 
.ui-widget-content a {
    color: #ffa040;
}



div#welcome_leftbox a {
    background: none #ffa040;
}

input#sender {
    background: none #ffa040;
}

#container nav ul li a {
    color: #ffa040;
}

#container nav ul li a:hover,
#container nav ul li.active a {
    color: #ffa040;
    border-top: 3px solid #ffa040;

}

ul.ordertypes li h3 {
    color: #ffa040 !important;
}

ul#steps li span.bullet {
    background: url("images/bullet_selbach.png") 0 0 no-repeat transparent;
    color: #fff;
}
header nav ul li.active a, header nav ul li a:hover {
    border-top: 3px solid #ffa040;
    color: #ffa040;
}


.subpop-onebutton {
	background:	none #ffa040;
}


input.greenbutton_new {
	background:		#ffa040;
}


input.newreg_send {
	background:		#ffa040;
}



