<!--
/**
 * @(#)formate.css         1.0 08.10.2005
 *
 * Copyright 2005 Synyx    All Rights Reserved.
 *
 * This software is the proprietary information of Synyx.
 * Use is subject to license terms.
 *
 * Unsere zentralen CSS-Formate
 *
 * @author  synyx          http://www.synyx.de
 * @version 1.0            Version 1.0 der Formate
 */
-->

body {
  font-family: verdana, sans-serif, arial, helvetica;
  margin: 0px;
  padding: 0px;
  background-color: #e7d4a1;
  text-align: center;
}

p {
  font-size: 10pt;
  color: #645736;
}

p.gross {
  font-size: 11pt;
  font-weight: bolder;
  color: #645736;
}

h1 {
  font-size: 11pt;
  color: #645736;
  margin-bottom: -5px;
}

p.legend {
  font-size:10pt;
  font-weight: bolder;
  color: #645736;
}

p.fieldset {
  font-size: 10pt;
  color: #645736;
  font-weight: bolder;
  margin-top: 0px;
  margin-left: 40px;
  margin-bottom: 4px;
}

a {
  font-weight: bolder;
  text-decoration: none;
  font-size: 10pt;
  color: #645736;
}

a:hover {
  text-decoration: none;
  font-style: bold;
  font-size: 10pt;
  color: #00aab9;
}

a.active {
  text-decoration: none;
  font-style: bold;
  font-size: 10pt;
  color: #00aab9;
}

li {
  font-size: 10pt;
  font-weight: bolder;
  color: #645736;
}

li.klein {
  font-size: 10pt;
  font-weight: lighter;
  color: #645736;
}

ul.legend {
  margin-top: 0px;
  margin-bottom:6px;
}

table {
  width: 955px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #645736;
}

td {
  margin: 0px;
  padding: 0px;
}

td.hauptnavi {
  height: 30px;
  border-bottom: 1px solid #645736;
}

td.content {
  padding: 10px;
  padding-top: 10px;
}

td.bild {
  border-left: 1px;
  border-right: 0px;
  color: #645736;
  border-style: solid;
  border-top: 0px;
  border-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

img.header {
  margin: 0px;
}

img.mitte {
  margin-bottom: 10px;
}

img.pfeil {
  margin-left: 10px;
  margin-right: 5px;
}

img.button {
  margin-left: 15px;
  margin-right: 0px;
}

fieldset {
  border: 1px solid #645736;
  padding: 8px;
  padding-top: 0px;
}

legend {
  font-size: 11pt;
  color: #645736;
  font-weight: bolder;
}

fieldset.short {
  width: 200px;
}

fieldset.boote {
  margin-left: 60px;
  padding-top: 10px;
  width: 200px;
}
