body {
    margin: 0px;
    height: 100%;
    text-align: center;
    width: 100%;
}

table.outerTable {
    background: url(../gfx/background.png);
    height: 100%;
    width: 848px;
}

table.innerTable {
    height: 100%;
    width: 780px;
}

table.menuTable_left {
    background: #f5f0eb;
    height: 100%;
    width: 170px;
}

table.menuTable_right {
    background: #f5f0eb;
    height: 100%;
    width: 190px;
}

td.top_spacer {
    height: 10px;
}

td.header_left {
    height: 180px;
    padding-right: 10px;
    text-align: center;
    width: 180px;
}

td.header_right {
    height: 180px;
    vertical-align: top;
    width: 600px;
}

td.menu_left {
    width: 180px;
}

td
{
	color: #99794d;
}

td.content {
    color: #99794d;
    font: 11px verdana,arial,tahoma,sans-serif;
    line-height: 18px;
    vertical-align: top;
    width: 410px;
}

td.menu_right {
    width: 190px;
}

div.menu_item {
    background: #c9a98d;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font: 11px verdana,arial,tahoma,sans-serif;
    padding: 4px;
    padding-left: 10px;
}

div.menu_item_active {
    background: #e9c9ad;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font: 11px verdana,arial,tahoma,sans-serif;
    padding: 4px;
    padding-left: 10px;
}


div.menu_bottom_text {
    color: #c9a98d;
    font: 11px verdana,arial,tahoma,sans-serif;
    line-height: 16px;
    padding: 12px;
}

#flyer {
    background: #fff;
    border: 1px solid #f5f0eb;
    width: 178px;
}

a.impressum {
    color: #99794d;
}

a.impressum:hover {
    font-weight: bold;
}

.content table {
    color: #c9a98d;
    font: 11px verdana,arial,tahoma,sans-serif;
    line-height: 18px;
    vertical-align: top;
    width: 410px;
}

input {
    border: 1px solid #99794d;
    color: #99794d;
    font: 11px verdana,arial,tahoma,sans-serif;
    padding: 2px;
    width: 100%;
}

input.button {
    background: #fff;
    color: #99794d;
    cursor: pointer; 
    width: auto;
}

textarea {
    border: 1px solid #99794d;
    color: #99794d;
    font: 11px verdana,arial,tahoma,sans-serif;
    padding: 2px;
    height: 120px;
    width: 100%;
}

a {
    color: #99794d;
}

a:hover {
    font-weight: bold;
}

a.menu_link {
    color: #fff !important;
    display: block !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

a.menu_link:hover {
    color: #fff !important;
    display: block !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
