﻿html
{
    width: 100%;
    height: 100%;
}

body
{
    width: 100%;
    height: 100%;
    color: #633;
    text-align: right;
    background: url("bg1.gif") #eee9e6;
    margin: 20px 0;
    padding: 0;
}

#einleit1
{
    margin: 0;
    padding: 0px 10px 10px 10px;
    color: #633;
    background: transparent;
    text-align: center;
}

#einleit2
{
    width: 60%;
    margin: auto;
    padding: 0;
    color: #633;
    background: transparent;
    text-align: left;
}

#inhalt
{
    margin: 0 10%;
    padding: 0px 10px 10px 210px;
    min-height: 460px;
    color: #633;
    background: #eee9e6;
    border: 2px solid #633;
    text-align: left;
}

#navi
{
    position: absolute;
    width: 190px;
    left: 40px;
    top: 40px;
    float: left;
    padding: 5px;
    background: url("bg2.gif") #eee9e6;
    border: 2px outset #633;
    text-align: center;
}

#navi[id]
{
    position: fixed;
    background-attachment: fixed;
    width: 180px;
}

head:first-child + body div#navi
{
    background-attachment: scroll;
}

#navi a
{
    display: block;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin: 2px 0 0 0;
    padding: 4px 0;
    color: #eee9e6;
    background: #633;
    border: 2px outset #633;
}

#navi a:link
{
    color: #eee9e6;
    background: #633;
    border: 2px outset #633;
}

#navi a:hover
{
    color: white;
    background: #966;
    border: 2px inset #633;
}

img
{
    margin: 4px;
    border: 0px;
}

h1
{
    margin: 0 -10px 20px -210px;
    padding: 10px 10px 10px 200px;
    background: white;
    border: solid #633;
    border-width: 0 0 2px 0;
    font: bold italic 2.5em serif;
}

h2
{
    font: bold 1.3em sans-serif;
}

p, ol, li
{
    font: 1em/130% sans-serif;
    color: #633;
    background: transparent;
}

h2 + p
{
    margin-top: -1em;
}

table, td, th
{
    border: 1px solid #633;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}

td
{
    width: 10%;
}

table
{
    font: 1em sans-serif;
    color: #633;
    table-layout: fixed;
    width: auto;
    margin-bottom: 20px;
}

#modus[id]
{
    width: 100%;
    margin: 0;
}

#preise[id]
{
    width: 100%;
    margin: 0;
}

span.error
{
    font-weight: bold;
    color: #f30;
}
