

/* 08.01.2009 JS: neue Einträge */

.send {
    cursor: pointer;
}

#startdatum_display, #enddatum_display {
    border: 1px solid #366495;
    background-color: #F1F1F1;
    padding: 2px;
    display: block;
    cursor: pointer;
    width: 20em;
}

#landkarte_rahmen {
    border: 1px solid #366495;
    background-color: #F1F1F1;
}

#landkarte {
    position:relative; 
}

.marker {
    position: absolute;
    margin: 0pt;
    clear: both;
    cursor: pointer;
}

.pager {
    text-align: center;
}

.pager a {
    text-decoration: none; 
}

.monatsliste li {
    list-style-type: disc;
    margin-bottom: 6px;
}

.veranstaltungsliste li {
    list-style-type: square;
    margin-bottom: 4px;
}

span.error {
    color: red;
    font-weight: bold;
}