/* Allgemeine Stildefinitionen */
* {
  font-size: 100.1%;
  font-family: arial, helvetica, sans-serif;
  margin: 0; padding: 0;
}
body {
  font-size: 0.75em;
  color: #666666;
  text-align:center;
  background: #fdfdfd;
}
a img {
  border: 0;
}
.clear {
  font-size: 1px; height: 1px;
  overflow: hidden;
  clear: both;
}
sub, sup {
  font-size: 0.6em;
}
label, .toggler {
  cursor: pointer;
}
td, th {
  vertical-align: top;
}
.onlyprint  {
  display: none;
}
img.mime_icon {
  vertical-align:middle;
}
.invisible {
  width: 0px; height: 0px; overflow: hidden;
  position: absolute; left: -1000px; top: 1000px;
  display: inline;
}
#wrapper {
  width: 960px;
  margin: 20px auto 20px auto;
  text-decoration: left;
}
#main a {
  color: #666;
  text-decoration: none;
}
#main a:hover {
  color: #666;
  text-decoration: underline;
}
#main .ce_ce_jw_media {
  margin-bottom: 1em;
}