/***********************************************
  Navigation
***********************************************/

/* --------------------------------------------
  DIVs 
-----------------------------------------------*/
div#div-navi ul li { color: #fff; }
div#div-navi ul a  { color: #fff; text-decoration: none; }



/* --------------------------------------------
  Listen 
-----------------------------------------------*/
/* --- Navi allgemein --- */

/* Level 0 */
li.itm-lvl-0   { 
  border-top: 1px solid #4570BA; 
  background: #002E7E; 
}

li.itm-lvl-0-selected,
li.itm-lvl-0 a {
  display: block;
  height: 21px;
  padding: 5px 0 0 22px;
  font: normal 12px Verdana;
  background: #003BA1 url('../img/bgr_navi_item_lvl0.gif') 0 0 no-repeat;
}
li.itm-lvl-0-selected  { font-weight: bold; border-top: 1px solid #4570BA !important; }
li.itm-lvl-0-selected,
li.itm-lvl-0 a:hover { background: #002E7E url('../img/bgr_navi_item_lvl0.gif') 0 100% no-repeat; } /* overwritten in ie7-CSS! */
/* Level 1 */
li.itm-lvl-1-selected,
li.itm-lvl-1 a {
  display: block;
	min-height: 14px; /* overwritten in ie6-CSS */
	margin-left: 12px;
	padding: 4px 4px 4px 18px;
	font: normal 11px Verdana;
	color: #fff;
	background: #0077D5;
}
li.itm-lvl-1-selected,
li.itm-lvl-1 a:hover { color: #003BA1 !important; background: #fff url('../img/blt_arrow_214FA4_4x7.gif') 6px 7px no-repeat; }
li.itm-lvl-1-selected a { color: #003BA1 !important; }
/* Level 2 */
li.itm-lvl-2-selected,
li.itm-lvl-2 a {
  display: block;
	min-height: 14px; /* overwritten in ie6-CSS */
	margin-left: 12px;
	padding: 4px 0 4px 30px;
	font: normal 11px Verdana;
	color: #003BA1 !important;
	background: #4AAAF5	url('../img/blt_dot_003BA1_4x4.gif') 19px 9px no-repeat;
}
li.itm-lvl-2-selected,
li.itm-lvl-2 a:hover { text-decoration: underline !important; }



/* --- Meta-Navi --- */
ul#lst-meta-navi {
  position: relative;
  top: 47px;
  float: right;
  margin-right: -1px;
  width: 273px;
  height: 32px;
  background: url('../img/bgr_meta_navi.gif') 0 100% no-repeat;
}

ul#lst-meta-navi li    { float: left; margin-left: 20px; }
ul#lst-meta-navi li a  { color: #fff; text-decoration: none; }


/* --- Main-Navi --- */
ul#lst-navi-main    { margin-bottom: 37px; border-bottom: 1px solid #4570BA; }
ul#lst-navi-main ul { border: 0; background: #003BA1; }


/* Service-Navi */
ul#lst-navi-service { border-bottom: 1px solid #4570BA; }




/* --------------------------------------------
  Links 
-----------------------------------------------*/

/* Meta Navi */
a#lnk-meta-home          { margin-left: 70px; } /* overwritten in ie6-CSS! */
a#lnk-meta-home:hover,
a#lnk-meta-sitemap:hover { text-decoration: underline; }
a#lnk-meta-print         { display: block; width: 16px; height: 13px; background: url('../img/ico_print.gif') 0 0 no-repeat; }
a#lnk-meta-print:hover   { background: url('../img/ico_print.gif') 0 100% no-repeat; }
a#lnk-meta-mail          { display: block; width: 14px; height: 13px; background: url('../img/ico_mail.gif') 0 0 no-repeat; }
a#lnk-meta-mail:hover    { background: url('../img/ico_mail.gif') 0 100% no-repeat; }
a#lnk-meta-print,
a#lnk-meta-mail          { font: 0px/0px sans-serif; text-indent: -9999px; text-decoration: none;  overflow: hidden; }

a.icon                   { width: 16px; height: 26px; }
