/*******************************************************************************	Project:	Resch*******************************************************************************/#menubar ul,#menubar ul li {margin: 0;padding: 0;list-style: none;float:left;}	#menubar a {width: 126px;height: 30px;background: url(bgMenuItem.gif) no-repeat;color: #333;display: block;font: bold 12px/30px Arial, sans-serif;text-decoration: none;text-align:center;	line-height: 2.6em;overflow:hidden;}#menubar a:hover {background-position: 0 -40px;background-color:#CCCCCC;color:#F0FDE4;text-decoration: none;}#menubar a.selectedItem {  background-position: 0 -40px;}/*	Navigation horizontal and vertical - 	Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 	zum nächsten Kommentar gelöscht werden-------------------------------------------------------------------------------*//* ### nav2nd - second level navigation ######################################### *//*******************************************************************************                Horizontales Dropdown-Menu, CSS                CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk        Please see Copyright Notice @        http://www.cssplay.co.uk/menus/final_drop.html        *******************************************************************************/.menu {  font-family: verdana, sans-serif;   width:950px;                  /*  (1)  */  position:relative;   font-size:1.0em; /* lenz padding-bottom:50px; */  margin-top:-1px;          /*überlappung mit dem oberen Rand*/   z-index:100;}.menu ul {                        /* UL Ebene 1 */  padding:0;   margin:0;  list-style-type: none;}.menu ul li {                     /* Listenelemente der Ebene 1 */  float:left;  position:relative;}.menu ul li a, .menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */  display:block;   text-decoration:none;   color:#fff;   width:127px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */  height:30px;                    /*  (2)  */  border:1px solid #999;          /* Border-color am besten = Hintergrundfarbe der Seite */  border-width:1px 1px 0 0;   border-left-color: #CCCCCC;  background:#aaa; /* lenz  padding-left:10px; */   line-height:30px;               /*  --> (2)  */}* html .menu ul li a, .menu ul li a:visited {  width:129px;                    /* für 'normale' Browser */  w\idth:119px;                   /* für IE */}.menu ul li ul {  display: none;}table {  margin:-1px;   border-collapse:collapse;  font-size:0.8em;}/* li:hover  für non-IE-Browser  ---  a:hover  für IE */  .menu ul li:hover a,  .menu ul li a:hover {  color:#555;   background:#ddd;}.menu ul li:hover ul,.menu ul li a:hover ul {  display:block;   position:absolute;   top:30px;                          /*  --> (2)  */  margin-top:1px;  left:0;   width:127px;}* html .menu ul li a:hover ul {  margin-top:0;  marg\in-top:1px;}.menu ul li:hover ul li ul,.menu ul li a:hover ul li a ul {  visibility:hidden;   position:absolute;   height:0;   width:0;}.menu ul li:hover ul li a,.menu ul li a:hover ul li a {  display:block;   background:#ddd;   color:#555;   height:auto;   line-height:1.2em;   padding:0px 0px;   width:129px}* html .menu ul li a:hover ul li a {  width:150px;  w\idth:128px;}.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */.menu ul li a:hover ul li a.drop {  background:#aaa url(../../graphics/drop.gif) bottom right no-repeat;}.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */.menu ul li a:hover ul li a:hover {  background:#aaa;   color:#fff;}.menu ul li:hover ul li:hover ul,     /* Ebene 3 */.menu ul li a:hover ul li a:hover ul {  visibility:visible;   position:absolute;   left:130px;   top:0;  width:127px;}.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */.menu ul li a:hover ul li a:hover ul.left {  left:-127px;}/* ### Breadcrump Navigation #################################################### */#breadcrumb {	margin: 0 0 12px  25px;	line-height:4.0em;}