body {
  color: black;
  font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
} 

#header {
  background-image: url(images/monowelcome1.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 953px;
  height: 190px;
  padding: 15px;
  padding-top: 80px;
  align: right; 
}
#header table {
  position: absolute;
  right: 10px;
  border-spacing: 5px;
}
#header tr {
  padding: 5px;
}
#header td {
  border: 4px double #999;
  text-align: center;
}
#header a {
  display: block;
  color: #006;
  font-weight: bold;
  text-decoration: none;
}
#header a:hover {
  color: #ff0;
  background-color: #006;
}

#navi {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 200px;
  height: 500px;
  text-align: left;
}
#navi a {
  display: block;
  color: #006;
  padding: 5px;
  padding-left: 35px;
  font-size: 90%;
  font-weight: bold;
  text-decoration: none;
}
#navi a:hover {
  background-color: #006;
  color: #ff0;
}
#navi ul {
  list-style: none;
  margin-left: -35px;
  margin-right: 0px:
}
#navi table {
  text-align: left;
  border: 0px;
  margin-right: 0px;
}
#navi td {
  text-align: left;
  border: 0px;
  padding-left: 15px;
}

h1,h2 {
  color: #006;
  font-weight: bold;
  padding-top: 10px;
}

h1 {
  font-size: 140%;
  line-height: 140%;
}

h2 {
  font-size: 120%;
  line-height: 120%;
}

strong {
  color: red;
  font-weight: bold;
}

hr {
  border: 1px outset #999;
}

#main {
  background-color: #fef;
  position: absolute;
  top: 190px;
  left: 200px;
  width: 750px;
  min-height: 450px;
  padding: 10px;
  padding-top: 0px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 3px outset #666;
  border-bottom: 3px outset #666;
}
#main table {
  position: static; border-spacing: 0px; border-collapse: collapse;
}
#main caption {
  text-align: left; font-size: 120%; font-style: italic; color: #666;
}
#main td { 
  padding: 2px;
  border: 1px dotted #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: top;
}
#main th,td.center {
  text-align: center;
}
#main td.right {
  text-align: right;
}
#main img {
  margin-left: 10px;
  margin-right: 10px;
  float: center;
  border: 0px;
}
#main ul {
  list-style: square;
}
#main a {
  display: inline;
  color: #00a;
  font-weight: bold;
  text-decoration: none;
}
#main a:hover {
  background-color: #fff;
  color: #00a;
  border-bottom: 1px solid #00a;
}

#richtungen table {
  border-spacing: 10px;
}
#richtungen td {
  border-left: 0px;
  border-right: 10px solid #fef;
  border-top: 10px solid #fef;
  border-bottom: 10px solid #fef;
  vertical-align: top;;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #faf;
}
#richtungen img {
  border: 0px;
}
#richtungen a {
  font-weight: normal;
  color: #000;
}
#richtungen a:hover {
  border: 0px;
  color: #00f;
  background-color: #faf;
}

#footer {
  width: 740px;
  position: absolute;
  bottom: 0px;
  margin-bottom: -5px;
  text-align: right;
  font-size: 90%;
  font-weight: bold;
}

.geist { display: none; }

