/*********** NAVIGATION ***********/


#contentnavmain ul li.active {
	background:url('/img/arrow_down_orange.gif') no-repeat;
	background-position:0 center;
        color:#000000;
        font-weight:bold;
}

#contentnav ul li.leaf span,
#contentnav ul li ul li.leaf span,
#contentnav ul li ul li ul li.leaf span,
#contentnav ul li ul li ul li ul li.leaf span {
	background:#ffffff url('../img/arrow_small_right_orange.gif') no-repeat;
        background-position:0 0.6em;
}

#contentnav ul li.active span,
#contentnav ul li ul li.active span,
#contentnav ul li ul li ul li.active span,
#contentnav ul li ul li ul li ul li.active span {
        color:#e6641e;
        background:#ffffff url('../img/arrow_small_down_orange.gif') no-repeat;
	background-position:0 0.7em;
}

#contentnav ul li.path span {
	background:#ffffff url('../img/arrow_small_down_orange.gif') no-repeat;
	background-position:0 0.7em;
}

#bottomnav a.top {
        background:url('/img/arrow_double_top_orange.gif') no-repeat;
	background-position:0.3em 0.375em;
}

#bottomnav a.print {
        background:url('/img/print_orange.gif') no-repeat;
	background-position:0 0.38em;
}


/*********** INHALT ***********/


h1, h2 {
        color:#C35519 !important;
}

#content img {
        border-bottom:0.4375em solid #e6641e;
}

#content ul.links li a,
#content ul.linklist li a,
#content a.link {
        background:#ffffff url('../img/arrow_small_right_orange.gif') no-repeat;
	background-position:0 0.45em;
}

.stdform .button input.submit:hover,
.stdform .button input.submit:focus {
    background-image: url('../img/arrow_double_right_orange_dark.gif');
}

