@charset "utf-8";

@font-face { font-family:MMHeadline; src:url(../fonts/MMHeadline-Regular.woff); }
@font-face { font-family:MMHeadline; src:url(../fonts/MMHeadline-Regular.woff); font-weight:bold; }
@font-face { font-family:MMTextRegular; src:url(../fonts/MMTextPro-Regular.otf); }
@font-face { font-family:MMTextRegular; src:url(../fonts/MMTextPro-Regular.otf); font-weight:bold; }

@media all {

html { height:100%; width:100%; }
body { color:#000000; background-color:#e40613; font-family:MMTextRegular,Helvetica,"opensans-regular",Arial,sans-serif; width:100%; height:100%; }
.box { position:relative; width:1280px; min-height:800px; left:50%; top:50%; margin-left:-640px; margin-top:-400px; padding:10px; background-color:#ffffff; z-index:2; }
.titel { color:#e40613; text-align:center; font-family:MMHeadline; font-size:400%; }
.leerraum { height:25px; }
.achtung { background-color:#eeaa00; color:#000000; font-weight:bold; }

div.geruest { position:relative; display:table; background-color:#ffffff; border-style:solid; border-width:1px; border-spacing:2px; width:1000px; left:50%; margin-left:-500px; }
div.reihe { display:table-row; background-color:#ffffff; }
div.kopfreihe { display:table-row; background-color:#ffffff; }
div.spalte { display:table-column; }
div.geruest > div.reihe > div.zelle, div.geruest > div.reihe > a.zelle { display:table-cell; background-color:#cccccc; padding:5px; width:50%; }
div.kopfzelle { display:table-cell; color:#ffffff; background-color:#e40613; padding:5px; width:50%; font-weight:bold; }
div.apnzelle { display:table-cell; background-color:#cccccc; padding:5px; width:16%; }
div.mmscapnzelle { display:table-cell; background-color:#cccccc; padding:5px; width:32%; }
div.apnkopfzelle { display:table-cell; color:#ffffff; background-color:#e40613; padding:5px; width:16%; font-weight:bold; }
div.mmscapnkopfzelle { display:table-cell; color:#ffffff; background-color:#e40613; padding:5px; width:32%; font-weight:bold; }
.versteckt { color:#cccccc; }
.versteckt:hover { color:#000000; }
a { color:#000000; }

div.auswahl { position:relative; display:table; background-color:#ffffff; border-style:solid; border-width:1px; border-spacing:2px; width:1000px; left:50%; margin-left:-500px; }
div.auswahl > div.reihe { display:table-row; background-color:#ffffff; }
div.auswahl > div.reihe > div.zelle, div.auswahl > div.reihe > a.zelle { display:table-cell; background-color:#cccccc; padding:5px; width:14%; text-align:center; }
.auswahl-link { color:#e40613; }

.configbox { position:relative; width:1280px; left:50%; margin-left:-640px; margin-top:60px; padding:10px; padding-bottom:50px; background-color:#ffffff; }

.vertikal-text { transform:rotate(270deg); transform-origin: top left 0px; font-family:MMHeadline; font-size:120%; text-decoration:none; color:#aa0000; position:absolute; left:10px; bottom:0px; z-index:1; }

.kalkulator { position:fixed; right:10px; bottom:10px; background-color:#ffffff; color:#e40613; border-style:solid; border-width:2px; border-color:#000000; padding:5px; }
}