@font-face {
  font-family: DejaVu;
  src: url(../fonts/DejaVuSans.woff),
       url(../fonts/DejaVuSans.eot);
}

body {
    background-color: black;
    color: white;   
    margin: 0;
    padding: 0;


    font-family: DejaVu, Verdana, Arial, Helvetica, sans-serif;
}

div.page {
    position: relative;
    background-color:  #0A1322;
    background-repeat: no-repeat;
    background-position: top center;
    color: white;   
    margin: 0 auto 40px auto;
    max-width: 1024px;
    min-width: 800px;
    min-height: 280px;
    padding: 360px 0 140px 0;
    border: 0px solid red;
}

ul#navi-bar {
  position: absolute;
  top: 250px;
  width: 100%;
  text-align: center;
  padding: 0;
  border: 0px solid red;
  z-index: 10;
}
ul#navi-bar li {
  display: inline;  
  margin: 0 20px 0 20px; 
}
a {
  color: #B51D4A;   /* ↑↗→↘↓↙←↖ */
  text-decoration: none;
  padding-left: 2px;
  
}
a:visited {
  color: #B51D4A;
}
a:hover {
  color: #B51D4A;
  text-decoration: underline;
}

a img {
   border: 0;
}
li#impressum {
   position: absolute;
   right: 10px;
}
li#datenschutz {
   position: absolute;
   top: 25px;
   right: 10px;
}
li#agb {
   position: absolute;
   top: 50px;
   right: 10px;
}
li#impressum a, #datenschutz a, #agb a {
   color: #961739;
   text-decoration: none;
   font-size: 16px;
}

table.bottom-menu  {
   position: relative;
   z-index: 6;   /*  above "ecke" (z-index 5) */
   margin-top: 80px;
   margin-left: 60px; 
   border: 0px solid red;
} 

table.bottom-menu td {
   width: 105px;
   margin-right: 20px;
   padding: 0px 20px 0px 20px;
   background-repeat: no-repeat;
   background-position: top center;
   text-align: center;
   border: 0px solid red;
} 

table.bottom-menu a {
   text-decoration: none;
   color: white;
   border: 0px solid red;
   
} 

h1 {
   font-size: 18px;
   line-height: 150%;
   margin-left: 60px;
   margin-right: 60px;
   margin-top: 20px;
   margin-bottom: 12px;
}

p {
   font-size: 14px;
   line-height: 160%;
   margin-left: 60px;
   margin-right: 60px;
   margin-top: 10px;
   margin-bottom: 10px;
   max-width: 560px;
}
p.block-type-1 { /* Absatztest  */
}
p.block-type-2 { /* Überschrift  */ 
   clear: both;
   line-height: 160%;
   padding-top: 28px;
   text-transform: uppercase;
}
p.block-type-3 { /* Termin Preis */
   line-height: 200%;
}
p.fuss {
   font-size: 12px;
   margin-top: 42px;
}
em {
  font-weight: normal;
  font-style: normal;
  color: yellow;
}

img.align-type-1 {
   float: left;
   margin: 4px 20px 10px -60px;
}
img.align-type-2 {
   float: left;
   margin: 4px 20px 10px 0px;
}
img.align-type-3 {
   float: right;
   margin: 4px 0px 10px 20px;
}


div#ecke {
   position: absolute;
   right: 0;
   bottom: 0;
   width: 431px;
   height: 114px;
   padding-top: 270px;
   padding-right: 20px;
   background-image: url(../grafik/blattecke_idx.gif);
   background-repeat: no-repeat;
   border: 0px solid red;
   text-align: right;
   color: black;
   font-size: 15px;
   line-height: 125%;
   z-index: 5;

}

iframe.modfrm {
   display: block;
   width: 720px;
   height: 500px;
   border: 0px;
}

img.print-logo {
   display: none;
}

#preview-mark-top-left,
#preview-mark-top-right,
#preview-mark-bot-left,
#preview-mark-bot-right {
    position: fixed;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

#preview-mark-top-left { top: 10px; left: 10px; }
#preview-mark-top-right { top: 10px; right: 10px; }
#preview-mark-bot-left { bottom: 10px; left: 10px; }
#preview-mark-bot-right { bottom: 10px; right: 10px; }


