/* Layout Aufbau */
#level-0 {
    width: 857px;
    margin: 10px auto 0 auto;
    text-align: left;
}
#level-1 {
    width: 857px;
    background: url(../images/layout_home/bg_2010.jpg) top right no-repeat;
}
#level-2 {
    margin: 0;
    height: 750px;
}

/* Container Links */
#box-left {
    width: 161px;
    height: 368px;
    margin-top: 130px;
    float: left;
}

/* Inhalt */
#content {
    margin-left: 80px;
    margin-top: 23px;
    width: 610px;
    height: 640px;
    float: left;
}
#content #logo {
    float: left;
    margin-top: 28px;
    margin-left: 70px;
}
#content #text {
    height: 225px;
    width: 225px;
    margin-top: 198px;
    float: right;
    vertical-align: middle;
    font-size: 12px;
    background: url(../images/layout_home/bg_home_text.png) no-repeat;
}
* html #content #text {
    background: none;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/layout_home/bg_home_text.png);
}
#content #text p {
    margin: 57px 37px auto 35px;
}

#content #text-2 {
    height: 150px;
    width: 225px;
    margin-top: 10px;
    clear: right;
    float: right;
    vertical-align: middle;
    font-size: 12px;
    background: url(../images/layout_home/bg_home_text_02.png) no-repeat;
}
* html #content #text-2 {
    background: none;
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/layout_home/bg_home_text_02.png);
}
#content #text-2 p {
    margin: 37px 37px auto 35px;
}
/* Tischreservation */
#box-bottom-right {
    width: 170px;
    height: 150px;
    margin-top: 230px;
    margin-right: 20px;
    clear: right;
    float: right;
    background: url(../images/layout_shared/box_bottom_right-2.gif) top right no-repeat;
    text-align: center;
    color: #0060A9;
    font-size: 10px;
}
#reservation-btn {
    width: 140px;
    margin-top: 10px;
    margin-right: 40px;
    text-align: center;
    clear: right;
    float: right;
}

#foot {
    width: 878px;
    height: 56px;
    clear: both;
    float: center;
    background: #FFFFFF;
}

#news-ticker {
    margin-top: -33px;
    margin-left: 50px;
    width: 810px;
    clear: both;
    background: #FFFFFF;
}
* html #news-ticker, *+html #news-ticker {
    margin-top: -26px;
}
