/* DATEI: ts_gr.css */
/* Version 1.13 vom 25.07.2005 */

/* Kommentare */
/* 1.13: (25.07.05) gross1, gross2 eingetragen */
/* 1.12: (08.07.05) UL-Images eingetragen */
/* 1.11: (29.04.05) UL selbständig mit OUTside eingetragen */
/* 1.10: (10.02.05) HR eingeführt */
/* 1.02: (07.02.05) H1 vergrößert, H2 eingeführt */
/* 1.01: (28.01.05) umbenannt ts-css => ts_gr.css */
/* 1.00: (20.01.05) Erst-Einsatz */



/* Box-Elemente */

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url(n_blatt.jpg);
  font-family: Arial, Helvetica, sans-serif;
  }

.kopfl {
  width: 185px;
  height: 68px;
  float: left;
  background-image: url(n_kopf01.jpg);
  line-height: 0px;
  }

.kopfr {
  margin-left: 185px;
  line-height: 0px;
  text-align: center;
  background-image: url(n_kopf02.jpg);
  background-repeat: repeat-x;
  }

.menu {
  width: 185px;
  float: left;
  line-height: 0px;
  }

.inhalt {
  margin-left: 210px; /* 185 + 25 */
  margin-right: 25px;
  }

.home {
  position:absolute; top: 21px;
  position:absolute; left: 50px;
  }

.zentrierrahmen {
  margin-left: auto;
  margin-right: auto;
  }

.kartenbox {
  float: left;
  }

.kartentextbox {
  float: left;
  text-align: center;
  font-weight: bold;
  color: red;
  }

.diabox {
  width: 122px;
  float: left;
  border: 0px;
  padding: 0px 10px 0px 10px;
  text-align: center;
  font-size: 13px;
  }

.dia {
  width: 116px;
  height: 116px;
  margin-bottom: 1px;
  border: 3px;
  border-style: double;
  border-color: #808080; /* dunkelgrau */
  background-color: #c0c0c0; /* hellgrau */
  }


/* Fusszeile */

.fuss {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.7em;
  }

.impressum {
  float: left;
  text-align: left;
  }

.copyright {
  float: right;
  text-align: right;
  }


/* Links */

a:link {
  font-weight: bold;
  color: #993300; /* braun */
  }

a:visited {
  font-weight: bold;
  color: black;
  }

a:hover {
  font-weight: bold;
  color: red;
  }


/* Textformatierungen */

p {
  margin-top: 0px;
  font-size: 1em;
  color: black;
  }

ul, li {
  list-style-position: outside;
  list-style-image: url(dot.gif);
  }

h1 {
  margin-top: 0px;
  text-align: center;
  font-size: 1.5em;
  color: black;
  }

h2 {
  margin-top: 0px;
  text-align: center;
  font-size: 1.2em;
  color: black;
  }

strong {
  font-weight: bold;
  }

.klein1 {
  margin-top: 0px;
  font-size: 0.8em;
  color: black;
  }

.gross1 {
  font-size: 1.5em;
  font-weight: bold;
  }

.gross2 {
  font-size: 2em;
  font-weight: bold;
  }

hr {
  height: 2px;
  background-color: #993300; /* braun */
  color: #993300; /* braun */
  border: #993300; /* braun */
  }


/* Sonderformate */

.extern {
  font-size: 0.8em;
  color: red;
  }

.untertitel {
  font-style: italic;
  font-weight: bold;
  font-size: 0.8em;
  color: red;
  }

img.bildlh {
  width: 112px;
  height: 152px;
  float: left;
  margin-right: 10px;
  border: 0px;
  }

img.bildlq {
  width: 152px;
  height: 112px;
  float: left;
  margin-right: 10px;
  border: 0px;
  }

img.bildrh {
  width: 112px;
  height: 152px;
  float: right;
  margin-left: 10px;
  border: 0px;
  }

img.bildrq {
  width: 152px;
  height: 112px;
  float: right;
  margin-left: 10px;
  border: 0px;
  }

img.buch {
  width: 128px;
  height: 178px;
  float: left;
  margin-right: 10px;
  }

img.diah {
  width: 70px;
  height: 100px;
  margin: 5px 20px 5px 20px;
  border: 3px;
  border-style: double;
  border-color: #808080; /* dunkelgrau */
  }

img.diaq {
  width: 100px;
  height: 70px;
  margin: 20px 5px 20px 5px;
  border: 3px;
  border-style: double;
  border-color: #808080; /* dunkelgrau */
  }
