/* CSS für Bildschirmausgabe */

html {
        height: 101%; /* Verhindert das Springen des Bildes in FireFox, ... */
        min-height: 101%;
        }
body  {
  background: #ffffff;
  background-image: url(../grafiken/bgsms.gif);
  font-family: arial, helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
  vertical-align: center;
  }
h1 {
  font-size: 150%;
  color: black;
  }
h2 {
  margin-top: 6pt;
  margin-bottom: 6pt;
  font-size: 130%;
  color: black;
  }
h3 {
  font-size: 110%;
  color: black;
  margin-top: 6pt;
  margin-bottom: 3pt;
  }
h4 {
  font-size: 100%;
  color: black;
  }
h5 {
  font-size: 80%;
  color: black;
  }
h6 {
  font-size: 70%;
  color: black;
  }
hr {
  color: #777;
  height: 1px;
  margin-top: 6pt;
  margin-bottom: 0pt;
  }
tr {
  vertical-align: top;
  }
p {
  margin-top: 6pt;
  margin-bottom: 3pt;
  border-color: green;
  border-style: none;
  border-width: 1px;
  }
p.text {
  margin-top: 6pt;
  margin-left: 10px;
  margin-bottom: 3pt;

  border-color: green;
  border-style: none;
  border-width: 1px;
  }
img {
  border: none;
  }
img.border {
  border-color: #ccc;
  border-style: solid;
  border-width: 2px;
  }
.smaller {
  font-size: 80%;
  }
.autor {
  font-variant: small-caps;
  }
.nobr {
  white-space: nowrap;
  }
.center {
  text-align: center;
  }
.comic {
  font-family: "Comic Sans MS", arial, helvetica, sans-serif;
  }
.left {
  float: left;
  }
.right {
  float: right;
  }
.indent {
  padding-left: 40px; /* Standardwert für blockquote */
  padding-right: 40px;
  }
.clear-both {
  clear: both;
  }
.clear {
  clear: both;
  }
.name {
  font-variant: small-caps;
  /* font-style: italic; */
  white-space: nowrap;
  }
.comic {
  font-family: "Comic Sans MS", arial, helvetica, sans-serif;
  }

/* äußerer Rahmen */

#sms {
  display: block;
  margin: 0 auto 0 auto; /* zentriert die Seite */
  width: 680px;
  color: black;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;

  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  }

/* Logo */

#logo-2010 {
  text-align: right;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 11px;
  }
img.logo1 {
  }
img.logo2 {
  padding-right: 10px;
  padding-top: 10px;
  }


/* Seitenfuß */

#footer {
  display: block;
  font-family: arial, helvetica, sans-serif;
  font-style: italic;
  font-size: 10px;
  color: black;
  text-align: center;

  margin-top: 6px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 5px;
  padding-bottom: 5px;
  }

/* Seitenkopf */

table.header {
  width: 100%;
  color: black;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  }
table.header tr.sms {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  }
table.header tr.sms td {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  }
table.header tr.sms td {
  color: black;
  }
table.header tr.wappen {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  }
table.header tr.wappen td {
        width: 170px;
  text-align: center;
  vertical-align: middle;
  }
table.header tr.orte {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  }
table.header tr.orte td {
  width: 170px;
  color: black;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  }

/* -- Tabelle mit Rahmen -- */

table.frame {
  width: 100%;
  color: black;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  }
table.frame tr {
  }
table.frame th {
  background: #ccc;
  vertical-align: top;
  border-style: solid;
  border-width: 1px;
  font-family: arial, helvetica, sans-serif;
  /* text-align: left; */
  padding: 2px;
  }
table.frame td {
  vertical-align: top;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  }

table.center {
  margin-left:auto; margin-right:auto;
  }

  /* Links */

div.links {
  display: block;
  width: 100%;
  font-size: 80%;
  color: black;
  text-align: center;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
  }

/* Seitentext */

#main {
  display: block;
  width: 100%;
  color: black;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin: 0;

  border-color: green;
  border-style: none;
  border-width: 1px;
  }
#logo {
  text-align: right;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 11px;
  }
#logo.logo1 {
  }
#logo.logo2 {
  padding-right: 10px;
  padding-top: 6px;
  }

/* Sprung zum Seitenanfang */

.gotop {
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  clear: both;
  }
#validated {
        margin: 0 auto 0 auto;
        text-align: center;
}
a:active {
  color: purple;
  }
a:visited {
  color: purple;
  }
a:link {
  text-decoration: underline;
  color: blue;
  }
a[href^="http:"]:visited, a[href^="https:"]:visited {
  color: fuchsia;
  }
a[href^="http:"]:link, a[href^="https:"]:link {
  color: purple;
  }
a.pdf:after {
  content: url("pdf.gif");
  }
* html ul.navi-alt {
        font-size: 12px;
        }
* html ul.navi-alt li.first {
        background-image: none;
        padding: 0 0 0 1em;
        margin: 0;
        }
* html ul.navi-alt li:first-child {
        background-image: none;
        }
ul {
  margin-top: 0pt;
  margin-bottom: 3pt;
  }
ul ul {
  list-style-type: disc;
  font-size: 80%;
  }
ul li {
  list-style: url(../grafiken/bullet.png) disc;
  }
div.menu {
  padding-bottom: 0;
  margin-bottom: 0;
  }
div.menu ul {
  list-style-type: disc;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  }
div.menu ul ul {
  list-style-type: disc;
  font-size: 80%;
  }
