/* Start of CMSMS style sheet 'itb_top_navigation' */
/* ITB_TOP_NAVIGATION */

/* hack for Internet Explorer */
* html #header_navi {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

#header_navi{
  border-top: #bcd288 1px dotted;
  width: 100%;
  height:25px;
}

#search{
  float:left;
  background-color: #fff;
  margin-top: 0px;
  margin-left: 12px;
  width: 212px;
}

#header_navi_language {
   float:right;
   margin-top: 5px;
   margin-right: 10px;
   height:25px;
}

#header_navi_menue{
  margin-left:225px;
}

#header_navi_menue a {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   float:left;
   color: #000;
   padding: 4px 10px 4px 22px; /* padding inside the list item box */
   background: url(./uploads/images/Box_klein.gif) no-repeat 0.5em center; 
   display: block; /* IE has problems with this, fixed above */
   border-left:1px #7aa612 dotted;
}

/* hover state for links */
#header_navi_menue a:hover {
   background-color: #d3e4a5; /*#d3e4a5*/
   border-left:1px #7aa612 dotted;
}
/* End of 'itb_top_navigation' */

