/* Start of CMSMS style sheet 'S - Navigation impulsRaum: Simple Horizontal' */
/********************
MENU
*********************/

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


div#menu_horiz {
    text-align: left;
   /* background-color: #FFFFFF; */
    width: 550px;
    margin: 0;
}

/* 
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: 12px;
/* height: 1em; */
}


/* menu list items */
div#menu_horiz li {
   /* display: inline; */
     float: left;
/* list-style-image: url(uploads/homepage/punkt.jpg) inside; */
     list-style: none;
     margin: 0 ;
}


/* the links, that is each list item */
div#menu_horiz a {
    padding: 0.2em 1em 0.2em 0.8em;
    margin: 0em;
    text-decoration: none;
    font-size:12px;
    line-height: 12px;
    color: #993366;
    background: url(uploads/homepage/punkt.jpg) no-repeat 0.1em center;
    /* background: url(uploads/homepage/punkt.jpg) no-repeat left center; */
   /* display: inline; */
    display: block;
}


/* hover state for links */
div#menu_horiz li a:hover {}

div#menu_horiz a.activeparent:hover {color: #0A6C6D;}


/* 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(uploads/homepage/punkt.jpg) no-repeat 0.1em center;
    color: #993366;
    font-weight:bold,
    font-size: 12px;
    line-height: 12px;
}



div#menu_horiz h3 { padding: 0.2em 1em 0.2em 0.8em;
    margin: 0em;
    text-decoration: none;
    color: #993366;
    background: url(uploads/homepage/punkt.jpg) no-repeat 0.1em center;
    display: block; 
    font-size: 12px;
    line-height: 12px;
    font-weight:bold,
}

/* End of 'S - Navigation impulsRaum: Simple Horizontal' */

