/*   CSS Navigation            */
/*   edch.css                  */
/*   version  1.0              */
/*   06/2007 - impossible.ch   */

/* Basisdefinitionen */


#navigation ul
{
/* position: fixed; */
background-color: transparent;
border-color: #A4C5E5;
/* left: 100px;
top: 100px; */
width: 120px;
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navigation li { margin: 0px; }

#navigation a
{
display: block;
color: #fff;
background-color: #89b5dd;
width: 125px;
padding: 3px 12px 3px 5px;
text-decoration: none;
border-top: 1px solid none;
border-right: 1px solid none;
border-bottom: 1px solid #fff;
border-left: 1px solid none;
font-size: 11px;
font-weight: normal;
}

#navigation a:hover
{
background-color: #C4D9EB;
color: #000;
border-top: 1px solid none;
border-right: 1px solid none;
border-bottom: 1px solid #fff;
border-left: 1px solid none;

}

#navigation li li a
{
display: block;
color: #555555;
background-color: #A3C4E4;
/* width: 10em; */
width: 125px;
padding: 3px 3px 3px 14px;
text-decoration: none;
border-top: 1px solid none;
border-right: 1px solid none;
border-bottom: 1px solid #fff;
border-left: 1px solid none;
font-weight: normal;
}

#navigation li li li a
{
display: block;
color: #555555;
background-color: #D9E8F4;
/* width: 10em; */
width: 110px;
padding: 3px 3px 3px 14px;
text-decoration: none;
border-top: 1px solid none;
border-right: 1px solid none;
border-bottom: 1px solid #fff;
border-left: 1px solid none;
font-weight: normal;
}