/*body: logo and bg color, header: bg image*/
body {background: #FFCC00 url("../../images/bg_logo_adacmaps.jpg") no-repeat top left; padding: 0 0 10px 0;}
#header {background: transparent url("../../images/bg_login_right.jpg") no-repeat top right fixed;}

/*main background color*/
.routingdetail th.routingicon ,
.routingdetail th.routingdistance,
.routingdetail th.routingdescription,
.resultsfor td.bg-yellow,
.printcol,
.module-route-status .box-status div,
.tableresults .col-print {background-color: #FFCC00;}

/*shadow color, shadows can be removed easily by putting a non-readable value for background-color, ex. ##djhdj*/
.searchlayer .outer,
.level3 .outer, 
.bg-shadowII ,
.distanceline2-brown ,
.distanceline2 .inner,
.distanceline2-top .inner,
.distanceline2-bottom .inner,
.reiternavi .last-shadow,
.little-helper,
#main2 .results-outer {background-color: #AD8B03;}
.distanceline2 .inner{border-bottom:1px solid #AD8B03;}


