/* ::: Basis-Elemente ::: */
html,body,h1,h2,h3,h4,h5,h6,div,p,table,input {
  margin:0;
  padding:0;
}
a {
  outline:0;
}
a img {
  border:0;
}
.clear,
.spacer,
.halfspacer,
.quarterspacer,
.doublespacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.spacer { height:16px; }
.halfspacer { height:8px; }
.quarterspacer { height:4px; }
.doublespacer { height:32px; }
.none,
.hide {
  display:none;
}
.even {}
.odd {
  background-color:#eee;
}
.error {
  color:#e60003;
}
.error span {
  display:block;
  padding-bottom:10px;
}
.wcag {
  display:none;
}
.wai {
  display:none;
}
.searchword {
  background-color:#333;
  color:#fff;
}
.left { float:left; }
.right { float:right; }

/* ::: Imgleft ::: */
.imgleft,
.imgleft div {
  float:left;
}
div.imgleft {
  width:25%;
  padding:0 10px 5px 0;
  display:table;
}
img.imgleft {
  margin:0 10px 5px 0;
}
.imgleft div {
 font-style:italic;
 font-size:10px;
 margin-top:5px;
}
/* ::: Imgright ::: */
.imgright,
.imgright div {
  float:right;
}
div.imgright {
  width:25%;
  padding:0 0 5px 10px;
  display:table;
}
img.imgright {
  margin:0 0 5px 10px;
}
.imgright div {
 font-style:italic;
 font-size:10px;
 margin-top:5px;
}


