* {
  margin: 0;
  padding: 0;
  }
body {
  font: 12px/19px Verdana, sans-serif;
  color:#444;
  background: #fff;
  }

/* =links
=============================================== */
a:link,
a:visited,
a:hover {
  color: #e43117;
  padding-bottom: 1px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  }
a:hover {
  color: #444;
  padding-bottom: 0;
  border-bottom: 2px solid #ddd;
  }
a img {
  border: none;
  }
/* =typo
=============================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Arial, sans-serif;
  margin: 10px 0;
  color: #003064;
  }
h1 {
  font-size: 21px;
  color: #bbb;
  }
h2 {
  font-size: 17px;
  }
h3 {
  font-size: 14px;
  }
p {
  margin: 10px 0 15px;
  }

#headerwrap,
#navwrap,
#titlewrap,
#contentwrap,
#footerwrap {
  float: left;
  width: 100%;
  background: #fff;
  }
#headerwrap {
  border-top: 6px solid #003064;
  background: #003064 url(/img/bg.gif) repeat-x;
  }
#navwrap {
  margin: 60px 0 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  }
#titlewrap {
  background: #f5f5f5 url(/img/bg-title.gif) repeat-x;
  }
#contentwrap {
  margin: 30px 0;
}
#footerwrap {
  border-top: 1px solid #eee;
  }

#header,
#nav,
#title,
#content,
#footer {
  width: 794px;
  margin: 0 auto;
  }

/* =header
=============================================== */
#header {
  position: relative;
  height: 47px;
  padding: 20px 50px;
  }
#logo a img {
  display: inline;
}
#logo a:link,
#logo a:visited,
#logo a:hover {
  border: none;
  }
#searchform {
  position: absolute;
  top: 30px;
  right: 63px;
  }
/*#switch {
  position: absolute;
  top: 33px;
  right: 310px;
  color: #6384a8;
  }
#switch a {
  color: #5e97d5;
  border: 0;
  }*/

/* =nav
=============================================== */
#nav {
  font-size: 13px;
  padding: 0 50px;
  }
#nav a:link,
#nav a:visited,
#nav a:hover,
.subnav a:link,
.subnav a:visited,
.subnav a:hover {
  border: none;
  padding-bottom: 0;
  }
#nav ul,
#rightcol ul {
  list-style: none;
  }
#nav li {
  float: left;
  padding: 5px 0;
  }
#nav li a {
  display: block;
  color: #888;
  margin: 0 20px 0 0;
  }
#nav a:hover,
.subnav a:hover {
  color: #555;
  }
#nav li a.active {
  font-weight: bold;
  color: #ef4023;
  }
.subnav {
  border-top: 1px solid #eee;
  }
.subnav li {
  padding: 1px 0;
  border-bottom: 1px solid #eee;
  }
.subnav li a {
  display: block;
  color: #888;
  }
.subnav .active a {
  color: #ef4023;
  font-weight: bold;
  }

/* =title
=============================================== */
#title {
  padding: 10px 50px 10px 50px;
  }

/* =content
=============================================== */
#content {
  padding: 0 50px;
  }
.infobar {
  margin: 0 0 0px;
  padding: 0 0 3px;
  border-bottom: 1px solid #eee;
  }
dd {
  margin: 0 0 8px;
  }

.dl-box {
  margin: 20px 0 0;
  }
p.dl-title {
  margin: 0 0 5px;
  padding: 0 0 3px;
  font-size: 12px;
  font-weight: bold;
  color: #003064;
  border-bottom: 1px solid #eee;
  }
p.dl-title2 {
  margin: 0 0 2px;
  padding: 0 0 0px;
  font-size: 12px;
  color: #003064;
  }
.dl-size {
  color: #888;
  }
.article-img {
  padding: 5px 0 0;
  }

/* =teaser
=============================================== */
.teaser {
  background: #fff url(/img/bg-teaser-grey2.jpg) repeat-x;
  }
.teaser h1 {
  font-size: 12px;
  color: #999;
  padding: 1px 3px 0 3px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  }
.teaser h2 {
  font-size: 15px;
  margin: 0 3px;
  }
.t1 p,
.t2 p,
.t3 p,
.t4 p {
  font-size: 11px;
  margin: 7px 3px;
  }
.teaser .more {
  font-size: 12px;
  }
.t1 {
  margin: 0 0 15px;
  }
.t2,
.t3,
.t4 {
  float: left;
  padding: 0px 0px;
  width: 244px;
  }
.t2,
.t3 {
  margin: 0 30px 30px 0;
  }

#centercol {
  float: left;
  width: 520px;
  margin: 0 30px 0 0;
  padding: 0 30px 0 0;
  border-right: 1px solid #eee;
  }
#centercol img {
  margin: 8px 0 15px;
  }
#centercol ul {
  line-height: 21px;
  padding: 10px 15px;
  list-style-type: disc;
  list-style-position: inside;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  }
#rightcol {
  float: left;
  width: 213px;
  }
#rightcol .tools {
  border-top: 1px solid #eee;
  padding: 2px 0;
  }
#rightcol .tools a {
  color: #777;
  }
#rightcol .tools li {
  margin: 1px 0;
  }
#rightcol h2 {
  color: #444;
  margin: 10px 0 0;
  font-size: 13px;
  }

/* =footer
=============================================== */
#footer {
  font-size: 11px;
  line-height: 10px;
  color: #777;
  padding: 0 50px;
  }

/* =misc
=============================================== */
hr {
  display: none;
  }
img {
  display: block;
  }
a img {
  border: none;
  }

table {
  width: 100%;
  font-size: 11px;
  border-collapse: collapse;
  table-layout: auto;
  }
td {
  padding: 5px 10px;
  border-bottom: solid 1px #f3f3f3;
  }
th,
td {
  text-align:left;
  vertical-align:top;
  line-height: 15px;
  }
td img {
  margin-right: 10px;
  }
table,
tr {
  padding: 5px 0 10px 0;
  }
#tablehead td {
  vertical-align:bottom;
  line-height: 1.3em;
  }
#tablehead a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  padding: 2px 8px;
  background-color: #777;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }
#tablehead .current a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }
#tablehead a:hover,
#tablehead a:active {
  color: #fff;
  display: block;
  background-color: #333;
  padding: 2px 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }

#anfrage,
#sicherheitsdaten {
  width: 540px;
  padding: 20px;
  }
fieldset {
  margin: 0 0 8px;
  padding: 0 0 5px;
  border-bottom: 1px solid #eee;
  }
fieldset.fh {
  border: none;
  margin: 0 0 5px;
  padding: 0;
  }
input {
  font-size: 11px;
  }
input.zemText {
  float: right;
  margin-right: 70px;
  width: 190px;
  }
.err {
  font-weight: bold;
  color: #000;
  padding: 3px 10px;
  background: #f80000;
  }
.fehler,
.zemError {
  color: #f80000;
  padding: 3px 10px;
  }
.zemError {
  padding: 0;
  margin: 0 0 20px;
  }
#sicherheitsdaten h4,
.resultswrap {
  border-bottom: 1px solid #eee;
  }
.resultswrap {
  margin: 20px 0 0;
  }
.dllist {
  margin: 0 0 20px;
  }
