/* ======================================================================
   >= V1.30   CSS for an vertical menu
   <div class="nlu_navi1">{ NAV_LIST_UL:F,0,,act_path,active }</div>
   Level 0 - 3;
   26.03.07 flip-flop (KH)

========================================================================= */
a, a:link, a:visited, a:active, a:focus {
    color: #792e2e;
    text-decoration: none
}
a:hover {
    color: #792e2e;
    text-decoration: underline;
}

h1 {
   font-family: "trebuchet ms", helvetica, sans-serif;
   font-size: 16px;
   font-style: normal;
   color: #4c0202;
   border-bottom:1px solid #999999;
}

h2 {
   font-family: "trebuchet ms", helvetica, sans-serif;
   font-size: 13px;
   font-style: normal;
   color: #02284c;
}

h3 {
   font-family: "trebuchet ms", helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
}

h4, h4 a, h4 a:link, h4 a:hover, h4 a:active, h4 a:visited {
   font-family: "trebuchet ms", helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   color: #888888;
}
h4 a:hover {
   color: #880000;
}


#area {
   color: #fff;
   background-color: #590505;
   font-family: "trebuchet ms", helvetica, sans-serif;
   font-size: 18px;
   font-weight: 800;
   letter-spacing: -1px;
   top: 30px;
   line-height: normal;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   padding-left: 10px;
   padding-top: 10px;
   padding-bottom: 30px;
}

#country {
    position:absolute;
    left:860px; top:50px; width:100px; height:20px;
    background-color: #ffffff;
    text-align: right;
}

.breadcrumb, .breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
font-family: Verdana, Helvetica,Arial, sans-serif;
font-size: 10px;
color: #666666;
text-decoration: none;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited {
font-family: Verdana, Helvetica,Arial, sans-serif;
font-size: 10px;
color: #aa0000;
text-decoration: none;
}
.breadcrumb a:hover {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
color: #0000aa;
text-decoration: underline;
}

.nlu_navi1 {
   margin: 0;
   padding: 0;
   border: 0;
   text-decoration: none;
   /* ++ e.g. 11px font and 19px height // z.B. 11px font und 19px hoch */
   font: normal normal 11px/19px Verdana, Geneva, Arial, Helvetica, sans-serif;
   width: 200px;  /* ++ Width of Menu Items // Breite der Navigation*/
/*   float:left; */
}

.nlu_navi1 em { font-style: normal; }

.nlu_navi1 ul {
   margin: 0;
   padding: 0;
   border: 0;
   list-style-type: none;
   width: 200px;  /* ++ Width of Menu Items // Breite der Navigation */
}

.nlu_navi1 ul li { position: relative; }


/* ==== Styles for Menu Items =================================== */

/* ==== LEVEL X ================================================= */

/* ====  simple link <a> // einfacher Link <a> ==== */
.nlu_navi1 ul li a,
.nlu_navi1 ul li a:link,
.nlu_navi1 ul li a:visited,
.nlu_navi1 ul li a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   color: #FFFFFF;           /* ++ Text color // Textfarbe */

   /* ++ background color; url of the image; image adjust e.g. left gap 10px */
   /* ++ Hintergrundfarbe; URL der Grafik  ; Grafik einrücken z.B. 10px */
   background-color: #792e2e;
   /*background: #81909F url(../../img/article/navi1_norm.gif) 10px 1px no-repeat; */

   /* ++ Text adjust e.g. upper gap and left gap 25px */
   /* ++ Text justieren 1px oben und 25px von links */
   padding: 1px 0 0 15px;

   /* ++ bottom line if you want */
   /* ++ Untere Linie wenn gewuenscht */
   border-bottom: 1px solid #ccc; /* IE6 Bug */

   /* ++ Den "white-space" Fehler im IE7 vermeiden */
   /* ++ Killing the "white-space" bug in IE7 */
   \width: 200px;  /* IE5x Opera <= 5 */
   widt\h: 185px;  /* = (Width of Menu Items) - (padding-right + padding-left) */
}

