/* Start of CMSMS style sheet 'nav_horiz_kunyik' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}

div#menu {
        padding-top:0px;
 
}

div#menu_horiz {
        background: #fff url(uploads/kunyik/hg_nav.gif) repeat-y left top;
	width: 100%;
	height: 100px;
	margin:10px 0 0 -40px;
        color:#000;
        padding-left:100px;
 
}
div#menu_horiz ul {
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
	padding-left: 0px;
        display:inline;
}
/* menu list items */
div#menu_horiz li {
/* makes the list horizontal */
	float: left;
	list-style: none;
	margin: 0;
        width:200px;
        line-height:120%;
}
/* the links, that is each list item */
div#menu_horiz a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #000;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}

/* hover state for links */
div#menu_horiz li a:hover {
	color: #c90119;
}

div#menu_horiz a span {
/* compensates for no left padding on the "a" */
	padding-left: 0px;
}

div#menu_horiz li.parent a span {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	padding-left: 0;
/* set your image here, down arrow to note it has children, left side of text */
        color: #000;
}
div#menu_horiz li.parent a:hover span {
	padding-left: 0;
	color: #c90119;

}

div#menu_horiz li.menuactive a span  {
        padding: 0;
        
}


/* active parent, that is the first level parent of a child page that is the current page */

div#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {
	color: #c90119;
         padding: 0;
}

div#menu_horiz h3{
       padding: 0;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #c90119;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        font-size: 90%;
        font-weight:normal;

}

li.sectionheader
 {
        padding: 0;
      	margin: 0;
/* default link color */
	color: #000;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        font-size: 100%;
        font-weight:bold;
}

.aktiv
 {
        padding: 0;
      	margin: 0;
/* default link color */
	color: #000;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        font-size: 100%;
        font-weight:bold;
}
 
.archiv{
    padding-top:15px;
}

.pressbaum{
    padding-top:15px;
}

.ueber-uns, .service, .angebote{
font-weight:bold;
}


li.sectionheader ul li  {
	color: #000;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
        font-weight:normal;

}

.aktivsection{
/* ueberschriften angebote ueber uns service */
margin-left:0px;
}
/* End of 'nav_horiz_kunyik' */

