

/* (c) 2005 johannes schwichtenberg - www.schwichtenberg.info */

body {
  color: black;
}

a {
  color: black;
}

#invisible {
    size: 0px; 
    /*visibility: hidden;*/
    display: none;
    width: 0px;
}

.page_nav,
.part_left {
  display: none;
}


h1.page_titel {
  font-size: 22px;
  margin: 0 30px 0 0;
  display: inline;
  text-align: center;
}

h2.page_subtitel {
  font-size: 16px;
  display: inline;
  margin: 0 0 0 0;
  text-align: center;
}

.position {
  font-size: 10pt;
}


.small {
  font-size: 8.5pt;
}

img {
  border: 0px;
}

.full_only {
  size: 0px; 
  /*visibility: hidden;*/
  display: none;
  width: 0px;
}