* {
  padding: 0;
  margin: 0;
}
body, div, p, td, th, ul, ol, li, address, h1, h2, h3, h4, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
}
body, div, p, td, th, ul, ol, li, address, h1, h2, h3, h4 {
  text-align: left;
}
body {
  background-color: #ffffff;
}
.clear {
  clear: both;
}
p {
  margin-bottom: 8px;
}
h1 {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  /*margin-bottom: 4px;*/
  margin-bottom: 16px;
}
h2 {
  font-weight: bold;
  margin-bottom: 8px;
}
a {
  text-decoration: underline;
  color: #333333;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
td, th {
  text-align: left;
  vertical-align: top;
}
strong, .b, .bold {
  font-weight: bold;
}
em, .i, .italic {
  font-style: italic;
}
/* CONTAINER */
div#container {
  width: 878px;
  margin-left: 8px;
}
html>body div#container {
  width: 870px;
}
/* HEADER */
div#header {
  /*height: 204px;*/
  padding-bottom: 40px;
} /* html>div#header {
  height: auto;
  min-height: 204px;
} */
/*div#header.home {
	height: 346px;
}*/
div#logo {
  position: absolute;
  left: 0;
  top: 0;
}

div#underline {
  margin-top: 2px;
  height: 1px;
  border-top: 2px solid #0da6e7;
  border-bottom: 2px solid #f77909;
}
/* MAIN */
div#main {
  width: 870px;
}
div#nav {
  float: left;
  width: 262px;
}
div#content {
  float: left;
  width: 400px;
  padding-top: 2px;
}
div.section {
  margin-bottom: 30px;
}
.img_left {
  float: left;
  margin: 3px 14px 7px 0;
}
.img_right {
  float: right;
  margin: 3px 0 7px 14px;
}
div#content ul, div#content ol {
  margin: 0 0 16px 16px;
}
.art_date {
  float: right;
  font-size: 11px;
  color: #999;
}

div#right {
  float: right;
  width: 160px;
}

/* FOOTER */
div#footer {
  min-height: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #f0f0f0;
}
div#footer .column, 
div#footer .column-2 {
  float: left;
}
div#footer .column {
  width: 24%;
}
div#footer .column-2 {
  width: 28%;
}
div#footer h3 {
  font-weight: bold;
}
.switch-footer {
  margin-top: 1em;
}
.banner img {
  max-width: 385px;
  width: 100%;
}

/* Banner */
#banner {
  position: absolute;
  top: 0px;
  left: 718px;
}

/* Mehrsprachigkeit */
.language_na {
  background-color: #ffffaa;
  border: 1px solid orange;
  padding: 7px 10px 6px;
  margin-bottom: 1em;
}

/* einfache Sprache */
.icon-ls {
  margin-bottom: 10px
}
.icon-ls img {
  max-width: 200px;
}

/* readspeaker */
address > ul {
  font-style: normal;
  margin-left: 0 !important;
  list-style: none !important;
}



/* jobs */
dl {
  margin-bottom: 10px;
}
dt {
  float: left;
  width: 24%;
}
dd {
  padding-left: 25%;
}

.jobs {}
.jobs .search {
  margin-bottom: 20px;
}

.jobs select {
  min-width: 50%;
}

.jobs .display-all {
  margin-top: 20px;
  margin-bottom: 20px;
}
.jobs .display-all a.reset {
  display: block;
  float: right;
  margin-left: 20px;
  text-decoration: none;
}

.jobs .overview ul.joblist {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.jobs .overview ul.joblist li {
  padding: 20px 0 10px;
  border-top: 1px solid #ccc;
}
.jobs .job-published {
  font-size: 75%;
}
.jobs h2 {
  font-weight: normal;
  font-size: 125%;
  margin-bottom: 0;
}
.jobs .location {}
.job {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.job .attachment a {
	display: block;
	box-sizing: border-box;
	height: 30px;
	padding-left: 36px;
	padding-top: 0.25em;
	background-image: url(/images/icons/pdf_048.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
