/*
 Tremel 17.10. css datei für Hauptmenu corework.de
 
  lightpink  #ff84d6
  darkpink   #ec008c
  
  darkblue   #003471
  middleblue #0066cc
  lightblue  #e3eafe
  
  logoblue   #005a9c
  logopink   #c50067
  
  background    #eeeeee	
	background hellblau #e3eafe;
  schrift    	#004980
  link		    deeppink
  link visited	purple
  link active	#0000ff
*/



table.menuleft { 
/*  background-color: #9CC9F5;
*/  background-color: #9CC9F5;
}

table.menuleft div a:link , 
table.menuleft div a:visited 
{
	color: #0A3867;
}
/* Menu 1 column */
td#leftpartmenu {	
	vertical-align: top; 
	width: 200px;	
	/* background-image: url(../images/menubackground.jpg); */
	background-repeat : no-repeat;
	padding-top: 0px;
}

td#leftpartmenu div {
	width: 95%;
	color: #0A3867;
}

td#leftpartmenu div a {
	text-decoration: none;
}

td#leftpartmenu div a:hover {
	text-decoration: underline;
	background-color: #9CC9F5;
}

/* Hervorhebung des selektierten Pfades im Menübaum */
td#leftpartmenu div.menu1-level1-act a ,
td#leftpartmenu div.menu1-level2-act a ,
td#leftpartmenu div.menu1-level3-act a ,
td#leftpartmenu div.menu1-level4-act a ,
td#leftpartmenu div.menu1-level5-act a ,
td#leftpartmenu div.menu1-level6-act a 
{
  color: #CC0000;
  /* background-color: #99FFFF; */
}

/*  MENU 1, level 1, all state */
td#leftpartmenu div.menu1-level1-no, td#leftpartmenu div.menu1-level1-act
{
  font-size: 13px;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, normal state (NO) */
td#leftpartmenu div.menu1-level1-no {
  border-bottom: 1px dotted #999999;
}
/*  MENU 1, level 1, active state (ACT) */
td#leftpartmenu div.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
}

/*  MENU 1, level 2, all states */
td#leftpartmenu div.menu1-level2-no, td#leftpartmenu div.menu1-level2-act
{
	font-size: 11px;
	padding-top: 2px;
	padding-left: 20px;
}
/*  MENU 1, level 2, normal state (NO) */
td#leftpartmenu div.menu1-level2-no {
}
/*  MENU 1, level 2, active state (ACT) */
td#leftpartmenu div.menu1-level2-act {
  font-weight:bold;
}

/*  MENU 1, level 3, all states */
td#leftpartmenu div.menu1-level3-no, td#leftpartmenu div.menu1-level3-act {
  font-size: 10px;
  padding-top:1px;
  padding-left:35px;
}
/*  MENU 1, level 3, normal state (NO) */
td#leftpartmenu div.menu1-level3-no {
}
/*  MENU 1, level 3, active state (ACT) */
td#leftpartmenu div.menu1-level3-act {
  font-weight:bold;
}

/*  MENU 1, level 4, all states */
td#leftpartmenu div.menu1-level4-no, td#leftpartmenu div.menu1-level4-act {
  font-size: 8px;
  padding-left:50px;
}
/*  MENU 1, level 4, normal state (NO) */
td#leftpartmenu div.menu1-level4-no {
  font-size: 8px;
  padding-top:1px;
}
/*  MENU 1, level 4, active state (ACT) */
td#leftpartmenu div.menu1-level4-act {
  font-weight:bold;
}

/*  MENU 1, level 5, all states */
td#leftpartmenu div.menu1-level5-no, td#leftpartmenu div.menu1-level5-act {
  font-size: 8px;
  padding-left:60px;
}
/*  MENU 1, level 5, normal state (NO) */
td#leftpartmenu div.menu1-level5-no {
  font-size: 8px;
  padding-top:1px;
}
/*  MENU 1, level 5, active state (ACT) */
td#leftpartmenu div.menu1-level5-act {
  font-weight:bold;
}
/*  MENU 1, level 6, all states */
td#leftpartmenu div.menu1-level6-no, td#leftpartmenu div.menu1-level6-act {
  font-size: 8px;
  padding-left:70px;
}
/*  MENU 1, level 6, normal state (NO) */
td#leftpartmenu div.menu1-level6-no {
  font-size: 8px;
  padding-top:1px;
}
/*  MENU 1, level 6, active state (ACT) */
td#leftpartmenu div.menu1-level6-act {
  font-weight:bold;
}


/*  MENU 2, level 1, general for all table cells: */
tr#menu_2  td {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
tr#menu_2  td a {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
tr#menu_2  td a:hover {
  text-decoration: underline;
}
tr#menu_2  td.oddcell {
  background-color: #666699;
}
tr#menu_2  td.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
td#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
td#path a {
  text-decoration: none;
  color:black;
}
td#path a:hover {
  text-decoration: underline;
}


