/**
 *
 * All CSS definitions by
 * Klaus Schulz (darum@wiesodenn.de)
 *
 * (c)2003-2004
 *
 * CSS f&uuml;r die Sommerzeit
*/
html {
    font-size: small;
}
html, body, a, h1, h2, h3, p, ul, ol, li, table, div {
    font-family: Verdana, Helvetica, sans-serif;
    color: black;
}
body {
    background-color: #fdfdff;
    font-size: 1em;
    margin: 3em 0.5em;
    padding: 0;
}
a {
    text-decoration: underline;
}
a:link {
    color: black;
}
a:visited {
    color: #303030;
}
a:hover {
    background-color: #e5f6f7;
}
img {
    border: 0;
}
div {
    padding: 0;
    width: 700px;
    margin: 0 auto;
}
.legal {
    text-align: right;
    font-size: 0.8em;
}
.legal a {
    color: blue;
    padding: 0 0.5em;
}
.legal a:visited {
    color: blue;
}
.legal p {
    color: blue;
    text-align: right;
}
#seasontop {
    background-image: url(../pics/winter/schnee03.gif);
    background-repeat: no-repeat;
    height: 33px;
}
#decotop {
    background-image: url(../pics/winter/top.gif);
    background-repeat: no-repeat;
    height: 120px;
    background-color: #d9d4ff;
    border-color: blue;
    border-style: solid solid none solid;
    border-width: 1px;
}
#seasonbottom  {
    background-image: url(../pics/winter/schnee01.gif);
    background-repeat: no-repeat;
    height: 33px;
    clear: both;
}
#decobottom  {
    background-image: url(../pics/winter/unten.jpg);
    background-repeat: no-repeat;
    background-color: #ffefd5;
    height: 80px;
    border-top: none;
}
#nav {
    background-color: white;
    border-color: #f8f5b7 black;
    border-style: none solid none solid;
    border-width: 1px;
}
#nav ul {
    margin: 0 auto;
    text-align: right;
}
#nav li {
    display: inline;
    list-style-type: none;
    margin: 0 2px;
}
#nav li a {
    color: blue;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    border-color: #c3e8ec;
    border-style: none solid;
    border-width: 2px;
    padding: 3px 0;
    line-height: 30px;
}
#nav li a:hover {
    color: black;
    background-color: #c3e8ec;
}
#nav li a#hier {
    color: black;
    background-color: #c3d4ec;
}
#impressum, #container {
    border: 1px solid black;
    text-align: center;
}
#container {
    background-color: #ffefd5;
}
#impressum {
    background-image: url(../pics/legal.gif);
    background-repeat: repeat;
    background-color: #a4e4e1;
}
#content {
    width: 660px;
    margin: 20px;
    border: none;
    text-align: left;
    overflow: hidden;
}
#impressum #content {
    border: 1px solid black;
    width: 550px;
    margin: 40px auto;
    padding: 20px;
    text-align: left;
    overflow: hidden;
    background-color: #ffefd5;
}
#links {
    width: 200px;
    margin: 10px;
    padding: 5px;
    float: left;
}
#rechts {
    width: 380px;
    margin: 10px;
    padding: 5px;
    float: left;
}
#kosten {
    background-color: #ffe6bd;
    border: 1px solid #303030;
    width: 580px;
    margin: 20px;
    font-family: "Courier New", Courier, monospace;
    border-collapse: separate;
    border-spacing: 0px 15px;
}
#kosten tr {
    margin: 15px;
    border-bottom: 1px solid #303030;
}
#kosten th {
    font-size: 1.2em;
    font-weight: bold;
    padding:  15px 15px 0px 15px;
}
#kosten td {
    border-bottom: 1px solid silver;
    padding:  10px 15px 0px 15px;
}
h1 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
}
h2 {
    font-size: 14px;
    font-weight: bold;
}
h3 {
    font-size: 12px;
    font-weight: bold;
}
dt {
    margin: 5px 0px 5px 0px;
}
dd {
    text-align: left;
    margin: 5px 0px 20px 0px;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid silver;
}
address {
    padding-bottom: 30px;
}
p#tellme {
    font-style: italic;
    font-size: 10px;
}
#container ul {
    list-style: square;
}
#container li {
    margin: 10px 5px 10px 0px;
}
#links ul {
    list-style: none outside;
}
#links li {
    margin: 10px 5px 10px -40px;
}
#bilder {
    width: 660px;
    margin: 20px;
    border: 0px none black;
    text-align: center;
}
#bilder table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}
#bilder table th {
    background-color: #ecdcc3;
    text-align: center;
    border: 1px solid black;
    padding: 15px;
    margin: 15px;
}
#bilder table td {
    background-color: #ecdcc3;
    text-align: center;
    border: 1px solid black;
    padding: 15px;
    margin: 15px;
    width: 25%;
}
#bilder img {
    border: 1px solid black;
}
#bilder a {
    text-decoration: none;
    background-color: transparent;
}
#bilder p a {
    text-decoration: underline;
}
