html,
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

img {
  border: none;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-style: normal;
  color: #3f3f38;
  background-color: #403f38;
}

#rahmen {
  width: 950px;
  min-height: 700px;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  background-color: white;
}

#header {
  width: 950px;
  height: 100px;
  float: left;
}

#metaNavigation {
  width: 350px;
  height: 20px;
  float: left;
  margin-left: 29px;
  margin-top: 30px;
}

#metaNavigation ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 12px;
}

#metaNavigation li {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
  margin: 0;
  list-style: none;
}

#metaNavigation li a {
  color: #0091c9;
  text-decoration: none;
}

#metaNavigation li a:hover {
  color: #0091c9;
  text-decoration: underline;
}

#logo {
  width: 207px;
  height: 67px;
  float: left;
  margin-top: 30px;
  margin-left: 335px;
}

#menu {
  width: 902px;
  height: 25px;
  float: left;
  margin-top: 5px;
  margin-left: 19px;
}

#slider {
  width: 922px;
  height: 271px;
  float: left;
  margin-top: 5px;
}

#teaser_box {
  width: 892px;
  height: 130px;
  float: left;
  margin-left: 29px;
  margin-top: 30px;
}

#teaser_box a {
  text-decoration: none;
}

#teaser_1 {
  width: 270px;
  height: 130px;
  float: left;
  padding-right: 20px;
  border-right: 1px solid gray;
}

#teaser_2 {
  width: 270px;
  height: 130px;
  float: left;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid gray;
}

#teaser_3 {
  width: 270px;
  height: 130px;
  float: left;
  padding-left: 20px;
}

#schatten {
  width: 950px;
  height: 20px;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
  background-image: url(../images/schatten.jpg);
}

#schattenEnde {
  width: 950px;
  height: 20px;
  float: left;
  background-image: url(../images/schatten.jpg);
}

#content {
  width: 892px;
  min-height: 200px;
  float: left;
  margin-left: 29px;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 22px;
}

#content a {
  color: #0091c9;
  text-decoration: none;
}

#content a:hover {
  color: #0091c9;
  text-decoration: underline;
}

#spalte_1 {
  width: 425px;
  float: left;
  margin-top: -12px;
}

#spalte_2 {
  width: 425px;
  float: left;
  margin-left: 42px;
  margin-top: -12px;
}

#footer {
  width: 892px;
  height: 20px;
  float: left;
  padding: 10px 29px 10px 29px;
  border-top: 1px solid gray;
}

#footer a {
  color: #0091c9;
  text-decoration: none;
}

#corona h2 {
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  color: red;
}

#corona p {
  text-align: center;
  margin-left: 22px;
  margin-right: 22px;
}

#neuerJob h2 {
  text-align: center;
  font-size: 17px;
  color: red;
}

#neuerJob a {
  text-align: center;
  display: block;
  font-size: 13px;
  text-decoration: none;
  color: black;
}

#neuerJob a:hover {
  text-align: center;
  display: block;
  font-size: 13px;
  text-decoration: underline;
  color: black;
}

h1 {
  font-size: 28px;
  color: #0091c9;
  margin-bottom: 20px;
  font-weight: normal;
}

h2 {
  font-size: 15px;
  color: #0091c9;
  font-weight: normal;
  margin-bottom: 9px;
}

h3 {
  font-size: 13px;
  margin-bottom: -10px;
}

/* ----- BREADCRUMB ----- */

#breadcrumb {
  height: 20px;
  width: 400px;
  padding: 0 0 0 0px;
  position: absolute;
  left: 522px;
  top: 440px;
  font-size: 12px;
}

#breadcrumb a {
  text-decoration: none;
  color: #0091c9;
  font-size: 12px;
}

.error {
  color: red;
  font-size: 15px;
}

.sitemapdiv {
  margin-bottom: 15px;
}


