
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

/*

#f5f8fe; hellblau
#ecf2fd; etwas dunkler
#d6e3fe; noch etwas dunkler
#1d4aa7; Hintergrund dunkelblau mit weisser Schrift
#0033cc; Schrift blau

*/

.listmenu{
font-size:0.7em;
width:100%;
}

.listmenu .headerbar{
font:bold 1.0em Arial;
color:#ffcc00;
background:#1d4aa7;
margin-bottom:4px; /*bottom spacing between header and rest of content*/
text-transform:uppercase;
padding: 4px 0 4px 6px; /*header text is indented 10px*/
}

.listmenu ul{
list-style-type:none;
margin:0;
padding:0;
margin-bottom:8px; /*bottom spacing between each UL and rest of content*/
}

.listmenu ul li{
padding-bottom:0px; /*bottom spacing between menu items*/
}

.listmenu ul li a{
color:#0033cc;
background:#f5f8fe;
display:block;
padding:3px 0;
padding-left:12px; /*link text is indented 19px*/
text-decoration:none;
font-weight:bold;
border-bottom:1px solid #dadada;
font-size:90%;
}

.listmenu ul li a:visited{
color:#0033cc;
}

.listmenu ul li a:hover{
color:#0033cc;
background-color:#d6e3fe;
}

