body, .wrapper {
    background-image: none !important;
    background-color: white;
}

/* font */
body {
    font-size: 70%;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

a, a.link {
    color: #085e7f;
    text-decoration: underline;
}

h1 {
    font-size: 14pt;
    color: #085e7f;
}

h2 {
    font-size: 12pt;
}


h2.subtitle, table {
    margin-bottom: 1cm;
}

/* screen */
.header, .content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.language-container, .main-navigation-container, .stage, .breadcrumbs, .sub-navigation, hr, .quickform fieldset button, .footer {
    display: none !important;
}

.logo {
    margin: 0;
    padding: 0;
}

.logo img {
    width: 5cm;
    border-width: 0;
}

.content {
    margin-top: 0;
}

/* tabellen */
table {
    width: 100%;
    cellpadding: 0;
    cellspacing: 0;
    border-collapse: collapse;
}

.content table,
.content table th,
.content table td {
    border: 0.03cm solid #dfdfdf;
}

table.wochen-preistabelle,
table.preistabelle {
    border: 0.03cm solid #085e7f;
    page-break-before: auto
}

table.wochen-preistabelle th,
table.preistabelle th,
table.preistabelle td {
    border: 0.03cm solid #085e7f;
}

table.wochen-preistabelle td {
    border-bottom: none;
    padding-bottom: 0.3cm;
}

/* bilder */
.sidebar {
    page-break-before: always;
}

.sidebar img {
    width: 6cm;
}

/* teaser */
.teaser-container {
    margin-top: 1cm;
}

.teaser-container ul {
    margin-left: 0;
    padding-left: 0;
}

.teaser-container li {
    border: 0.05cm solid #dddddd;
    list-style: none;
    list-style-type: none;
    margin: 0;
    margin-bottom: 0.3cm;
    padding: 0.3cm;
}

/* formular */
form.quickform {
    page-break-before: always;
    width: 80%;
}

fieldset {
    border:  0;
}

.quickform input.stdsizeformelement,
.quickform textarea {
    width: 100%;
    padding:  0.2cm;
}

/* url ausgeben*/
.content a:link:after,
.content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   color: grey;
}

.content a[href^="/"]:after {
   content: " (http://www.buechi-yachting.com" attr(href) ") ";
}

/* url nicht ausgeben*/
.sidebar a:link:after,
.sidebar a:visited:after,
.sidebar a[href^="/"]:after,
table.preistabelle a:link:after,
table.preistabelle a:visited:after {
   content: " ";
}

