﻿#wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    color: #000000;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: medium;
    line-height: normal;
}

.lageplan {
    border-style: ridge;
    border-width: medium;
    border-color: #fe8420;
    padding: 5px;
    width: 100%;
    height: 100%;
}

.preis {
    border-style: ridge;
    border-width: medium;
    border-color: #fe8420;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    width: 95%;
    height: 95%;
}

.logo {
    display: block;
    margin-left: auto;
    float: right;
    border-style: none;
    width: 175px;
    height: 144px;
}

.vcss {
    border: none;
    width: 88px;
    height: 31px;
}

.note {
    color: #ff0000;
    font-size: 1.2em;
    font-weight: bold;
}

header {
    text-align: center;
    border-top-width: medium;
    border-top-color: #fe8420;
    border-top-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #333333;
    border-bottom-style: dashed;
}

h2 {
    text-align: center;
    color: #fe8420;
}

nav {
    clear: both;
}
nav ul {
    padding-left: 0px;
    text-align: center;
}
nav ul li {
    border-left-width: thick;
    border-left-color: #fe8420;
    border-left-style: solid;
    display: inline;
    font-size: 1.5em;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 10px;
}
nav ul li a:link, nav ul li a:visited {
    color: #333333;
    background-color: inherit;
    text-decoration: none;
}
nav ul li a:active, nav ul li a:hover {
    color: #fe8420;
    background-color: inherit;
    text-decoration: none;
}

main {
    width: 90%;
    margin: auto;
}
main ul {
    line-height: 1.6;
}

table {
    padding: 5px 10px;
}
table.centered, table.centered td {
    margin: auto;
    padding: 5px 10px;
}
table.centered_border, table.centered_border th, table.centered_border td {
    border-color: #333333;
    border-style: solid;
    border-width: thin;
    margin: 10px auto;
    padding: 5px 10px;
    border-collapse: collapse;
}

footer {
    text-align: center;
    font-weight: 100;
    border-top-width: thin;
    border-top-color: #333333;
    border-top-style: dashed;
    border-bottom-width: medium;
    border-bottom-color: #fe8420;
    border-bottom-style: solid;
    clear: both;
}
footer a:link, footer a:visited {
    color: #333333;
    background-color: inherit;
    text-decoration: none;
    font-weight: 500;
}
footer a:active, footer a:hover {
    color: #fe8420;
    background-color: inherit;
    text-decoration: none;
}
