html {
    background: #241B16 url('../img/body.png') repeat-x;
}

body {
    background: #46382F url('../img/body.png') repeat-x;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Georgia, 'New York CE', utopia, serif;
    font-size: 15px;
}

h1 {
    color: #D5AB00;
    font-size: 19px;
    border-bottom: 1px solid #D5AB00;
    margin: 0 0 10px 0;
}
h2 {
    color: #D5AB00;
    font-size: 17px;
    margin: 0 0 10px 0;
}
a, a:visited, a:active {
    color: #D81C2D;
}
a:hover {
    text-decoration: none;
}

ul li {
    list-style-image: url('../img/li.png');
}

.rightfloat {
    float: right;
}

.big {
    color: #D5AB00;
    font-size: 19px;
    clear: both;
}

#page {
    text-align: left;
    margin: 0 auto;
    width: 983px;
}

#logo {
    position: absolute;
    top: 0;
    left: 400px;
    width: 200px;
    height: 243px;
}
#header a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}
#header img {
    border: 0;
    padding: 0;
    margin: 0;
}
#header {
    clear: both;
    position: relative;
    width: 983px;
    height: 243px;
    background: url('../img/header.png') no-repeat;
}
#photo_left {
    position: absolute;
    background: url('../img/pivovar.png') no-repeat;
    width: 313px;
    height: 194px;
    left: 10px;
    top: 30px;
}
#photo_right {
    position: absolute;
    background: url('../img/restaurace.png') no-repeat;
    width: 315px;
    height: 194px;
    right: 10px;
    top: 30px;
}
#slogan {
    text-align: center;
    color: white;
    font-size: 18px;
}
#slogan blockquote {
    font-style:italic;
}


#content {
    background: url('../img/content.png') repeat-y;
    width: 983px;
}

#c_container {
    background: url('../img/content_top.png') no-repeat;
    width: 983px;
}
/* CONTENT */
#c_left {
    float: left;
    width: 225px;
    margin-left: 10px;
    margin-top: 10px;
}
#c_main {
    float: right;
    width: 705px;
    margin-right: 15px;
    margin-top: 25px;
}
#content_bottom {
    clear: both;
    background: url('../img/content_bottom.png') no-repeat;
    width: 983px;
    height: 62px;
}

#footerbg {
    background: url('../img/footer_bg.png') repeat-x;
    width: 100%;
    text-align: center;
}

#footer {
    background: url('../img/footer.png') no-repeat;
    width: 983px;
    height: 131px;
    position: relative;
    text-align: left;
    margin: 0 auto;
}

#footertext {
    position: absolute;
    right: 20px;
    top: 55px;
    font-size: 12px;
    color: #46382F;
}
#footercredits {
    position: absolute;
    top: 55px;
    left: 20px;
    font-size: 12px;
    color: #46382F;
}
#footertext a {
    color: #46382F;
}
#footertext a:hover {
    text-decoration: none;
}

#menu {
    width: 983px;
    height: 34px;
    background: url('../img/menu.png') repeat-x;
}

#menu_left {
    height: 34px;
    width: 30px;
    float: left;
    background: url('../img/menu_left.png') repeat-x;
}
#menu_right {
    height: 34px;
    width: 35px;
    float: right;
    background: url('../img/menu_right.png') repeat-x;
}
#menu a img {
    margin-bottom: -4px;
    margin-right: 3px;
}
#menu a {
    float: left;
    height: 34px;
    padding: 0px 10px;
    line-height: 28px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
#menu a:hover {
    background: url('../img/menu_active.png') repeat-x;
}
#menu a.first {
    margin-left: 60px;
}

.clear {
    clear: both;
}

.wrapper {
    padding: 0 10px;
}

#c_left h2 {
    font-size: 14px;
    color: black;
    margin: 0px 0 0 10px;
    line-height: 28px;
}

.leftfloat {
    float: left;
}

a.gallery img {
    margin: 8px;
}

.error {
    color: red !important;
}

.message {
    margin: 10px 0;
    padding: 7px;
    background-color: #eee;
    border: 2px solid #D5AB00;
    font-weight: bold;
}

/* boxes */
.box {
    margin-top: 15px;
}
.box-top {
    width: 239px;
    height: 28px;
    background: url('../img/box_top.png') no-repeat;
    clear: both;
}
.box-bg {
    width: 239px;
    background: url('../img/box_bg.png') repeat-y;
    clear: both;
    padding: 5px 0px;
}
.box-bottom {
    clear: both;
    width: 239px;
    height: 15px;
    background: url('../img/box_bottom.png') no-repeat;
}
.box p {
    margin: 10px 0 0 0;
}

.datum {
    color: #241B16;
    font-weight: bold;
}

#content ul {
    margin: 0px;
    padding: 0 0 0 25px;
}
#content ul li {
    margin: 0 0 0 0px;
    padding: 0;
    list-style-image: url('../img/li2.png');
}

.separator {
    border-bottom: 1px solid #46382F;
    padding: 5px 0 5px 0;
}

.gallery_title {
    width: 210px;
    float: left;
    text-align: center;
    margin: 0px 5px 10px 0px;
}
