/* Standard-CSS für glabiator.de     */
/* Copyright © 2001-2006 Deniz Özmen */


/* allgemeine Elementtypen */

body {
  padding          : 0px;
  margin           : 0px;
  color            : #000000;
  background-color : #ffffff;
  background-repeat: no-repeat;
}

a {
  color           : #863f2b;
  background-color: transparent;
  text-decoration : underline;
  font-weight     : bold;
}

a:visited {
  color           : #8f716b;
  background-color: transparent;
}

a:hover {
  color           : #ff0000;
  background-color: #eeeeee;
}

a:link img {
  border-style: none;
}

a:visited img {
  border-style: none;
}

a img {                         /* The only way to hide the border in NS 4.x */
  color: #ffffff;
  background-color: transparent;
}


h1 {
  z-index         : 3;
  text-decoration : none;
  color           : #000000;
  background-color: transparent;
  font-weight     : bold;
  font-size       : 2.0em;
}

h2 {
  z-index         : 3;
  text-decoration : none;
  color           : #000000;
  background-color: transparent;
  font-weight     : bold;
  font-size       : 1.5em;
}

/* Tabellen */

table {
  z-index         : 2;
  text-decoration : none;
  color           : #000000;
  background-color: transparent;
  text-align      : left;
  font-family     : "Arrus BT", "Georgia", "Times New Roman", serif;
  font-size       : 0.9em;
}

/* Trennlinien */

.rule {
  border-top   : 1px dotted #666666;
  width        : 100%;
  height       : 1px;
  padding      : 0px;
  margin-top   : 15px;
  margin-bottom: 5px;
}

/* Bilder */

.error_spqr {
  position         : absolute;
  top              : 30px;
  left             : 20px;
  width            : 0px;
  height           : 0px;
  z-index          : 2;
  background-repeat: no-repeat;
}

/* Texte */

.copyright {
  position        : absolute;
  top             : 560px;
  left            : 15px;
  height          : 0px; 
  z-index         : 3;
  text-decoration : none;
  color           : #000000;
  background-color: transparent;
  text-align      : left;
  font-family     : "Arrus BT", "Georgia", "Times New Roman", serif;
  font-size       : 0.6em;
}

.navitext {
  position        : absolute;
  top             : 5px;
  right           : 15px;
  height          : 0px;
  z-index         : 3;
  text-decoration : none;
  color           : #000000;
  background-color: transparent;
  text-align      : right;
  font-family     : "Arrus BT", "Georgia", "Times New Roman", serif;
  font-size       : 0.8em;
}

.defaulttext {
  position        : absolute;
  top             : 150px;
  left            : 310px;
  padding-right   : 15px;
  height          : 0px;
  z-index         : 3;
  text-decoration : none;
  color           : #000000;
  background-color: transparent;
  text-align      : left;
  font-family     : "Arrus BT", "Georgia", "Times New Roman", serif;
  font-size       : 0.9em;
}

.errortext {
  position        : absolute;
  top             : 30px;
  left            : 80px;
  height          : 0px;
  z-index         : 3;
  text-decoration : none;
  color           : #000000;
  background-color: transparent;
  text-align      : left;
  font-family     : "Arrus BT", "Georgia", "Times New Roman", serif;
  font-size       : 0.9em;
}