/* MAIN NAVIGATION */
#mainnav { width:780px; background:#af0014 url(../img/bg-nav.jpg) top left no-repeat; }
#mainnav ul { margin:0; padding:0; display:inline; list-style-type:none; }
#mainnav ul li { float:left; display:inline; margin:0; padding:0; }
#mainnav ul li a { display:block; padding:6px 0 10px 0; width:156px; text-align:center; font-weight:bold; text-transform:uppercase; color:#888888; text-decoration:none; }
#mainnav ul li a:hover { color:#af0014; }
/* SUB-NAVIGATION ERSTE EBENE */
#subnav ul { display:inline; margin:0; padding:0; list-style-type:none; }
#subnav ul li { display:inline; margin:0; padding:0; }
#subnav ul li a { display:block; padding:3px; width:auto; line-height:18px; height:18px; color:#888888; text-decoration:none; border-bottom:1px dashed #7a7a7a; font-weight:normal; background:transparent url(../img/arrow-nav-normal.gif) 98% center no-repeat; }
#subnav ul li a:hover { color:#af0014; text-decoration:none; border-bottom:1px dashed #af0014; font-weight:bold; background:transparent url(../img/arrow-nav-hover.gif) 98% center no-repeat; }
/* SUB-NAVIGATION ZWEITE EBENE */
#subnav ul ul { display:inline; margin:0; padding:0; list-style-type:none; }
#subnav ul ul li { display:inline; margin:0; padding:0; }
#subnav ul ul li a { display:block; margin:0 15px; padding:3px; width:auto; line-height:18px; height:18px; color:#888888; text-decoration:none; border-bottom:1px dashed #7a7a7a; font-weight:normal; background:transparent url(../img/arrow-nav-normal.gif) 98% center no-repeat; }
#subnav ul ul li a:hover { color:#af0014; text-decoration:none; border-bottom:1px dashed #af0014; font-weight:bold; background:transparent url(../img/arrow-nav-hover.gif) 98% center no-repeat; }
/* BREADCRUMB */
#breadcrumb { padding:5px 7px; color:#fff; background:#af0014; }
#breadcrumb a { padding:0 3px; color:#fff; font-weight:bold; text-decoration:none; }
#breadcrumb a:hover { text-decoration:underline; }
/* FOOTER NAVIGATION */
#footer-col1 a { color:#fff; text-decoration:none; }
#footer-col1 a:hover { text-decoration:underline; }
#footer-col2 { color:#c74d5b; }
#footer-col2 a { color:#c74d5b; text-decoration:none; }
#footer-col2 a:hover { color:#fff; }
