/* Navigation */
/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

#content #sidebar a:link,
#content #sidebar a:visited {
	color:  black;
	padding:  3px;
	font-weight: bold;
}

#content #sidebar a:hover {
	background-color: white;
}

#content #sidebar a.currentpage {
	color:  black;
	background-color: white;
}

#content #sidebar ul {
	list-style: none;
	margin:  0;
	padding: 0;
}

#content #sidebar li a{

}

#content #sidebar li li a:link, #content #sidebar li li a:visited {
	padding-left:  15px;
	font-weight: normal;
	font-size: 11px;
}

#content #sidebar li a {
	color: black;
	display:  block;
	border-bottom: 1px solid black;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
/*   background: url(images/cms/nav-blue-bg.gif) repeat-x 0 5%; */
   background-color: transparent;

   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 220px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px;
   color: #fff; 
   font-family: Geneva,sans-serif; 
   font-size:12px; 
   font-weight: bold; 
   letter-spacing: 2px; 
   text-decoration: none;
	text-transform: uppercase;
}
#primary-nav ul { 
   position: absolute;
   z-index: 5;
/*   top: auto; */
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 4px 30px 4px 10px; 
   text-decoration: none; 
   color: black;
}
#primary-nav a:hover {
/*   background: url(images/cms/nav-blue-bg.gif) repeat-x 0 15%; */
   background-color: #fff;
}  
#primary-nav li a { 
   border-right: 1px solid black;
   border-left: 1px solid black;
   border-bottom: 1px solid black;
   border-top: 1px solid black;
}
#primary-nav li li a { 
   border: 1px solid black;
}	
#primary-nav li, #primary-nav li.menuparent { 
/*   background: url(images/cms/nav-blue-bg.gif) repeat-x 0 5%; */
   background-color: #fff;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */




/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li,
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background: #EFF9FD;
}


/* Styling the apperance of menu items on hover */


#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
/*   background: url(images/cms/nav-blue-bg.gif) repeat-x 0 30%; */
   background-color: white;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li:hover ul ul ul,
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSSMenu - Horizontal' */


/*Top News*/
#nid210 a {
	background-color: #F5B833;
	border-left:  none;
}
/*Über Uns*/
#nid63 a {
	background-color: #D1D633;
}

/*service--- 69FFE6*/
#nid57 a {
	background-color: #69FFE6;
}

/*shop--- EBF778*/
#nid203 a {
	background-color: #EBF778;
}

/*fluteenie---- D6BF78*/
#nid204 a {
	background-color: #ff7bd1;
}

#nid204 a.menuparent {
	text-indent: -999px;
	background: #ff7bd1 url(/images/fluteenies/fluteenie-menue-pink.jpg) top left no-repeat;
	background-color: #ff7bd1;
	width: 100px;
}


/*mitglieder---schwarz*/
#nid191 a {
	background-color: black;
	color: white;
}

#nid191 a:hover {
	color:  black;
	background-color: white;
}

/*Aktive Menupunkte*/
#nid210 .menuactive,
#nid63 .menuactive,
#nid57 .menuactive,
#nid203 .menuactive,
#nid204 .menuactive,
#nid191 .menuactive { 
/*   background: url(images/cms/nav-blue-bg.gif) repeat-x 0 30%; */
   background: white;
}


#primary-nav a.menuactive {
   color: #2B143C;
}

