* {
    margin: 0;
    padding: 0;
    font-family: Palatino Linotype, Book Antiqua3, Palatino, serif;
    font-size: 14px;
    outline: none;
    line-height: 25px;
}

body {
    /*
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F2E0 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F2E0 100%);
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F2E0 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #F7F2E0));
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F2E0 100%);
    background-image: linear-gradient(to top, #FFFFFF 0%, #F7F2E0 100%);
    */
    background-image: url(images/holz_background_mini.jpg);
    background-size: 700px auto;
}

h1, h2, h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid black;
    font-size: 20px;
}
h1 {
    /*
    background-color: #F7F2E0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    */
}
h2 {
    margin-bottom: 0;
    border: none;
    font-size: 18px;
}

a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

input, textarea {
    border: 1px solid black;
    background-color: #F7F2E0;
}
input[type="text"], input[type="email"] {
    line-height: 100%;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: progress;
}

div#loading {
    visibility: hidden;
    width: 32px;
    height: 32px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

#body_wrap {
    width: 100%;
    min-width: 1100px;
    height: 100%;
    background-image: url(images/fisch_head_mini.png);
    background-repeat: no-repeat;
    background-position: 50% -10px;
    background-size: 1100px auto;
}

#page_wrap {
    width: 727px;
    margin: 0 auto;
    float: left;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -363px;
}

#header {
    width: 100%;
    height: 120px;
    float: left;
}
#header a {
    letter-spacing: 3px;
    margin-left: 11px;
    line-height: 180px;
    font-size: 36px;
    font-weight: bold;
    color: #F5ECCE;
    text-shadow: 2px  0   0 black,
                -2px  0   0 black,
                 0    2px 0 black,
                 0   -2px 0 black,
                 1px  1px 0 black,
                -1px -1px 0 black,
                 1px -1px 0 black,
                -1px  1px 0 black;
    text-decoration: none;
}

#content_wrap {
    width: 100%;
    float: left;
}

#content {
    width: 705px;
    min-height: 500px;
    float: left;
    background-color: white;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*
    background-image: url(images/fisch.png);
    background-repeat: no-repeat;
    background-position: 685px 485px;
    background-position: 685px 99%;
    background-size: 30px auto;
    */
}

#navi {
    width: 152px;
    height: 165px;
    padding: 10px;
    background-color: rgba(247, 242, 224, 0.95);
    border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    position: absolute;
    top: 120px;
    left: 50%;
    right: 50%;
    margin-left: 374px;
}

#footer {
    width: 725px;
    height: 30px;
    float: left;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid black;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#footer ul {
    margin-left: 12px;
}
#footer ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
#footer ul li a {
    font-size: 12px;
}

#navi_tbl {
    width: 100%;
    border-spacing: 0;
}
#navi_tbl th {
    border-bottom: 1px solid black;
    text-align: left;
    font-size: 20px;
}
#navi_tbl td.login_td {
    padding-top: 10px;
    font-weight: bold;
}

/* Im Angebot */
#angebot_tbl {
    width: 500px;
    border-spacing: 0;
}
#angebot_tbl th {
    text-align: left;
}
#angebot_tbl th.artikel {
    width: 370px;
}
#angebot_tbl th.preis {
    width: 130px;
}

/* Bestellen! */
#bestellen_tbl {
    width: 500px;
    border-spacing: 0;
}
#bestellen_tbl th {
    text-align: left;
}
#bestellen_tbl th.artikel {
    width: 370px;
}
#bestellen_tbl th.stück {
    width: 130px;
}
#bestellen_tbl td input {
    width: 100%;
}
#bestellen_tbl td.btn {
    font-weight: bold;
    text-align: right;
}

/* Kontakt */
#kontakt_tbl {
    width: 400px;
    border-spacing: 0;
}
#kontakt_tbl td {
    vertical-align: top;
}
#kontakt_tbl td input {
    width: 100%;
}
#kontakt_tbl td.desc {
    width: 85px;
}
#kontakt_tbl td textarea {
    resize: none;
    width: 100%;
    height: 125px;
}
#kontakt_tbl td.btn {
    font-weight: bold;
    text-align: right;
}

/* Impressum */
#impressum * {
    font-size: 12px;
}
#impressum h2 {
    margin-top: 10px;
    font-size: 16px;
}
#impressum table.kontakt {
    border-spacing: 0;
}
#impressum table.kontakt th {
    width: 65px;
    text-align: left;
}
#impressum table.kontakt td.anschrift {
    vertical-align: top;
}
#impressum ul {
    margin-left: 19px;
}
#impressum p {
    font-size: 12px;
}