/* 
------------------------------------------------
Farbdefinitionen Restaurant Schützenhaus
------------------------------------------------
*/


/* Header-Bereich */
#masthead {
    border-top-color: rgb(124,55,24);
}
#top_right {
    background-image: url(../upload/Images_Header/b5_rechts.jpg);
    background-repeat: no-repeat;
}
#bottom_left {
    background-color: rgb(124,55,24);
}
#bottom_center {
    background-color: rgb(236,198,181);
}
#bottom_right {
    background-color: rgb(124,55,24);
}
/* Gerüst für Hintergrundbild mit Kolonnenrahmen und -hintergrund */
#column_top {
    background-image: url(../images/b5_top.gif);
    background-repeat: no-repeat;
}
#column_wrapper {
    background-image: url(../images/b5_middle.gif);
    background-repeat: repeat-y;
}
#column_bottom {
    background-image: url(../images/b5_bottom.gif);
    background-repeat: no-repeat;
}
#bottom_right a {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}
/* Absatz- und Inhaltsdefinitionen */
#masthead_bottom p {
    color: #000;
}
#footer a:link {
    color: #999999;
}
#footer a:visited {
    color: #666666;
}
#footer a:hover {
    color: #418B7A;
}
#right a, #center a {
    color: rgb(124,55,24);
}
#right a:hover, #center a:hover {
    color: rgb(191,144,124);
}
#right h3 {
    color: rgb(0,0,0);
}
/**** Navigation  ****/
.navmainStandardLevel_1, .navmainStandardLevel_2 {
    color: #000;
}
#left li {
    border-top-color: rgb(124,55,24);
}
#left ul {
    border-bottom-color: rgb(124,55,24);
}
#left ul a:hover, #left ul a.active {
    background-color: rgb(191,144,124);
}
/* Klassen */
.articlelistItem a {
    color: rgb(124,55,24);
}
.articlelistItem a:hover {
    color: rgb(124,55,24);
}
div.articlelistItem, div.artikellisteContent {
    border-bottom: 1px solid rgb(124,55,24);
}

