/*  standard.css v0.3   */
/*  Maintenance: huste  */

* {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 13px;
  color: black;
}

html {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  color:black;
  background-color:#BBBBBB;
}

p {
  text-indent: 2em;
  margin: 0px 2px 1ex 0px;
}

a {
  color:#5050FF;
  text-decoration:none;
}
a:active {
  text-decoration:none;
  color:#AA9620;
}
a:visited {
  color: #8800FF;
}

a:hover {
  background-color: #AAAAAA;
  color :#0000FF;
}

a.offsite {
  color: #009900;
}

p.vmenu1 {
  margin: 0.5ex 3px;
  padding: 2px;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid black;
  background-color: #DDDDDD;
  color: #666699;
}

.vmenu2 {
  display: block;
  margin: 0px 0px 0px 1em;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #DDDDDD;
  border-left: 3px solid #BBBBBB;
  padding: 1px 1px;
  background-color: #CCCCCC;
}

a.vmenu2:hover {
  text-decoration: none;
  border-left: 3px solid #FFDC51;
  color: white;
  background-color: #555555;
}

table {
  border: none;
  width: 100%;
  padding: 5px;
  margin: 1ex 0px;
}

th {
  color:white;
  background-color: black;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}

p.location {
  color:black;
  background-color: #CCCCCC;
  text-align: left;
  text-indent: 0px;
  font-weight: bold;
  border: 1px outset white;
  margin: 2px;
  padding: 2px;
}

/* p.sitenav {
  text-indent: 0px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #444444;
  background-color: #222222;
  padding: 2px;
  margin: 2px;
} */

small {
  font-size: 80%;
}

big {
  font-size: 120%;
}

sub, sup {
  font-size: 80%;
}

td {
  vertical-align: top;
  text-align: left;
  padding: 3px;
  margin: 0px;
}

dl {
  margin: 0px;
  padding: 3px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
  margin-bottom: 1ex;
}

code {
  font-family: Courier, monospace;
}

pre {
  font-family: Courier, monospace;
  border: 3px double #BBBBBB;
  margin: 2ex 2em;
  padding: 1ex 1em;
  background-color: #444444;
  color: #DDDDDD;
}

h1 {
  font-size:200%;
  font-weight:900;
  text-align: center;
}

h2 {
  font-size:180%;
  margin: 1ex 2em;
  font-weight:bold;
  text-align: center;
}

h3 {
  font-size:160%;
  text-align: center;
}

h4 {
  font-size: 140%;
  text-align: center;
}

h5 {
  font-size: 120%;
  text-align: center;
}

h6 {
  text-align: center;
}

hr {
  color: #5173FD;
  border-color: #5173FD;
  background-color: #5173FD;
  margin-top: 1ex; 
  margin-bottom: 0.5ex;
  width: 90%;
  height: 1px;
}

img {
  border: none;
  padding: 2px;
  margin: 2px;
}

em {
  text-decoration: none;
  font-style: italics;
  color: #007777;
}

strong {
  color: #007777;
  font-weight: bold;
}

ul.nav {
  margin: 2ex 2em;
  padding: 1ex 0.5em;
  border: outset 1px white;
  list-style-type: none;
}

ul.nav li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

blockquote {
  margin: 2ex 1em;
  padding: 5px;
  text-align: center;
/*  white-space: pre;*/
}

blockquote * {
  text-indent: 0px;
}

blockquote b {
  letter-spacing: 0.1em;
}

/* allgemeine Klassen */
.hbar1 {
  background-image: url("/img/hbar_1.gif");
}

small.tiny {
  font-style:normal;
  font-weight:lighter;
  color:#AA9700;
  text-decoration: none;
}

.invert {
  background-color: #FFDC51;
  color: #000000;
}
.back0 {
  background-color: #DDDDDD;
}

.back1 {
  background-color: #CCCCCC;
}

.inset {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.hbar1 {
  background-image:url(/img/hbar_1.gif);
}

.nodisplay {
  display: none;
}

p.signature, p.signature * {
  font-family: "Lucida Calligraphy", "Bookman Old Style", cursive;
  font-size:14px;
  text-align: right;
}

div.menu {
  position: fixed;
  z-index: 2; 
/*  float: left; */
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  width: 205px;
  overflow: auto;
 /* background: url("/img/digital_spirit_logo_adv_vert.jpg");
  background-position: 0px 100px;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}

div.content {
  position: absolute; 
  z-index: 1;
  left: 0px;
  top: 0px;
  margin-left: 0px; 
  margin-bottom: 4ex;
  margin-top: 0px;
  padding: 0px 2px 1ex 208px;
/*  width: 900px; */
  max-width: 700px; 
/*  border-right: 1px solid #555555; */
/*  border-bottom: 1px solid #333333; */
}

div.center {
  text-align: center;
}

table.pageheader {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-bottom: 3px double #5173FD;
}

table.head {
  border-top: 1px solid #555555;
  border-left: 1px solid #444444;
  width: 100%;
  background-color: #FFDC73;
}

table.images td {
  vertical-align: bottom;
  text-align: center;
}

.headleft {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.headright {
  width: 50%;
  text-align: right;
}

.descr {
  margin: 0px 0px 2ex 11em;
  padding-left: 4px;
  border-left: 1px solid #AAAAAA;
  text-indent: 0px;
}

p.invert {
  border: 1px outset yellow;
  margin: 0px;
  padding: 2px;
  text-align: center;
  text-indent: 0em;
  font-weight: bold;
  float: left;
  width: 10em;
  color: black;
  clear: both;
}

p.alert, p.info {
  text-indent: 25px;
  margin: 2ex 1em;
  padding: 1ex 2px 1ex 2px;
  border: 1px solid #FF0000;
  background-image: url("/img/alert_lo.gif");
  background-position: 2px 2px;
  background-repeat: no-repeat;
}

p.info {
  background-image: url("/img/info_lo.gif");
}

div.menu p {
  text-indent: 0px;
}


div.menu hr {
  display: none;
}

div.descr table {
  width: auto;
}

td p, th p {
  text-indent: 0px;
}

@media print {
  * {
    color: black;
    background-color: white;
    font-size: 11pt;
  }

  body, html {
    border: none;
  }

  div.menu {
    display: none;
  }

  div.content {
    margin: 0px;
    padding: 1ex 1em;
    border: none;
  }

  th {
    border: 1px solid black;
  }

  td {
    border: 1px dotted black;
  }
 
  table.pageheader td, table.pageheader td {
    border: none;
  }
}
