@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'RockwellBold';
    src: url('font/rockwell_bold-webfont.eot');
    src: url('font/rockwell_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rockwell_bold-webfont.woff') format('woff'),
         url('font/rockwell_bold-webfont.ttf') format('truetype'),
         url('font/rockwell_bold-webfont.svg#RockwellBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockwellExtraBoldRegular';
    src: url('font/rockwell_extra_bold-webfont.eot');
    src: url('font/rockwell_extra_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rockwell_extra_bold-webfont.woff') format('woff'),
         url('font/rockwell_extra_bold-webfont.ttf') format('truetype'),
         url('font/rockwell_extra_bold-webfont.svg#RockwellExtraBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockwellItalic';
    src: url('font/rockwell_italic-webfont.eot');
    src: url('font/rockwell_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rockwell_italic-webfont.woff') format('woff'),
         url('font/rockwell_italic-webfont.ttf') format('truetype'),
         url('font/rockwell_italic-webfont.svg#RockwellItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockwellRegular';
    src: url('font/rockwell-webfont.eot');
    src: url('font/rockwell-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/rockwell-webfont.woff') format('woff'),
         url('font/rockwell-webfont.ttf') format('truetype'),
         url('font/rockwell-webfont.svg#RockwellRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@import url(PMKclassic.css);

html, h1, h2, h3, h4, h5, h6, tr, td, img, ul, li, p {
  margin: 0;
  padding: 0;
}

* { margin:0; padding:0; }
body { background:#111; height:100%; }
  img { border:none; }
  
  #supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
  
  #supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
  #supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
    
  #supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
  #supersized a.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }


h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  margin: 0;
  padding: 0 0 4px 0;
  font-weight: bold;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  margin: 0;
  padding: 0 0 16px 0;
  font-weight: bold;
}

h3 {
  font-family: 'RockwellBold', serif;
  color: #000000;
  font-size: 24px;
  font-weight: normal;
}

h4 {
  font-family: 'RockwellBold', serif;
  color: #000000;
  font-size: 32px;
  font-weight: normal;
}


h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #fcfcfc;
  font-size: 18px;
  padding: 3px 6px 3px 6px;
  margin-bottom: 10px;
  font-weight: bold;
  background: #000000;
  display: inline-block;
}

.csc-mailform {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

fieldset {
  border: 0px;
}

table {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  border-bottom: 1px solid #000000;
}

table a {
  color: #000000;
  text-decoration: underline;
}


th {
 padding-bottom: 4px;
 
}

tr {
 text-align: left;
 
}

.td-0 {
  width: 250px;
}

.td-1 {
  width: 150px;
}

.td-2 {
  width: 170px;
}

.csc-textpic-caption {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  padding: 2px 0 0 0;
}

.csc-frame-rulerBefore {
  padding: 0;
  margin: 0;
  border-top: 1px solid #000000;
}


.csc-frame-rulerAfter {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000000;
}

.bodytext {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
}

.bodytext a {
  color: #000000;
  text-decoration: underline;
}


#container {
  position: absolute;
  width: 1024px;
  min-height:680px;
  left: 50%;
  z-index: 1;
  padding: 0;
  margin-top: 20px;
  margin-left: -512px;
  background: url('../home/bg-black.png'); 
}

#homecontainer {
  position: absolute;
  z-index: 2;
  left: 216px;
  top: 200px;
  
}

#zircus {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

#rechts {
  position: absolute;
  z-index: 3;
  left: 342px;
  top: 200px;
  width: 654px;
}

#inhalt {
  
  min-height: 560px;
  padding: 20px 14px 8px 54px;
  background: url('../home/bg-weiss.png');
}

#header {
  position: absolute;
  width: 600px;
  z-index: 3;
  left: 424px;
  top: 46px;
  text-align: right;
}

#topmenu {
  float: left;
  width: 510px;
  text-align: right;
}

#sprache {
  float: left;
  font-family: 'RockwellBold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  padding: 0 2px 1px 2px;
  margin-left: 2px;
  display: inline-block;
}

#sprache a {
  color: #000000;
  text-decoration: none;
}

#facebook {
  background: #000000;
  padding: 2px 0 2px 0;
  margin: 0 0 0 4px;
  float: left;
  width: 22px;
}

#links {
  position: absolute;
  width: 250px;
  z-index: 4;
  left: 128px;
  top: 146px;
}

#umenu {
  padding: 18px 8px 8px 54px;
  background: url('../home/bg-weiss.png');
}

#titelvorstellung {
  font-family: 'RockwellBold', "Times New Roman", Times, serif;
  margin: 24px 0 0 0;
  padding: 2px 8px 2px 8px;
  background: #ffffff;
  width: 234px;
  text-align: right;
}

#vorstellung {
  font-family: 'RockwellBold', "Times New Roman", Times, serif;
  margin: 4px 0 0 0;
  padding: 8px;
  background: #ffffff;
  width: 234px;
  text-align: right;
}

#linkflaeche {
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 250px;
  height: 215px;
}

#footer {
  position: absolute;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #fcfcfc;
  z-index: 10;
  margin: 0 0 30px 216px;
  left: 0;
  bottom: 0;
}

#footer a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #fcfcfc;
}

#footermain {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #fcfcfc;
  text-align: right;
  margin: 4px 0 0 0;
}

#footermain a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #fcfcfc;
}

.NAV1 {
  font-family: 'RockwellBold', Arial, Helvetica;
  font-size: 36px;
  color: #ffffff;
  background: #000000;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  text-decoration: none;
  margin-top: 24px;
}

.NAV1-CURRENT {
  font-family: 'RockwellBold', Arial, Helvetica;
  font-size: 36px;
  color: #ffffff;
  background: #000000;
  padding: 4px 8px 4px 8px;
  display: inline-block;
  text-decoration: none;
  margin-top: 24px;
}

.NAV2 {
  font-family: 'RockwellBold', Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #ffffff;
  background: #000000;
  padding: 2px 6px 2px 6px;
  display: inline-block;
  margin-top: 2px;
  text-decoration: none;
}

.NAV2-CURRENT {
  font-family: 'RockwellBold', Arial, Helvetica, sans-serif;
  font-size: 21px;
   color: #000000;
  background: #ffffff;
  padding: 2px 6px 2px 6px;
  display: inline-block;
  margin-top: 2px;
  text-decoration: none;
}

.NAV3 {
  font-family: 'RockwellBold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  padding: 0 2px 1px 2px;
  margin-left: 2px;
  display: inline-block;
  text-decoration: none;
}

.NAV3-CURRENT {
  font-family: 'RockwellBold', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: #000000;
  padding: 0 2px 1px 2px;
  margin-left: 2px;
  display: inline-block;
  text-decoration: none;
}

.NAV4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  background: #ffffff;
  padding: 0 2px 1px 2px;
  margin-left: 2px;
  display: inline-block;
  text-decoration: none;
}

.NAV4-CURRENT {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  padding: 0 2px 1px 2px;
  margin-left: 2px;
  display: inline-block;
  text-decoration: none;
}