html {
  height: 100%;
}

fieldset {
  border: 0px;
}

body {
  color: black;
  background-color: white;
  background-image: url('images/gradient.png');
  background-position: bottom;
  background-repeat: repeat-x;
  height: 100%;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

img {
  border: 1px solid #999;
}

img.noborder {
  border: 0px;
}

* {
  font-family: tahoma, helvetica, arial, sans-serif;
  font-size: 9pt;
}

table.BSFF, table.Chirologie, table.radiaesthesie {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

td.BSFFgreen {
  color: #008000;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  padding-right: 3px;
}

td.radileft {
  vertical-align: top;
  padding-right: 10px;
}

td.radiright {
  text-align: justify;
  vertical-align: top;
}

.borderpad {
  padding-bottom: 10px;
}

.toppad {
  padding-top: 10px;
}

.uln {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

td.BSFFtext {
  text-align: justify;
  vertical-align: middle;
  padding-left: 3px;
  font-weight: bold;
  white-space: nowrap;
}

td.BSFFImage {
  text-align: center;
  vertical-align: middle;
}

td.BSFFspacer {
  width: 70px;
}

tr.fullheight {
  height: 100%;
}

h1 {
  font-size: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
}

h2 {
  font-size: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
}

.big {
  font-size: 16px;
}

.medium {
  font-size: 14px;
}

span.Menulinks {
  color: white;
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

sup {
  font-size: 8px;
}

.italic {
  font-style: italic;
}

.green {
  color: #008000;
  font-weight: bold;
}

.psychkturquoise {
  color: #02989a;
  font-weight: bold;
}

.deekshagreen {
  color: #2c4b2b;
  font-weight: bold;
}

.colmathilde {
  color: #df7b00;
  font-weight: bold;
}

.colmarkus {
  color: #df7b00;
  font-weight: bold;
}

.orange {
  color: #df7b00;
  font-weight: bold;
}

.black {
  color: #000;
}

.violet {
  color: #800080;
  font-weight: bold;
}

#menubar a {
  color: black;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}

#menubar a:hover {
  font-size: 15px;
  color: #777;
  letter-spacing: 1px;
  font-weight: bold;
}

#menubar td.submenu a {
  font-size: 13px;
  color: #cf4a01; 
}

#menubar td.submenu a:hover {
  font-size: 13px;
  color: #9b1b00;
}

a {
  color: #cf4a01;
  text-decoration: none;
}

a:hover {
  color: #9b1b00;
  text-decoration: underline;
}

table.kontakt {
  margin: auto; 
  width: 300px;
}

input.kontakt, select.kontakt, textarea.kontakt {
  width: 200px;
  border: 1px solid #ccc;
  color: black;
  margin-bottom: 5px;
}

input.kontakterror, textarea.kontakterror {
  width: 200px;
  border: 1px solid #df7b00;
  color: black;
  margin-bottom: 5px;
}

select.kontakt {
  width: 203px;
  border: 1px solid #ccc;
  color: black;
}

option.kontakt {
  color: black;
}

td.kontaktl {
  color: black;
  padding-right: 5px;
  padding-top: 2px;
  text-align: right;
  vertical-align: top;
}

td.kontaktr {
  width: 200px;
  padding-left: 5px;
  vertical-align: middle;
}

input.select {
  width: 50px;
}

input.plz {
  width: 80px;
  float: left;
}

input.ort {
  width: 106px;
  float: right;
}

textarea.nachricht {
  width: 200px;
  height: 100px;
}

input.submit {
  width: 203px;
  text-align: center;
}

td.kontaktsubmit {
  text-align: center;
  vertical-align: middle;
  padding-left: 2px;
}

ul#NavigationLeft, ul#NavigationRight {
    margin: 0; padding: 0;
    text-align: center;
  }

ul#NavigationLeft li, ul#NavigationRight li {
  list-style: none;
/*  float: middle; */  /* ohne width - nach CSS 2.1 erlaubt */ 
  position: relative; 
  margin: 0.4em; padding: 0;
  margin-left: 25px;
}
* html ul#NavigationLeft li, * html ul#NavigationRight li {  /* Korrektur fuer den IE 5 und 6 */
  margin-bottom: -0.4em;
}

