/* Contao Open Source CMS, (c) 2005-2013 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #000032;
}
.clear {
  clear: both;
}
.frame {
  width: 940px;
  margin: auto;
}
.list-style ol {
  list-style: none;
}
.list-style ol li {
  float: left;
}
header.pageHeader {
  height: 120px;
  background-color: #fff;
  width: 940px;
  margin: auto;
}
header.pageHeader div.logo {
  padding-top: 12px;
}
header.pageHeader div.logo a img {
  float: left;
}
header.pageHeader div.logo a div.slogan {
  float: left;
  padding: 48px 0 0 30px;
  font-size: 30px;
  color: #000032;
}
section.pageContent {
  background-repeat: no-repeat;
  overflow: hidden;
  width: 940px;
  margin: auto;
}
section.pageContent img {
  display: none;
}
section.pageContent div.content {
  float: right;
  width: 549px;
  height: 520px;
  background-image: url(../../files/layout/images/content.png);
  background-repeat: no-repeat;
}
section.pageContent div.content article {
  position: relative;
  width: 380px;
  margin-left: 100px;
  margin-right: 40px;
  top: 140px;
}
footer.pageFooter {
  width: 940px;
  margin: auto;
}
footer.pageFooter div.imprint {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
}
footer.pageFooter div.imprint ol {
  list-style: none;
}
footer.pageFooter div.imprint ol li {
  float: left;
}
footer.pageFooter div.imprint ol li {
  padding: 0 5px;
  border-right: 1px solid #000;
}
footer.pageFooter div.imprint ol li:last-child {
  padding-right: 0;
  border-right: none;
}
footer.pageFooter div.imprint a:hover {
  text-decoration: underline;
}

