div.row {
    clear: both;
    margin: 5px 0;
}

fieldset {
    margin: 25px 0;
    padding: 15px 0 0 0;
    width: 500px;    
    border: none;
}

input.standard {
    width: 250px;
}
input.radiobutton {
    float: left;
    width: 15px;
}

label {
    float: left; 
    width: 140px;
}

legend {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.cal
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: auto;
}
.cal th.wochentag
{
    font-weight: bold;
    color: #000000;
}
.cal th.wochenende
{
    font-weight: bold;
    color: #000000;
    border-left: 1px solid #ccc;
}
.cal th.feiertag
{
    font-weight: bold;
    color: #ff0000;
}
.cal td.wochentag
{
    font-weight: normal;
    color: #000000;
}
.cal td.wochentag:hover
{
    background-color: #ccc;
}
.cal td.wochenende
{
    font-weight: normal;
    color: #000000;
    border-left: 1px solid #ccc;
}
cal td.wochenende:hover
{
    background-color: #ccc;
}
.cal td.highlight
{
    background-color: #ccc;
    font-weight: bold;
}
.cal td a
{
    color: #000000;
    text-decoration: none;
}


table.shop {
    font-size: 1em;
    width: 100%;
    margin-bottom: 30px;
}

table.shop th {
    background-color: #f2f2f2;
    height: 25px;
    text-align: left;
    font-weight: bold;
}

table.shop tr.new td {
    padding-top: 20px;
}
