/* Start of CMSMS style sheet 'simple_navigation' */
/********************
MENU
*********************/
#menu {
   padding-left: 0;
   margin-left: 0;
   float:left;
   width:160px;
    border-right:0px solid #990033;
   position:absolute;
   top:161px;
}
#menu.erfolgspost {
   border-right:0px;
}

* html body div#menu { top:165px;}

#menu ul{
   margin:0px;
}
/* third level has some padding to have it stand out */
div#menu ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu li {
   margin: 0;
   margin-left: -35px;
   display: block;
   background-image:url(uploads/images/pfeil_hell.gif);
   background-repeat: no-repeat;
   background-position:5px 30px;
   list-style-type:none;
   width:150px;
}

* + html #menu li { margin-left:0px; }


#menu li.currentpage {
   background-image:url(uploads/images/pfeil.gif);
}



#betogetherdasnetzwerk {
border-right:7px solid #f47920;
width:160px;   
padding-bottom:20px;

}
#worktogetherdieberatung {
  border-right:7px solid #ada5a3;
  width:160px; 
  padding-bottom:20px;
}

#helptogetherdiestiftung {
width:160px;   
height:100%;
padding-bottom:20px;
}

#menu li a{
   padding: 2.1em 0.5em 2.1em 1.5em; /* some air for it */  
   width:150px;
}
#menu ul ul  {
margin-left:10px;
}
#menu ul ul li {
   border: none;
   background-image:url(uploads/images/kreis.gif);
   background-position:0px 4px;
   list-style-type:none;
   padding-top:2px;
   padding-bottom:2px;  
   line-height:1.5em;
}


/** fix stupid ie bug with display:block; **/
* html #menu li a { height: 1%; } 
* html #menu li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color:#990033; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-size: 12px;
   line-height:1.5em;
}

* html body #menu li{
   width:150px;
   
}

/* next level links, more padding and smaller font */
div#menu ul ul a {
   font-size: 10px;
   padding: 0;
   font-style:normal;
   color:#990033;
   margin-left:20px;
   line-heigth:1em;
}
div#menu ul ul li a:hover {
}

/* third level links, more padding */
div#menu ul ul ul a {
   padding: 0;
   font-size: 10px;
}

/* hover state for all links */
div#menu a:hover {
    color:#990033; 
    text-decoration:none;
}
div#menu a.activeparent:hover {
    color:#990033; 
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu li a.activeparent {
   color: #990033;
}

div#menu ul ul li a.activeparent {
   background-color: transparent;
   color: #990033;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu ul h3 {
   display: block; 
   padding: 2.1em 0.5em 2.1em 1.5em; /* some air for it */  
   color: #990033;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
   font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
   line-height:1.5em;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu ul ul h3 {
   font-size: 10px;
   padding: 0;
   font-style:normal;
   color:#990033;
   margin-left:20px;
   line-heigth:1em;

}

/* current page on third level, more padding */
div#menu ul ul ul h3 {
   padding: 0;
}

/* section header */
div#menu li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 0;
   line-height: 1em;
   margin: 0;
   text-align:center;
   list-style-type:none;
}



/* separator */
div.separator {
   
   border-top:7px solid #990033;
   width:167px;   
}

div.separator hr {
   display: none; /* this is for accessibility */
}
#menu #primary-nav{
	height:100%;
	vertical-align:bottom;
}
#menu #primary-nav a {
   padding:0;
   font-style:normal;
   font-size:11px;
   margin-left:10px;
   position:relative;
   bottom:10px;
  
}
#menu #menuwrapper #primary-nav li {
   background-image:url();
   list-style-type:none;
   float:none;
   margin-left:0;
}

#menu ul ul li.currentpage {
   background-image:url(uploads/images/kreisrot.gif);
   }

div#menu ul ul li.currentpage a {
   color:#990033;
}



/* End of 'simple_navigation' */

