body {
    margin:20px 0 0 0; 
    font-family:sans-serif;
    font-size:10pt;
    background-color:#004400;
}
img {
    border:0;
}
#pane {
    position:absolute;
    width:600px;
    left:50%;
    margin-left:-320px;
    background-color:#ffffff;
    background-image:url(images/lecker.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
    padding:10px 20px 10px 20px;
}
p {
    margin:0 0 10px 0;
    padding:0;
}
h1 {
    margin:10px 0 10px 0;
    font-size:1.4em;
    color:#228b22;
}
table {
    border-collapse:collapse;
}
th {
    vertical-align:top;
    text-align:left;
    color:#228b22;
    padding:5px;
    border-top:2px solid #228b22;
    border-bottom:2px solid #228b22;
}
.speiseplan {
    vertical-align:top;
    text-align:left;
    padding:0;
    border-top:2px solid #228b22;
    border-bottom:2px solid #228b22;
}
.speisen {
    padding:5px;
    border:0;
}
.border_top {
    border-top:1px solid #228b22;
    border-bottom:0;
}
.preis {
    width:50px;
    text-align:right;
    vertical-align:top;
}
#untertitel {
    font-size:0.9em;
    text-align:center;
    margin:5px 0 0 0;
    color:#228b22;
}
a, a:link, a:visited, a:focus, a:active {
    color:#228b22;
    font-weight:bold;
}
a:hover {
    color:#000000;
}
