/* Start of CMSMS style sheet 'Navi MPS oben' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   /*background-color:  #f3f3f3;  background color for the entire menu row */
   background: url(images/cms/menu_hg_blau.gif) repeat-x;
   margin: 0;
   width: 779px;
   height: 32px;
   float:left;
   font-size: 1em;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   margin: 0;
   padding: 0;
   /*height:2.2em;
   background-color:  #990066;*/
   
}


/* menu list items */
div#menu_horiz li {
   float: left;   /*makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0;
   text-align: center;
   vertical-align: baseline;
   /*border: 1px solid #f3f3f3;*/
   width: 100px;
   height: 32px;
font-size: 1.1em;
font-weight: bold;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: .5em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   /*background-color: #5f9283;*/
   display: block; /* IE has problems with this, fixed above */
   background: url(images/cms/menu_normal_blau.gif) no-repeat;
   height: 32px;
     /*border-left: 6px solid #f08800;  Farbe orange linker Rand*/
}


/* hover state for links */
div#menu_horiz li a:hover {
   /*background-color: #99cc33;
    border-left: 6px solid #114fa0; Farbe blau linker Rand*/
   background: url(images/cms/menu_hover_gruen.gif) no-repeat;
   height: 32px;
}
div#menu_horiz a.activeparent:hover {
    background: url(images/cms/menu_hover_gruen.gif) no-repeat;
    /*background-color: #a41173;*/
   color: #fff;
  height: 32px;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(images/cms/menu_hover_gruen.gif) no-repeat;
   /*background-color: #a41173;*/
   /*border-left: 6px solid #114fa0;  Farbe blau linker Rand*/
   color: #fff;
   height: 32px;
}

div#menu_horiz h3 {
   padding: .5em ; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   /*background-color: #a41173;*/
   background: url(images/cms/menu_hover_gruen.gif) no-repeat;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   /*border-left: 6px solid #114fa0;  Farbe blau linker Rand*/
  height: 32px;
}

/* End of 'Navi MPS oben' */

