/*
-------------------------------------------------------------------------
Textauszeichnungen: 
*/
h3 {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
.t11 {
    font-family: Verdana;
    font-size: 11px;
    line-height:14px;
    color: #535353;
    
}
.t10 {
    font-family: Verdana;
    font-size: 10px;
    line-height:12px;
    color: #535353;
}
a {
    color: #007EB3;
    text-decoration:none;
}
a:hover {
    color: #007EB3;
    text-decoration:underline;
}
.sktext {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
    color: #A00000;
    margin-left:18px;
}
.sktext a{
    color: #A00000;
    text-decoration: none;
}
.sktext a:hover{
    color: #A00000;
    text-decoration: underline;
}
h4 {
    font-family: "trebuchet MS", Verdana;
    font-size: 14px;
    font-weight:bold;
    color: #a00000;
}
.preis {
    color: #5A9103;
    font-weight:bold;
    margin-left: 14px;
}


/*
-------------------------------------------------------------------------
Layout: 
*/
.rahmen {
    border: 1px solid #232120;
}
.bggrau {
    background-color: #232120;
}
.speisekarte {
    background-image: url('images/stimmung/speisekarte2.jpg');
    background-repeat: no-repeat;
    width:223px;
    font-family: Verdana;
    fons-size: 11px;
}
.textfeld {
    font-family: Verdana;
    font-size: 9px;
    font-weight:bold;
    border: none;
    color: #B0A9A6;
    background-color: #FFFCF2;
    background-image:url('images/bg_textfeld.gif');
}