/*******************************************************************************

    Project     :   Redaxo Demo
    Copyright   :   Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/



/*  Navigation vertical - 
    Wenn nur die Navigation mit der ID 3 verwendet wird, kann alles bis 
    zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/
/* ### Header Navigation ##################################################### */

#navheight_horiz_vert {
    min-height: 155px;
    margin: 20px 0;
}
* html body #navheight_horiz_vert { height: 153px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { padding:0px 20px; }


#nav-header {
    font-size: 1.3em;
}


#nav-header li {
    display:inline;
    border-left: 1px solid #aaa;
}

#nav-header a, 
#nav-header a:link {
    color:#323334; 
    text-decoration: none;
    text-transform: uppercase;
    background-color: inherit;
    padding: 0 8px;
}

#nav-header a:hover {
    color:#323334;
    background-color: #00bdf6;
    padding: 0 8px;
}

#nav-header a.current, 
#nav-header a.current:link {
    color:#323334;
    background-color: #00bdf6;
    padding: 0 8px;
}

#nav-header a.current:hover {
    color:#323334;
    background-color: #00bdf6;
    padding: 0 8px;
}


/* ### Sub Navigation ######################################################### */

#nav {
    display:block;
    float:left;
    width:191px;
    /*background-image:url(bg_nav1.gif);*/
    background-repeat: repeat-y;
}

#nav p.copy,
#nav p {
    padding-right:20px;
    color:#323334;
    /*background: inherit;*/
    text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
    color: #323334;
    /*background: inherit;*/
    text-decoration: none;
}

#nav p.copy a:hover {
    color: #323334;
    /*background: inherit;*/
    text-decoration: underline;
}

/*  Navigation horizontal and vertical - 
    Wenn nur die Navigation mit der ID 2 verwendet wird, kann alles bis 
    zum nächsten Kommentar gelöscht werden
-------------------------------------------------------------------------------*/

#navheight_vert {
    min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 10px;  }


/* ### nav1st - first level navigation ######################################## */




/* ### Breadcrump Navigation #################################################### */

#sitePath {
    float:left;
    padding-left:20px;
    color:#c4d4dc;
    background: inherit;
}

#sitePath a, #sitePath a:link {
    color:#c4d4dc;
    background: inherit;
    text-transform:none;
}

/* pulldown menu */
/*******************************************************************************
        
        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:750px;                    /*  (1)  */
  position:relative; 
  font-size:14em;
  padding-bottom:10px;
  height: 20px;
  padding-left:210px;
  /*z-index:100;*/
  background-image: url(menuBack.jpg);
}
.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:#323334;
  font-size:12px;
  /*width:139px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:15px;                    /*  (2)  */
  /*border:1px solid #000;          /* Border-color am besten = Hintergrundfarbe der Seite */
  /*border-width:1px 1px 0 0; */
  /*background:#aaa; */
  position:relative;
  padding-left:10px; 
  padding-right:10px; 
  padding-top:5px;
  line-height:11px;               /*  --> (2)  */

  position: relative;
  /*z-index: 300;*/
}
* html .menu ul li a, .menu ul li a:visited {
  /*width:149px;                    /* für 'normale' Browser */
  /*w\idth:139px;                   /* 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:#323334; 
  background:#00bdf6;
  position: relative;
  /*z-index: 300;*/
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:19px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:150px;

  /*z-index: 300;*/
}
/* 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:#e5e5e5;
  height:auto; 
  /*line-height:1.2em; */
  padding:5px 5px; 
  width:170px;
  position: relative;
  /*z-index: 300;*/
}
/* html .menu ul li a:hover ul li a {
  width:120px;
  width:120px;
}*/

.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;*/
  position: relative;
  /*z-index: 300;*/
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#00bdf6; 
  color:#fff;

  position: relative;
  /*z-index: 300;*/
}

.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:150px; 
  top:0;
  width:120px;
}

.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:-150px;
}
