/* -*- coding: utf-8 -*- */
@charset "utf-8";

body
  {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  }

h1, h3
  {
  text-align: center;
  font-weight: bold;
  }

table
  {
  border: 0px;
  margin: 0 auto;
  }

strong
  {
  font-weight: bold;
  text-decoration: underline;
  }

#entscheidungsfindung, #ergebnis
  {
  margin-top: 20px;
  text-align: center;
  color: #bb0000;
  font-size: 14pt;
  font-weight: bold;
  }

#zusatz
  {
  margin-top: 20px;
  text-align: center;
  color: #333333;
  font-size: 12pt;
  font-weight: bold;
  }

.rahmen
  {
  border: 3px solid #000000;
  }

.mitte { text-align: center; }
.rechts { text-align: right; }

.copyright
  {
  font-size: 12px;
  text-align: center;
  }

.zitat
  {
  color: #cc0000;
  font-style: italic;
  }

.eingabe
  {
  width: 40px;
  text-align: center;
  }

.knoepfle
  {
  background-color: #bb0000;
  color: #ffffff;
  }

.tabellenbox
  {
  align: center;
  }

.abstand
  {
  width: 10px;
  }

.textinhalt
  {
  width: 50%;
  text-align: justify;
  margin-left: 25%;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  background-color: #f9f9f9;
  -webkit-hyphens: auto; 
  hyphens: auto; 
  }

.preload
  {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 1px;
  top: 1üx;
  }

.bild
  {
  width: 50%;
  margin-top: 20px;
  text-align: center;
  background-color: #000000;
  }

a:link
  {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  }

a:visited
  {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  }

a:active
  {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  }

a:focus
  {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
  outline: none; /* Verhindert, dass manche Browser bei Klick einen Rahmen anzeigen */
  }

a:hover
  {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: #ffff00;
  }