html,body {
height: 100%;
width: 100%;
overflow:hidden;
}

body {background-color: #fbf9ee;margin:0px;}



#navigation {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  /* margin-top: 0px; margin-bottom: 0px; */
  width: 28%;
  background-color: #1f382e;
  /* border: 3px solid red;  */
  /* vertical-align: bottom; */
  /* text-indent: 1em; */
  /* padding-top: 90px; */
  /* white-space: wrap; */
  font-family: Tahoma, Univers, Arial, sans-serif;
  font-size: 16px;
  overflow: auto;
  color: white; background-color: #1f382e;
  }


#navigation hr {
  height: 3px;
  border-style: none;
  color: #9b1e2c;
  width: 4em;
  background-color: #9b1e2c;
  }

/* Links in der Navigationsleiste, nicht die Ueberschriften */
#navigation a:link {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: none;
  font-size: 18px;
  }

#navigation a:visited {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: none;
  font-size: 18px;
  }

#navigation a:hover {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: underline;
  font-size: 18px;
  }

#navigation a:active {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: none;
  font-size: 18px;
  }

div.navsubmenu {
  padding-left: 2em;
  /* border: 3px solid red; */
  }

div.navtopmenu {
  padding-left: 1em;
  /* border: 3px solid green; */
  }



#schaukasten {
  position: absolute;
  top: 0;
  left: 0;
  width: 69%;
  height: 100%;
  /* border: 3px solid blue; */
  margin-left: 29%;
  }


#oben {
  top: 0;
  left: 0;
  height: 84px;
  width: 98%;
  /* border: 1px solid blue; */
  background-color: #fbf9ee;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  }


#oben2 {
  top: 0;
  left: 0;
  height: 84px;
  /* border: 1px solid blue; */
  background-color: #1f382e;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-left: 1em;
  font-family: Tahoma, Univers, Arial, sans-serif;
  font-size: 18px;
  }

#contents li {
 list-style-type: circle;
}

#contents {
  font-family: Tahoma, Univers, Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
  top: 0px; left: 35%;
  width: 98%;
  height: 67%;
  /* border: 1px solid black; */ 
  background-color: #fbf9ee;
  overflow: auto;
  margin-left: 3%;
  margin-right: 2%;
  /* text-align: center; */
  }

#contents a:link {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: #1f382e; background-color: #fbf9ee;
  text-decoration: none;
  font-size: 16px;
  }

#contents a:visited {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: #fbf9ee;
  text-decoration: none;
  font-size: 16px;
  }

#contents a:hover {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: #1f382e; background-color: #fbf9ee;
  text-decoration: underline;
  font-size: 16px;
  }

#contents a:active {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: #1f382e; background-color: #fbf9ee;
  text-decoration: none;
  font-size: 16px;
  }

#contents tr.ueberschrift {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: #1f382e; background-color: #fbf9ee;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  background: white; vertical-align:top;
  }


#contents tr.kopf {
  color: #9b1e2c; background-color: transparent; background: #1f382e;
}

#contents a:link.kopf {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: none;
  font-size: 18px;
  }

#contents a:visited.kopf {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: none;
  font-size: 18px; font-weight: bold;
  }

#contents a:hover.kopf {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: underline;
  font-size: 18px;
  }

#contents a:active.kopf {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: white; background-color: #1f382e;
  text-decoration: none;
  font-size: 18px;
  }


/* Style fuer stellenangebote.php */
#contents a:link.stellenh {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: none;
  font-size: 18px; font-weight: bold;
  }

#contents a:visited.stellenh {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: none;
  font-size: 18px; font-weight: bold;
  }

#contents a:hover.stellenh {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: underline;
  font-size: 18px; font-weight: bold;
  }

#contents a:active.stellenh {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: none;
  font-size: 18px; font-weight: bold;
  }

#contents a:link.stellen {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: none;
  font-size: 16px; font-weight: bold;
  }

#contents a:visited.stellen {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: none;
  font-size: 16px; font-weight: bold;
  }

#contents a:hover.stellen {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: underline;
  font-size: 16px; font-weight: bold;
  }

#contents a:active.stellen {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: transparent;
  text-decoration: none;
  font-size: 16px; font-weight: bold;
  }


#contents tr.gerade {
  background: lightgrey; vertical-align: top;
  }

#contents tr.ungerade {
  background: white; vertical-align: top;
  }





#unten {
  position:absolute;
  text-align:center;
  bottom:0px; 
  height:11%;
  width:100%;
  top:auto;
  /* border: 3px solid green; */
  }

#unten_nav {
  position:absolute;
  text-align:center;
  bottom:0px; 
  height:25%;
  width:100%;
  top:auto;
  font-family: Tahoma, Univers, Arial, sans-serif;
  font-size: 18px;
  /* border: 3px solid green; */
  }

#unten hr {
  height: 3px;
  border-style: none;
  color: #1f382e;
  background-color: #1f382e;
  width: 60%;
}

#unten a:link {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: #1f382e; background-color: #fbf9ee;
  text-decoration: none;
  font-size: 16px;
  }

#unten a:visited {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: black; background-color: #fbf9ee;
  text-decoration: none;
  font-size: 16px;
  }

#unten a:hover {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: #1f382e; background-color: #fbf9ee;
  text-decoration: underline;
  font-size: 16px;
  }

#unten a:active {
  font-family: Tahoma, Univers, Arial, sans-serif;
  color: #1f382e; background-color: #fbf9ee;
  text-decoration: none;
  font-size: 16px;
  }
