#listbox {
margin: 0px 10px 20px 0px;
}
#listbox ul, #listbox ul li ul {
margin: 0;
padding: 0;
border-left: 2px dotted #3076A1;
}
#listbox ul li, #listbox ul li ul li {
margin-left: 20px;
padding: 0;
}
#listbox ul li {
list-style: none outside;
}
#listbox ul li  {
margin-top: 4px;
border-top: 1px solid #E3EBF6;
}
#listbox li.ohne  {
margin: 0;
padding: 0;
border: 1px solid #D3DCE8;/* fuer IE */
}
#listbox ul li p {
margin: 0;
padding: 3px 0px 4px 20px;
background-color: #EFF6FF;
color: #000;
border-left: 7px solid #D9E0EB;
}
#listbox ul li.listhead,
#listbox ul li.listhead2 {
font-variant: small-caps;
font-weight: bold;
letter-spacing: 1pt;
}
#listbox ul li.listhead a {
background-image: url(images/bullet2.gif);
background-repeat: no-repeat;
background-position: 2px 4px;
padding: 0px 0px 0px 20px;
background-color: #E3EBF6;
color: #600;
border-bottom: 1px solid #D9E0EB;
border-left: 7px solid #D9E0EB;
}
#listbox ul li.listhead a:hover {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 2px 4px;
background-color: #D3E1F5;
color: #a00;
border-bottom: 1px solid #D9E0EB;
border-left: 7px solid #900;
}
#listbox ul a {
display: block;
background-color: #CCD9E9;
color: #600;
padding: 1px 0px 1px 8px;
font-family: Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
border: 0 none;
border-bottom: 1px solid #E3EBF6;
border-left: 7px solid #D9E0EB;
}
#listbox ul a:visited {
background-color: #CCD9E9;
color: #656565;
}
#listbox ul a:hover {
background-color: #D3E1F5;
color: #a00;
border-left: 7px solid #900;
}