/* ====  Aktiv, wenn ein Sublevel vorhanden ist // active point if there is a sub_level ==== */
.nlu_navi1 ul li.sub_ul_true a,
.nlu_navi1 ul li.sub_ul_true a:link,
.nlu_navi1 ul li.sub_ul_true a:visited,
.nlu_navi1 ul li.sub_ul_true a:active {
   color: White;
   font-weight: normal;
   /*background: #792e2e url(../../img/article/navi1_sub_true.gif) 10px 1px no-repeat; */
   background-color: #792e2e;
}

/* ====  Aktiver Pfad - Linkverfolgung im Baum // active path in tree (link tracing) ==== */
.nlu_navi1 ul li.act_path a,
.nlu_navi1 ul li.act_path a:link,
.nlu_navi1 ul li.act_path a:visited,
.nlu_navi1 ul li.act_path a:active {
   color: White;
   font-weight: normal;
   /*background: #792e2e url(../../img/article/navi1_act.gif) 10px 1px no-repeat;  */
   background-color: #792e2e;
}

/* ====  active link <a> // aktiver Link <a> ==== */
.nlu_navi1 ul li.active a,
.nlu_navi1 ul li.active a:link,
.nlu_navi1 ul li.active a:visited,
.nlu_navi1 ul li.active a:active {
   color: White;
   font-weight: bold;
   background: #9f6363 url(../../img/article/navi1_act.gif) 5px 1px no-repeat;
}

/* ====  hover: Maus über Link <a> // hover link <a> ==== */
.nlu_navi1 ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   /*background: #597B8F url(../../img/article/navi1_hov.gif) 10px 1px no-repeat;  */
   background-color: #ab7878;
}
.nlu_navi1 ul li.sub_no a:hover {
   color: White;
   background-color: #ab7878;
}
.nlu_navi1 ul li.sub_ul a:hover {
   background-color: #ab7878;
}
/* ====  hover: Wenn Sublevel vorhanden <a> // hover: "if there is a sub_level" <a> ==== */
.nlu_navi1 ul li.sub_ul_true a:hover {
   background-color: #ab7878;
}

/* ====  hover: Der aktive Link <a> // hover: "Only for the active link" <a> ==== */
.nlu_navi1 ul li.active a:hover {
   background-color: #ab7878;
}



/* ==== LEVEL X+1 =============================================== */

