/**
 * swoppen.com Content-Management-System
 *
 * copyright since 2000 by swoppen.com eCommerce GmbH - All rights reserved.
 */

html, body {
  margin: 0px;
  padding: 0px;
  font-size: 12pt;
  text-align:left !important;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font: 76% arial, sans-serif;
  text-align: center;
}

#teaser, .menu, #header .HP-pageblock.HP_owncontent, #blocks, #content-wrapper .slogan {
  display: none;
}

#left-column {
  display: none;
}

#right-column {
  display: none;
}

a[href]:after {
 content:" <"attr(href)">";
 color:#666;
 background-color:inherit;
 font-weight:bold;
}

*[title]:after {
 content:" ("attr(title)")";
 color:#999;
 background-color:inherit;
 font-weight:bold;
}
