/*
    STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009

    For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example

----------------------------------------------------------------- */

/* Seitenüberschrift */
/*
    h3.csc-firstHeader {
        color: #005EA8;
        border-bottom: 1px solid #005EA8;
        padding-bottom: 14px;
    }
*/
h5 {
    display:none;
}
.listNav {
    margin:0 0 10px;
}

#vereinsliste-nav {
        background-image: url(/fileadmin/template/img/a-z_bg2.png);
        padding: 6px 0px 10px 16px;
        background-repeat: no-repeat;
}
#vereinsliste {
    padding: 0;
}
.ln-letters {
    overflow:hidden;
}
.ln-letters a {
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    float: left;
    padding: 2px 5px;
    border: none;
    border-right: none;
    text-decoration: none;
    color: #005EA8;
}
.ln-letters a.ln-last {
    /* border-right: 1px solid silver; */
}
.ln-letters a:hover,
.ln-letters a.ln-selected {
    background-color: #e5e5e5;
}
.ln-letters a.ln-disabled {
    color: #777;
}
.ln-letter-count {
    text-align: center;
    font-size: 0.8em;
    line-height: 1;
    margin-bottom: 3px;
    color: #336699;
}
.vereine {
    display: block;
    padding-top: 5px;
}

.list-hidden {
    display: none;
}

/* Städte Link */
#vereinsliste li,
#vereinsliste .news-list-subheader {
    list-style-type: none;
    margin-bottom: 5px;

}
#vereinsliste .news-list-subheader .subheader-act {
    color: #005EA8;
    font-weight: bold;
}
#vereinsliste .news-list-subheader p {
    background: transparent url(/fileadmin/template/img/orte_bg.png) no-repeat 0 0;
    padding: 6px 0px 10px 16px;
    cursor: pointer;
    font-size: 108%;
}
#vereinsliste .news-list-subheader .subheader-right {
    float: right;
    margin: 0 20px 0 0;
}

.selected .list-button {
    color: #005ea8;
}
#vereinsliste .news-list-item h3 {
    padding: 0 0 0 30px;
    font-size: 108%%;
}
#vereinsliste .news-list-item h3 a {
    color: #777;
    text-decoration: none;
}
#vereinsliste .news-list-item h3 a:hover {
    text-decoration: underline;
    color: #005ea8;
    background-color: #fff;
}

#vereinsliste {
    margin-left: 0 !important;
}
#vereinsliste ul {
    margin-left: 0 !important;
    padding: 0 !important;
}
#vereinsliste .news-single-img {
    float: right;
    margin-left: 15px;
}
#vereinsliste .news-single-item {
    overflow: auto;
    background: transparent url(/fileadmin/template/img/news-single-bg2.gif) repeat-y  bottom right;
    margin: 0 20px 0 20px;
    padding: 0 20px 10px 10px;
}