.nlu_navi1 ul ul li.sub_no a,
.nlu_navi1 ul ul li.sub_no a:link,
.nlu_navi1 ul ul li.sub_no a:visited,
.nlu_navi1 ul ul li.sub_no a:active,
.nlu_navi1 ul ul li.sub_ul a,
.nlu_navi1 ul ul li.sub_ul a:link,
.nlu_navi1 ul ul li.sub_ul a:visited,
.nlu_navi1 ul ul li.sub_ul a:active {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #481414;
   background: #e4c5c5 url() 10px 1px no-repeat;
   padding: 1px 0 0 20px;
   border-bottom: 1px solid #a97c7c; /* IE6 Bug */
   \width: 200px;  /* IE5x Opera <= 5 */
   widt\h: 180px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul li.sub_ul_true a,
.nlu_navi1 ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul li.sub_ul_true a:active {
   color: #481414;
   font-weight: normal;
   background-color: #e4c5c5;
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul li.act_path a,
.nlu_navi1 ul ul li.act_path a:link,
.nlu_navi1 ul ul li.act_path a:visited,
.nlu_navi1 ul ul li.act_path a:active {
   color: #000000;
   font-weight: normal;
   background: #e4c5c5 url(../../img/article/navi1_act.gif) 10px 1px no-repeat;
}


/* state for the active link */
.nlu_navi1 ul ul li.active a,
.nlu_navi1 ul ul li.active a:link,
.nlu_navi1 ul ul li.active a:visited,
.nlu_navi1 ul ul li.active a:active {
   color: #000000;
   font-weight: normal;
   background: #e4c5c5 url(../../img/article/navi1_act_black.gif) 10px 1px no-repeat;
}


.nlu_navi1 ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background-color: #ab7878;
}
.nlu_navi1 ul ul li.sub_no a:hover {
   color: White;
   background-color: #ab7878;
}
.nlu_navi1 ul ul li.sub_ul a:hover {
   background-color: #ab7878;
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul li.sub_ul_true a:hover {
   background-color: #ab7878;
}

/* Only for the active link */
.nlu_navi1 ul ul li.active a:hover {
   background-color: #ab7878;
}











/* ==== LEVEL X+2 =============================================== */

.nlu_navi1 ul ul ul li.sub_no a,
.nlu_navi1 ul ul ul li.sub_no a:link,
.nlu_navi1 ul ul ul li.sub_no a:visited,
.nlu_navi1 ul ul ul li.sub_no a:active,
.nlu_navi1 ul ul ul li.sub_ul a,
.nlu_navi1 ul ul ul li.sub_ul a:link,
.nlu_navi1 ul ul ul li.sub_ul a:visited,
.nlu_navi1 ul ul ul li.sub_ul a:active  {
   display: block;
   text-decoration: none;
   text-transform: none;
   font-weight: normal;
   color: #481414;
   background: #F9E9E9 url() 30px 1px no-repeat;
   padding: 1px 0 0 30px;
   border-bottom: 1px solid #ccc; /* IE6 Bug */
   \width: 200px;  /* IE5x Opera <= 5 */
   widt\h: 170px;  /* = (Width of Menu Items) - (padding-right + left) */
}

/* state for the active point if there is a sub_level */
.nlu_navi1 ul ul ul li.sub_ul_true a,
.nlu_navi1 ul ul ul li.sub_ul_true a:link,
.nlu_navi1 ul ul ul li.sub_ul_true a:visited,
.nlu_navi1 ul ul ul li.sub_ul_true a:active {
   color: White;
   font-weight: normal;
   background-color: #83A1BF;
}

/* state for the active path (link tracing) */
.nlu_navi1 ul ul ul li.act_path a,
.nlu_navi1 ul ul ul li.act_path a:link,
.nlu_navi1 ul ul ul li.act_path a:visited,
.nlu_navi1 ul ul ul li.act_path a:active {
   color: White;
   font-weight: bold;
   background-color: #83A1BF;
}


/* state for the active link */
.nlu_navi1 ul ul ul li.active a,
.nlu_navi1 ul ul ul li.active a:link,
.nlu_navi1 ul ul ul li.active a:visited,
.nlu_navi1 ul ul ul li.active a:active {
   color: black;
   font-weight: normal;
   background: #e8f1f9 url(../../img/article/navi1_act_black.gif) 20px 1px no-repeat;
}


.nlu_navi1 ul ul ul li a:hover {
   color: White;
/*   text-decoration: underline; */
   background-color: #ab7878;
}
.nlu_navi1 ul ul ul li.sub_no a:hover {
   color: White;
   background-color: #ab7878;
}
.nlu_navi1 ul ul ul li.sub_ul a:hover {
   background-color: #ab7878;
}
/* Only for "if there is a sub_level" */
.nlu_navi1 ul ul ul li.sub_ul_true a:hover {
   background-color: #ab7878;
}

/* Only for the active link */
.nlu_navi1 ul ul ul li.active a:hover {
   background-color: #ab7878;
}
/*==== END LEVEL X ============================================= */

/* Holly Hack. IE Requirement \*/
* html .nlu_navi1 ul li { float: left; height: 1%; }
* html .nlu_navi1 ul li a { height: 1%; }

/* ==== End  nlu_navi1 ========================================= */
