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


td.leftpartmenu { 
  background-color: #eeeeee;
}

table.menuleft { 
  background-color: #eeeeee;
}

/* Menu 1 column */
td#leftpartmenu {	
	vertical-align: top; 
	width: 200px;	
	/* background-image: url(../images/menubackground.jpg); */
	background-repeat : no-repeat;
	padding-top: 10px;
}
td#leftpartmenu div {
	width: 95%;
}
td#leftpartmenu div a {
	color: #003471;
	text-decoration: none;
}
td#leftpartmenu div a:hover {
	text-decoration: underline;
	background-color: #e3eafe;
}

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

  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
td#leftpartmenu div.menu1-level1-act A {
  color: #ec008c;
}

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

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

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






/*  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;
}



