@charset "UTF-8";
.clearfloats {
  clear:both;
}
#main_wrapper {
  margin-top: 5%;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
#left_wrapper {
  text-align: right;
  float: right;
}
#left_wrapper #logo {
  margin-top: 210px;
}
#left_wrapper #logo a {
  color: #000;
}
#left_wrapper #logo a:hover {
  background-color: #e1e1ca;
  padding:0;
}
#right_wrapper {
  float: right;
  width: 390px;
  margin: 180px 60px 85px 40px;
}
#right_wrapper #inhalt {
  padding: 4px;
  margin-top: 40px;
  color:#000;
}
#right_wrapper #inhalt h1 {
  padding: 0px;
}
#right_wrapper #inhalt .csc-default {
  padding-bottom: 7px;
}
#right_wrapper #inhalt a:link {
  color: #000;
}
#right_wrapper #inhalt a {
  text-decoration: none;
}
#right_wrapper #inhalt a:link {
  color: #000;
}
#right_wrapper #inhalt a:visited {
  color: #000;
}
#right_wrapper #inhalt a:before {
  content:" \2192  ";
  color: #000;
}
#footer {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  margin-top: 3px;
  font-size: 0.8em;
}
