
/* -------------------------------------------------------- BASIC ELEMENTS */

body {
    padding: 0;
    margin: 0;
    font: 14px/24px Georgia, Times New Roman, Times, serif;
    background: #ffe url(images/sky.jpg) repeat-x;
    text-align: center;
}

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

h1 {
    font-weight: normal;
    color: #048;
}

p {
    color: #444;
}

a,
div.imprint th,
label {
    color: #048;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}


/* -------------------------------------------------------- PAGE & STRUCTURE */

div.page {
    width: 800px;
    margin: 0 auto 1em auto;
}

div.columns {
    width: 800px;
    background: url(images/columns-background.jpg) repeat-y;
}

div#content {
    margin: 0 162px 0 164px;
    text-align: left;
}

p.box {
    display: block;
    padding: 0 1em;
    border: 1px solid #ccd;
    background-color: #eef;
    text-align: center;
}

/* -------------------------------------------------------- MENU */

div.menu {
    float: left;
}


/* -------------------------------------------------------- SPEISEKARTE */

div.speisekarte h3 a {
    display: block;
    text-align: center;
}

div.speisekarte h3,
div.speisekarte h3 a {
    text-decoration: none;
    color: #048;
    font-weight: bold;
    font-size: 14px;
}

div.speisekarte h3 {
    height: 32px;
    vertical-align: middle;
    padding: 8px 0 0 0;
    background: url(images/sep.jpg) no-repeat 50% 50%;
}

div.speisekarte h3,
h1 {
    font-size: 1.3em;
}

div.speisekarte h3 a:hover {
    text-decoration: underline;
}

div.speisekarte table {
    border: 0;
    width: 99%;
    background-color: #fff;
}

div.speisekarte th,
div.speisekarte td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

div.speisekarte td {
    text-align: right;
}

div.speisekarte th p.small {
    font-size: 0.8em;
    margin: 0;
    padding: 0 0 0.5em 1em;
}

/* speziell */

div.speisekarte table.img-burger {
    background: #fff url("images/burger.jpg") no-repeat 60% 60%;
}

div.speisekarte table.img-gyros {
    background: #fff url("images/spiro-gyros.jpg") no-repeat 85% 0%;
}


/* -------------------------------------------------------- IMRESSUM */

div.imprint table {
    width: 95%;
}

div.imprint th,
div.imprint td {
    vertical-align: top;
    text-align: left;
}

div.imprint th {
    text-align: right;
    padding-right: 1em;
}

.ematia,
.ematia * {
    font: 12px/16px "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
    color: #000;
}

.ematia {
    width: 256px;
}

/* -------------------------------------------------------- KONTAKT */

label {
    display: block;
    float: left;
    width: 120px;
    text-align: right;
    padding-right: 1em;
}

.field, .ematia {
    display: block;
    float: left;
}

input.field,
textarea.field {
    width: 256px;
    border: 1px solid #048;
    background-color: #ffe;
}

button,
input.button {
    border: 1px solid #048;
    background-color: #ffe;
    color: #048;
}
