/* DATEI: ts_gr_info.css */
/* Version 1.11 vom 29.04.2005 */

/* 1.11: (29.04.05) UL selbständig mit OUTside und margin eingetragen */
/* 1.10: (10.02.05) HR für Farbe in allen Browsern angepasst */


/* Box-Elemente */

body {
  padding: 0px 15px 0px 15px;
  background: url(n_sand.jpg);
  font-family: Arial, Helvetica, sans-serif;
  }

.kopf {
  width: 20%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  }


/* 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 {
  font-size: 1em;
  color: black;
}

ul, li {
  list-style-position: outside;
  margin-left: 15px;
  }

h1 {
  margin-top: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 1.7em;
  }

hr {
  clear: both;
  height: 2px;
  background-color: #993300; /* braun */
  color: #993300; /* braun */
  border: #993300; /* braun */
  }


/* Sonderformate */

.tip {
  font-size: 0.8em;
  color: black;
  vertical-align: middle;
  }

.extern {
  font-size: 0.8em;
  color: red;
  }

img {
  border: 0;
  }

img.bildh {
  margin: 5px 15px 0px 0px;
  float: left;
  width: 290px;
  height: 405px;
  }

img.bildq {
  margin: 5px 15px 0px 0px;
  float: left;
  width: 405px;
  height: 290px;
  }