#birthday_list {
    border: 1px solid #666;
    margin: 5px;
    padding: 5px;
    text-align: center;
    background-image:url(grafiken/pixel_weiss_25transparent.png);
    color: black;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#birthday_list a {
    color: #333333;
    text-decoration:none;
}
#birthday_list a:hover {
    color: #333333;
    text-decoration:underline;
}

#birthday_header {
    border: 1px solid #666;
    margin: 2px 0px 5px 0px;
    padding: 3px;
    text-align: center;
    background-color: white;
    color: black;
    font-weight:bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