*:first-child+html ul#NavigationLeft li, *:first-child+html ul#NavigationRight li {  /* Korrektur fuer den IE 7 */
  margin-bottom: -0.1em;
}

* html ul#NavigationLeft a, * html ul#NavigationRight a, * html ul#NavigationLeft span, * html ul#NavigationRight span {
    width: 120px;   /* Breite nach altem MS-Boxmodell fuer IE 5.x */
    w\idth: 145px;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
ul#NavigationLeft a:hover, ul#NavigationRight a:hover, ul#NavigationLeft span, ul#NavigationRight span, li a#aktuell {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: #9b1b00;
}

ul#NavigationLeft a, ul#NavigationRight a, ul#NavigationLeft span, ul#NavigationRight span {
  display: block;
  width: 125px;
  height: 20px;
  padding: 0.2em 1em;
  text-decoration: none;
  font-size: 15px;
  vertical-align: middle;
  font-weight: bold;
  border: 1px solid black;
  border-left-color: white; border-top-color: white;
  color:  white;
  background-color: #cf4a01;
}

ul#NavigationLeft a.active, ul#NavigationRight a.active {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: white; background-color: #9b1b00;
}

#content {
  width: 1006px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

#content .markus {
  background-image: url('images/markus.png');
  width: 203px;
  height: 153px;
}

#content .mathilde {
  background-image: url('images/mathilde.png');
  width: 203px;
  height: 153px;
}

#content .logo {
  background-image: url('images/logo.png');
  width: 580px;
  height: 153px;
}

#content .column {
  background-image: url('images/columnbg.png');
  background-repeat: no-repeat;
  width: 203px;
  height: 369px;
  text-align: center;
  vertical-align: top;
  padding-top: 20px;
}

#content .menu {
  width: 580px;
  height: 50px;
}

#menubar {
  width: 100%;
  height: 40px;
}

#menubar td {
  text-align: center;
  vertical-align: top;
  padding-left: 5px;
  word-spacing: 15px;
}

#menubar td.submenu {
  text-align: center;
  word-spacing: 2px;
  padding: 0px;
}

#content .content {
  width: 580px;
  height: 319px;
}

#box, #menubox {
  width: 100%;
}

#box .top {
  background-image: url('images/contentbgtop.png');
  background-position: top;
  width: 100%;
  height: 13px;
}

#menubox .top {
  background-image: url('images/menubgtop.png');
  background-position: top;
  width: 100%;
  height: 13px;
}

#box .bot {
  background-image: url('images/contentbgbot.png');
  background-position: bottom;
  width: 100%;
  height: 13px;
}

#menubox .bot {
  background-image: url('images/menubgbot.png');
  background-position: bottom;
  width: 100%;
  height: 13px;
}

#box .mid {
  background-image: url('images/contentbgmid.png');
  background-repeat: repeat-y;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}

#menubox .mid {
  background-image: url('images/menubgmid.png');
  background-repeat: repeat-y;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#ofcontent {
  height: 450px;
  overflow: auto;
  text-align: justify;
  vertical-align: top;
  padding-right: 10px;
  padding-left: 5px;
}

#metseminare, #chiteil1, #chiteil2, #chisup {
  width: 90%;
}

#metseminare .l, #chiteil1 .l, #chiteil2 .l, #chisup .l {
  font-weight: bold;
  padding-right: 5px;
  margin-top: 15px;
  vertical-align: top;
  width: 150px;
}

#metseminare .m, #chiteil1 .m, #chiteil2 .m, #chisup .m {
  font-weight: bold;
  padding-right: 5px;
  vertical-align: top;
  width: 150px;
}

#metseminare .r, #chiteil1 .r, #chiteil2 .r, #chisup .r {
  font-weight: bold;
  vertical-align: top;
}

#metseminare .mr, #chiteil1 .mr, #chiteil2 .mr, #chisup .mr {
  padding-bottom: 15px;
}

#themenabende .l {
  vertical-align: top;
}

#themenabende .r {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
}

#themenabende .u {
  padding-left: 15px;
  padding-bottom: 10px;
}
 
#tdot .l {
  font-weight: bold;
}

#tdot .r {
  padding-left: 15px;
}

li {
  text-align: left;
}
