
/* ================================ */
/* =         basic stuff          = */
/* ================================ */

body {
    margin: 0;
    padding: 0;
    background: #E8D0AC url('../images/background-gradient.jpg');
    text-align: center;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10pt;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

h1,
h1 a {
    margin: 0 !important;
    padding: 0.5em 0 0;
    font-size: 2.2em;

    border: none !important;
    color: #782D18;
    text-shadow: 2px 2px 3px #888888;
}

h2, h3 {
    margin: 1em 0 0.5em;
    
    font-size: 1.5em;
    color: #51322D;
    text-shadow: 1px 1px 1px #000000;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.0em;
}

h1 a {
    padding: 0;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #192F78;    
}

a:hover {
    color: #782D18;
}

strong {
    color: #782D18;
}

p {
    line-height: 150%;
}

p.subscript {
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
    color: #192F78;
}

address {
    color: #411F12;
    margin-left: 1em;
    font-size. 1.5em;
}

table {
    border: none;
}

th {
    text-align: left;
    font-weight: bold;
    padding-right: 1em;
}

th, td {
    vertical-align: top;
}

table address {
    margin: 0;
}

/* ======================== */
/* =         page         = */
/* ======================== */

div.page-shadow-left,
div.page-shadow-right {
    display: block;
    width: 784px;
    margin: 0 auto auto;
    padding: 0;
    background: url('../images/page-shadow-left.jpg') repeat-y top left;
    text-align: right;
}

div.page-shadow-right {
    width: 776px;
    margin: 0 0 0 8px;
    background: url('../images/page-shadow-right.jpg') repeat-y top right;
    text-align: left;
}

div.page {
    display: block;
    position: relative;
    background: url('../images/menu-background.jpg') repeat-y 0px 455px;
    width: 768px;
    margin-right: 8px;
    
    overflow: auto;
}


/* ======================== */
/* =         header       = */
/* ======================== */

.header {
    background: #351314;
}

.athene {
    float: left;
}

.logo {
    float: right;
}

.teaser {
    float: right;
}

img#statue {
    margin: 0;
    padding: 2em 0 0 2em;
    float: right;
}

/* ======================== */
/* =         menu         = */
/* ======================== */

ul#menu {
    display: block;
    list-style: none;
    
    width: 164px;
    padding: 0;
    margin: 0;
    
    float: left;
    clear: both;
    
    text-align: center;
    color: #BBBBBB;
}

ul#menu li {
    display: inline;
    list-style: none;
    border: none;
    padding: 0;
    margin: 0;
}

ul#menu a {
    color: #BBBBBB;
    margin: 0;
    padding: 0;
    border: none;
}

ul#menu img {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}


/* ============================ */
/* =         content          = */
/* ============================ */

.content-background {
    width: 604px;
    float: right;
    background: #E7DCCB url('../images/background-page.jpg');
}

.content {
    background: url('../images/menu-shadow.jpg') repeat-y;
    padding: 0 2em 2em;
    color: #51322D;
    overflow: auto;
    outline: none;
}

div.content a {
    font-weight: bold;
    border-bottom: 1px solid #E8D0AC;
    color: #343052;
}

div.content a:hover {
    color: #351314;
    border-bottom: 1px solid #51322D;
}

ul.sidebar {
    display: block;
    list-style: none;
    width: 264px;
    float: right;
    margin: 8px 8px 0 16px;
    padding: 0;
    height: 400px; /* FIXME: min-height? */
}

ul.sidebar li {
    display: block;
    list-style: none;
    color: #51322D;
    margin: 0;
    padding: 4px;
    border-bottom: 1px solid #FFFFFF;
}

ul.sidebar li.last {
    border-bottom: none;
}

ul.sidebar li a {
    display: block;
    color: #51322D;
    border: none;
    border-left: 4px solid #782D18;
    padding: 0 0 4px 4px;
    font-weight: normal;
}

ul.sidebar li a:hover {
    background-color: #FFFFFF;
    border-color: #E8D0AC;
    border-bottom: none;
    color: #782D18;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* ======================== */
/* =         footer       = */
/* ======================== */

.footer {
    clear: both;
    display: block;
    width: 784px;
    margin: 0 auto auto;
    padding: 0;
    background: url('../images/page-shadow-bottom.jpg') no-repeat top left;
}

.footer div {
    padding: 8px;
}

.footer,
.footer a {
    font-size: 11px;
    text-align: right;
    color: #666666;
    color: #351314;
    color: #411F12;
    text-shadow: 1px 1px 1px #000000;
}

.footer a:hover {
    text-decoration: underline;
}


/* ============================== */
/* =         menuplate          = */
/* ============================== */

.menuplate {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menuplate h2,
.menuplate h2 a,
.menuplate .sub-h2 {    
    font-size: 1.3em;
    margin: 1.5em 0 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 2px #888888;
}

.menuplate h2 a {
    font-size: 1.0em;
    border: none !important;
    color: #51322D !important;
}

.menuplate .sub-h2 {
    font-size: 1.0em;
    margin-top: 0;
}

.menuplate li h3 {
    font-size: 1.0em;
    margin: 0 0.3em 0 0;
    padding: 0;
    display: inline;
}

.menuplate ol {
    margin-top: 1.5em;
    list-style: decimal outside;
}

.menuplate ol li {
    padding: 0;
    margin: 0.5em 0 0;
    clear: right;
}

.menuplate .preis {
    float: right;
    margin-left: 2em;
    display: block;
    text-align: right;
    width: 8em;
}

.menuplate small,
.menuplate p {
    font-size: 0.85em;
}

.menuplate p {
    margin: 0 5em 0 0;
    padding: 0;
}

p.hint {
    text-align: center;
    font-weight: bold;
}

ul.menu-index,
ul.menu-index li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

ul.menu-index li {
    width: 48%;
    float: left;
    margin: 0 0 0.5em;
    text-align: center;
}

ul.menu-index {
    overflow: auto;
    margin: 0 0 0 2em;
}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #E8D0AC;;
    margin: 1em 0;
}


/* ============================ */
/* =         imprint          = */
/* ============================ */

table th,
table td {
    padding-bottom: 0.5em;
}

ol.imprint {
    font-size: 0.8em;
}

ol.imprint h4,
ol.imprint p {
    margin: 0;
    padding: 0 0 0.5em;
}

ol.imprint li {
    margin-top: 0.5em;
}
