/* Hiding from NN4: @media screen {} */
/* Hiding from IE4: @import "sheet"  */

@import "http://sites.inka.de/bigred/apos.css" screen;

/* General parameters. */

IMG {
  padding: 0px;
  border: 0px;
  margin: 0px;
}

HTML { 
  height: 100%;
}

/* Text fonts and colors */

BODY {
  height: 100%;
  color: #000;
  font-family: sans-serif;
  font-size: 12pt;
  line-height: 135%;
}

H1,H2,H3,H4,H5,H6 {
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
}

A[href] { 
  text-decoration: underline;
}

.invisible {
  visibility: hidden;
}

/* Special elements */

.internalheader {
  font-size: 150%;
  line-height: 150%;
}

.startlist {
  list-style-type: none;
  font-size: larger;
  font-weight: bolder;
}

HR {
  width: 100%;
  clear: both;
}

DIV.navlinks { 
  text-align: left;
}
  
DIV.navlinks A { 
  text-decoration: none;
}

A.brlink {
  text-decoration: none;
}

IMG { 
  border: 0px;
}

IMG.picture {
  float: right;
  width: auto;
  height: auto;
}

/* For printing, hide navbar */

@media print { 

  #navbar { 
    display: none;
  }

}

/* Layout */

H1, H2, HR { clear: both; }

DIV.left {
      float: left;
      width: 48%;
      border: 2px inset #666;
      margin: 1em 0em;
      padding: 0em;
}
DIV.right {
      float: right;
      width: 50%;
      border: 2px outset #666;
      margin: 1em 0em;
      padding: 0em;
}
DIV.inner {
      margin: 2px;
      padding: 0em 1em;
      text-align: left;
}


/* Styles for color display. */

BODY { 
  background-color: #9cf;
}

H1,H2,H3,H4,H5,H6 {
  color: #369;
}

A:link {
  color: #399;
}

A:visited {
  color: #699;
}

A:active {
  color: #999;
}

.internalheader { 
  color: #369;
}

DIV.navlinks { 
  color: #666;
}

DIV.navlinks A { 
  color: #036;
}

DIV.navlinks A:hover { 
  color: #c66;
}

A.brlink:hover {
  color: #c66;
}

/* Background classes. */

.blue {
  background: #eff url(http://sites.inka.de/bigred/pix/waterB.jpg) repeat;
  color: #000;
}

.blue .invisible {
  color: #eff;
}

.gray {
  background: #eee url(http://sites.inka.de/bigred/pix/wallB.jpg) repeat;
  color: #000;
}

.gray .invisible {
  color: #ccc;
}

.hadiko {
  background: #eee url(http://sites.inka.de/bigred/pix/hadikoB.png) repeat;
  color: #000;
}

.hadiko .invisible {
  color: #eee;
}

