body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-color: #EEEEEE;
    color: #000000;
}

th, td {
    font-size: 13px;
}

.klein {
    font-size: 11px;
}

p {
    margin: 0 0 1em 0;
}

p.letzter {
    margin-bottom: 0;
}

.nobreak {
    white-space: nowrap;
}

a.text {
    color: #AF263A;
    text-decoration: none;
}




/* --------------
   Anzeigebereich
   -------------- */
#anzeigebereich {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 570px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    overflow: auto;
}



/* ---------------------
   Kopf (Logo / Adresse)
   --------------------- */
#logo {
    position: absolute;
    left: 15px;
    top: 13px;
    width: 118px;
    height: 79px;
    background-color: #FFFFFF;
    background-image: url(b/logo-saamann-spoegler.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#adresse {
    position: absolute;
    left: 203px;
    bottom: 475px;
    font-weight: bold;
    font-style: italic;
    color: #AF263A;
}

#adresse span {
    padding-right: 15px;
}

#adresse a {
    color: #FFFFFF;
    text-decoration: none;
}




/* ---------
   Steuerung
   --------- */
#steuerung {
    position: absolute;
    top: 100px;
    left: 15px;
    width: 180px;
    height: 450px;
    background-color: #AF263A;
}

#steuerung div {
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
}

#steuerung a {
    font-size: 18px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}

#steuerung .stufe2 {
    font-size: 13px;
    font-weight: bold;
    line-height: 130%;
    color: #EEEEEE;
    text-decoration: none;
}

#steuerung .mpaktiv,
#steuerung a:hover,
#steuerung a:focus {
    color: #000000;
}




/* -------
   Inhalte
   ------- */
#inhalt {
    position: absolute;
    left: 203px;
    top: 100px;
    width: 797px;
    height: 450px;
}

.boxen {
    position: absolute;
    width: 180px;
    color: #FFFFFF;
    background-color: #AF263A;
}

.boxoben {
    top: 0;
    height: 270px;
}

.boxunten {
    top: 278px;
    height: 172px;
}

.boxmitte {
    position: absolute;
    left: 188px;
    top: 0;
    width: 368px;
    height: 450px;
    padding: 0;
    line-height: 140%;
    background-color: #EEEEEE;
    overflow: auto;
}

.boxfussleisten {
    width: 548px
}

#rand {
    margin: 10px;
}

h1 {
    margin: 0;
    padding: 7px 10px;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    color: #FFFFFF;
    background-color: #777777;
    border-bottom: 8px solid #FFFFFF;
}

dl {
    margin: 0;
}

dt {
    font-weight: bold;
    color: #AF263A;
    border-bottom: 1px dotted #AF263A;
}

dt a {
    color: #AF263A;
    text-decoration: none;
}

dd {
    margin: .5em 0 2em 1em;
}

dd a {
    color: #AF263A;
    font-weight: bold;
    text-decoration: none;
}

ul, ol {
    margin-left: 20px;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

li a {
    color: #AF263A;
    font-weight: bold;
    text-decoration: none;
}

.angebotspreis {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #AF263A;
}

.fussleistentabelle {
    border-collapse: collapse;
    empty-cells: show;

}

.fussleistentabelle th, .fussleistentabelle td {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
}

.fussleistentabelle th {
    font-weight: bold;
}

.zurueck_button {
    margin-top: 1em;
    padding: 1em 0;
    font-weight: bold;
    text-align: center;
    border-top: 1px dotted #AF263A;
}




/* --------
   Formular
   -------- */
.eingabefeld {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    width: 240px;
}

#formulartabelle {
    border-collapse: collapse;
    empty-cells: show;
}

#formulartabelle th, #formulartabelle td {
    padding: 4px 10px 4px 0;
    text-align: left;
}

