/**------------------------------------**
 | FairyClasses.css                     |
 | Cascading Style Sheet Document       |
 | Copyright (C) FairyTale/TreeTale GbR |
 **------------------------------------**/



/* fairyclasses */ /* ------------------------------------- */
 .none {
   display: none;
 }
 .inline {
   display: inline;
 }
 .block {
   display: block;
 }
 .iblock,
 .iB,
 .ib {
    display: inline-block;
 }
 .none_i {
   display: none !important;
 }
 .inline_i {
   display: inline !important;
 }
 .block_i {
   display: block !important;
 }
 .iblock_i,
 .iB_i,
 .ib_i {
    display: inline-block !important;
 }

 .floatLeft, .floatL, .fL {
   float: left;
 }
 .floatRight, .floatR, .fR {
   float: right;
 }
 .clearBoth, .clearB, .cB {
   clear: both;
 }

 .point {
   cursor: pointer;
 }
 .c,
 .centered,
 .cen {     /* funktioniert aber nur mit fester width */
   margin: auto;
 }
 .txtC,
 .txtCen {  /* funktioniert aber nur mit fester width */
   text-align: center;
 }
 .txtR {
   text-align: right;
 }
 .txtL {
   text-align: left;

 }
.txtJ,
.justify {
    text-align: justify;
}
.bgR {
    background-position: right;
}
.bgL {
    background-position: left;
}
.bgRC {
    background-position: right center;
}
.bgLC {
    background-position: left center;
}
.bgRT {
    background-position: right top;
}
.bgLT {
    background-position: left top;
}
.bgRB {
    background-position: right bottom;
}
.bgLB {
    background-position: left bottom;
}
.bgC {
    background-position: center center;
}
.bgC {
    background-position: center center;
}
 .noBG, .noBg {
   background: transparent none;
 }
 .noBo, .noBO {
   border: none 0 transparent;
 }
 .noBo_, .noBO_ {
   border: none;
 }
 .noBgImg, .noBGI, .noBGImg, .noBG_ {
   background-image: none;
 }
 .noDeco, .noTextDecoration, .noTD, .noDecoration {
    text-decoration: none;
 }

 /* Activated / Not activated */
 .act {
   opacity: 1;
   filter: alpha(opacity=100);
 }
 .deact {
   opacity: 0.5;
   filter: alpha(opacity=50);
 }

 /* Opacity-Classes */
 .opac5 {
   opacity: 0.05;
   filter: alpha(opacity=5);
 }
 .opac10 {
   opacity: 0.1;
   filter: alpha(opacity=10);
 }
 .opac15 {
   opacity: 0.15;
   filter: alpha(opacity=15);
 }
 .opac20 {
   opacity: 0.2;
   filter: alpha(opacity=20);
 }
 .opac25, .opac25_100, .opac25_90, .opac25_50 {
   opacity: 0.25;
   filter: alpha(opacity=25);
 }
 .opac30 {
   opacity: 0.3;
   filter: alpha(opacity=30);
 }
 .opac35 {
   opacity: 0.35;
   filter: alpha(opacity=35);
 }
 .opac40 {
   opacity: 0.4;
   filter: alpha(opacity=40);
 }
 .opac45 {
   opacity: 0.45;
   filter: alpha(opacity=45);
 }
 .opac50, .opac50_100, .opac50_90 {
   opacity: 0.5;
   filter: alpha(opacity=50);
 }
 .opac55 {
   opacity: 0.55;
   filter: alpha(opacity=55);
 }
 .opac60, .opac60_100, .opac60_90 {
   opacity: 0.6;
   filter: alpha(opacity=60);
 }
 .opac65 {
   opacity: 0.65;
   filter: alpha(opacity=65);
 }
 .opac70, .opac70_100, .opac70_90 {
   opacity: 0.7;
   filter: alpha(opacity=70);
 }
 .opac75, .opac75_100, .opac75_90 {
   opacity: 0.75;
   filter: alpha(opacity=75);
 }
 .opac80, .opac80_100, .opac80_90 {
   opacity: 0.8;
   filter: alpha(opacity=80);
 }
.opac85 {
   opacity: 0.85;
   filter: alpha(opacity=85);
 }
 .opac90, .opac90_100 {
   opacity: 0.9;
   filter: alpha(opacity=90);
 }
 .opac95 {
   opacity: 0.95;
   filter: alpha(opacity=95);
 }
 .opac100 {
   opacity: 1;
   filter: alpha(opacity=100);
 }

 /* -- hover opac change */
 .opac25_50:hover {
   opacity: 0.5;
   filter: alpha(opacity=50);
 }
 .opac25_90:hover,
 .opac50_90:hover,
 .opac60_90:hover,
 .opac70_90:hover,
 .opac75_90:hover,
 .opac80_90:hover {
   opacity: 0.9;
   filter: alpha(opacity=90);
 }
 .opac25_100:hover,
 .opac50_100:hover,
 .opac60_100:hover,
 .opac70_100:hover,
 .opac75_100:hover,
 .opac80_100:hover,
 .opac90_100:hover {
   opacity: 1;
   filter: alpha(opacity=100);
 }



 /* usrStyles */
 .usrStyle {
   color: greenyellow;
   font-weight: bold;
 }
 .usrStyle_ {
   color: greenyellow;
   font-weight: normal;
 }
 .usrStyle1 {
   color: coral;
   font-weight: bold;
 }
 .usrStyle1_ {
   color: coral;
   font-weight: normal;
 }
 .usrStyle2 {
   color: yellowgreen;
   font-weight: bold;
 }
 .usrStyle2_ {
   color: yellowgreen;
   font-weight: normal;
 }
 .usrStyle3 {
   color: #999999;
   font-weight: bold;
 }
 .usrStyle3_ {
   color: #999999;
   font-weight: normal;
 }
 .usrStyle4 {
   color: royalblue;
   font-weight: bold;
 }
 .usrStyle4_ {
   color: royalblue;
   font-weight: normal;
 }
 .gold {
   color: gold;
   font-weight: bold;
 }
 .yellowgreen {
   color:yellowgreen;
   font-weight: bold;
 }
 .greenyellow {
   color:greenyellow;
   font-weight: bold;
 }
 .coral {
   color: coral;
   font-weight: bold;
 }
 .greyblue {
   color: #75797F;
   font-weight: bold;
 }
 .white {
   color: white;
   font-weight: bold;
 }
 .tan {
   color: tan;
   font-weight: bold;
 }
 .transparent,
 .trans {
   color: transparent;
 }
 .royal,
 .royalblue {
    color: royalblue;
 }
 .cornflower,
 .cornflowerblue {
    color: cornflowerblue;
 }


 .bgT75px {
   background-position: center 75px;
 }
 .noWrap {
   white-space: nowrap;
 }
 .smallCaps {
    font-variant: small-caps;
 }

 .size65em {
   font-size: 0.65em;
 }
 .size7em {
   font-size: 0.70em;
 }
 .size75em {
   font-size: 0.75em;
 }
 .size8em {
   font-size: 0.8em;
 }
 .size85em {
   font-size: 0.85em;
 }
 .size9em {
   font-size: 0.9em;
 }
 .size95em {
   font-size: 0.95em;
 }
 .size10em {
   font-size: 1em;
 }
 .size11em {
   font-size: 1.1em;
 }
 .size12em {
   font-size: 1.2em;
 }
 .size13em {
   font-size: 1.3em;
 }
 .noP, NoP {
   padding: 0;
 }
 .noM, NoM {
   margin: 0;
 }

 .boGoldenrod {
   border-color: goldenrod;
 }
 .boWheat {
   border-color: wheat;
 }

 .cText {
   text-align: center;
   vertical-align: middle; /* falls es greift */
 }
 .vMid {
   vertical-align: middle;
 }
 .vTop {
   vertical-align: text-top;
 }
 .vBot {
   vertical-align: text-bottom;
 }
 #onlineList, #onlineList1 {
   font-size: 0.9em;
   width: 95px;
   overflow: hidden;
 }
 .online {
   color: lemonchiffon;
   font-weight: bold;
 }
 .offline {
   color: #555555;
   font-weight: bold;
 }
 .active {
   color: royalblue;
 }
 .inactive { /* eigtl. ueberfluessig */
   color: wheat;
 }





 /* heigth, width - classes */
 .mW10px {
   max-width: 10px;
 }
 .mW15px {
   max-width: 15px;
 }
 .mW20px {
   max-width: 20px;
 }
 .mW25px {
   max-width: 25px;
 }
 .mW25px {
   max-width: 25px;
 }
 .mW30px {
   max-width: 30px;
 }
 .mW40px {
   max-width: 40px;
 }
 .mW50px {
   max-width: 50px;
 }
 .mW60px {
   max-width: 60px;
 }
 .mW70px {
   max-width: 70px;
 }
 .mW80px {
   max-width: 80px;
 }
 .mW90px {
   max-width: 90px;
 }
 .mW100px {
   max-width: 100px;
 }

 .minW10px {
   min-width: 10px;
 }
 .minW15px {
   min-width: 15px;
 }
 .minW20px {
   min-width: 20px;
 }
 .minW25px {
   min-width: 25px;
 }
 .minW30px {
   min-width: 30px;
 }
 .minW40px {
   min-width: 40px;
 }
 .minW50px {
   min-width: 50px;
 }
 .minW60px {
   min-width: 60px;
 }
 .minW70px {
   min-width: 70px;
 }
 .minW80px {
   min-width: 80px;
 }
 .minW90px {
   min-width: 90px;
 }
 .minW100px {
   min-width: 100px;
 }


 .hW100 {
   width: 100%;
   height: 100%;
 }
 .hW20px {
   width: 20px;
   height: 20px;
 }
 .hW21px {
   width: 21px;
   height: 21px;
 }
 .hW25px {
   width: 25px;
   height: 25px;
 }
 .hW30px {
   width: 30x;
   height: 30px;
 }
 .hW35px {
   width: 35px;
   height: 35px;
 }
 .hW40px {
   width: 40px;
   height: 40px;
 }




 .h50 {
   height: 50%;
 }
 .h60 {
   height: 60%;
 }
 .h70 {
   height: 70%;
 }
 .h80 {
   height: 80%;
 }
 .h90 {
   height: 90%;
 }
 .h100 {
   height: 100%;
 }


 .h2px {
   height: 2px;
 }
 .h3px {
   height: 3px;
 }
 .h4px {
   height: 4px;
 }
 .h5px {
   height: 5px;
 }
 .h10px {
   height: 10px;
 }
 .h15px {
   height: 15px;
 }
 .h20px {
   height: 20px;
 }
 .h21px {
   height: 21px;
 }
 .h25px {
   height: 25px;
 }
 .h30px {
   height: 30px;
 }
 .h35px {
   height: 35px;
 }
 .h40px {
   height: 40px;
 }
 .h45px {
  height: 45px;
 }
 .h50px {
  height: 50px;
 }

 .h75px {
  height: 75px;
 }

 .h100px {
  height: 100px;
 }
 .h150px {
  height: 150px;
 }
 .h200px {
  height: 200px;
 }
 .h250px {
  height: 250px;
 }
 .h300px {
  height: 300px;
 }
 .h350px {
  height: 350px;
 }
 .h400px {
  height: 400px;
 }
 .h500px {
  height: 500px;
 }
 .h550px {
  height: 550px;
 }
 .h550px_i {
  height: 550px !important;
 }
 .h600px {
  height: 600px;
 }
 .h700px {
  height: 700px;
 }




 .w2px {
   width: 2px;
 }
 .w3px {
   width: 3px;
 }
 .w4px {
   width: 4px;
 }
 .w5px {
   width: 5px;
 }
 .w10px {
   width: 10px;
 }
 .w11px {
   width: 18px;
 }
 .w12px {
   width: 18px;
 }
 .w13px {
   width: 18px;
 }
 .w14px {
   width: 18px;
 }
 .w15px {
   width: 15px;
 }
 .w16px {
   width: 18px;
 }
 .w17px {
   width: 18px;
 }
 .w18px {
   width: 18px;
 }
 .w19px {
   width: 18px;
 }
 .w20px {
   width: 20px;
 }
 .w21px {
   width: 21px;
 }
 .w22px {
   width: 21px;
 }
 .w23px {
   width: 21px;
 }
 .w24px {
   width: 21px;
 }
 .w25px {
   width: 25px;

 }
 .w30px {
   width: 30px;
 }
 .w35px {
   width: 35px;
 }
 .w40px {
   width: 40px;
 }
 .w45px {
   width: 45px;
 }
 .w50px {
   width: 50px;
 }

 .w75px {
   width: 75px;
 }

 .w100px {
   width: 100px;
 }
 .w150px {
   width: 150px;
 }
 .w200px {
   width: 200px;
 }
 .w250px {
   width: 250px;
 }
 .w300px {
   width: 300px;
 }
 .w350px {
   width: 350px;
 }
 .w400px {
   width: 400px;
 }
 .w450px {
   width: 450px;
 }
 .w500px {
   width: 500px;
 }
 .w550px {
   width: 550px;
 }
 .w600px {
   width: 600px;
 }
 .w650px {
   width: 650px;
 }
 .w700px {
   width: 700px;
 }
 .w750px {
   width: 750px;
 }



 .w0 {
   width: 0%;
 }
 .w1 {
   width: 1%;
 }
 .w2 {
   width: 2%;
 }
 .w3 {
   width: 3%;
 }
 .w4 {
   width: 4%;
 }
 .w5 {
   width: 5%;
 }
 .w6 {
   width: 6%;
 }
 .w7 {
   width: 7%;
 }
 .w8 {
   width: 8%;
 }
 .w9 {
   width: 9%;
 }
 .w10 {
   width: 10%;
 }
 .w15 {
   width: 15%;
 }
 .w20 {
   width: 20%;
 }
 .w30 {
   width: 30%;
 }
 .w40 {
   width: 40%;
 }


 .w47 {/* e.g. for main e1/e2 img change effects - bildertonne */
   width: 47%;
 }
 .w48 {
   width: 48%;
 }
 .w49 {
   width: 49%;
 }
 .w50 {
   width: 50%;
 }


 .width70,
 .w70 {
   width: 70%;
 }
 .width80,
 .w80 {
   width: 80%;
 }
 .width68,
 .w68 {
   width: 68%;
 }
 .width69,
 .w69 {
   width: 69%;
 }
 .width70,
 .w70 {
   width: 70%;
 }
 .width75,
 .w75 {
   width: 75%;
 }
 .width88,
 .w88 {
   width: 88%;
 }
 .width89,
 .w89 {
   width: 89%;
 }
 .width90,
 .w90 {
   width: 90%;
 }
 .width95,
 .w95 {
   width: 95%;
 }
 .width98,
 .w98 {
   width: 98%;
 }
 .width99,
 .w99 {
   width: 99%;
 }
 .width100,
 .w100 {
   width: 100%;
 }
 .w101 {
   width: 101%;
 }
 .w102 {
   width: 102%;
 }
 .w102_5 {
   width: 102.5%;
 }
 .w103 {
   width: 103%;
 }
 .w104 {
   width: 104%;
 }
 .w105 {
   width: 105%;
 }
 .w110 {
   width: 110%;
 }

 .minH50px {
   min-height: 50px;
 }
 .minH100px {
   min-height: 100px;
 }
 .minH150px {
   min-height: 150px;
 }
 .minH175px {
   min-height: 175px;
 }
 .minH200px {
   min-height: 200px;
 }
 .minH400px {
   min-height: 400px;
 }
 .minH500px {
   min-height: 500px;
 }

 .maxH50px {
   max-height: 50px;
 }
 .maxH100 {
   max-height: 100px;
 }
 .maxH150px {
   max-height: 150px;
 }
 .maxH175px {
   max-height: 175px;
 }
 .maxH200px {
   max-height: 200px;
 }
 .maxH400px {
   max-height: 400px;
 }
 .maxH500px {
   max-height: 500px;
 }

 /* padding/margin classes */
 .p0 {
   padding: 0;
 }
 .pT0 {
     padding-top: 0;
 }
 .pT0_i {
     padding-top: 0 !important;
 }
 .p1px {
   padding-left: 1px;
   padding-right: 1px;
 }
 .p2px {
   padding: 2px;
 }
 .p3px {
   padding: 3px;
 }
 .p4px {
   padding: 4px;
 }
 .p5px {
   padding: 5px;
 }
 .p10px {
   padding: 10px;
 }
 .p15px {
   padding: 15px;
 }
 .p20px {
   padding: 20px;
 }
 .p25px {
   padding: 25px;
 }

 .p5 {
   padding: 5%;
 }
 .pR0 {
   padding-right: 0;
 }
 .pL0 {
   padding-left: 0;
 }
 .pR1 {
   padding-right: 1%;
 }
 .pL1 {
   padding-left: 1%;
 }
 .pR2 {
   padding-right: 2%;
 }
 .pL2 {
   padding-left: 2%;
 }
 .pR3 {
   padding-right: 3%;
 }
 .pL3 {
   padding-left: 3%;
 }
 .pR4 {
   padding-right: 4%;
 }
 .pL4 {
   padding-left: 4%;
 }
 .pR5 {
   padding-right: 5%;
 }
 .pL5 {
   padding-left: 5%;
 }

 .pH5 {
   padding-left: 5%;
   padding-right: 5%;
 }
 .pH10 {
   padding-left: 10%;
   padding-right: 10%;
 }

 .pV5 {
   padding-top: 5%;
   padding-bottom: 5%;
 }
 .pV10 {
   padding-top: 10%;
   padding-bottom: 10%;
 }


 .pH1px {
   padding-left: 1px;
   padding-right: 1px;
 }
 .pH2px {
   padding-left: 2px;
   padding-right: 2px;
 }
 .pH3px {
   padding-left: 3px;
   padding-right: 3px;
 }
 .pH4px {
   padding-left: 4px;
   padding-right: 4px;
 }
 .pH5px {
   padding-left: 5px;
   padding-right: 5px;
 }
 .pH6px {
   padding-left: 6px;
   padding-right: 6px;
 }
 .pH7px {
   padding-left: 7px;
   padding-right: 7px;
 }
 .pH8px {
   padding-left: 8px;
   padding-right: 8px;
 }
 .pH9px {
   padding-left: 9px;
   padding-right: 9px;
 }
 .pH10px {
   padding-left: 10px;
   padding-right: 10px;
 }


 .pV1px {
   padding-top: 1px;
   padding-bottom: 1px;
 }
 .pV2px {
   padding-top: 2px;
   padding-bottom: 2px;
 }
 .pV3px {
   padding-top: 3px;
   padding-bottom: 3px;
 }
 .pV4px {
   padding-top: 4px;
   padding-bottom: 4px;
 }
 .pV5px {
   padding-top: 5px;
   padding-bottom: 5px;
 }
 .pV10px {
   padding-top: 10px;
   padding-bottom: 10px;
 }


 .m0 {
   margin: 0;
 }
 .m1px {
   margin-left: 1px;
   margin-right: 1px;
 }
 .m2px {
   margin: 2px;
 }
 .m3px {
   margin: 3px;
 }
 .m4px {
   margin: 4px;
 }
 .m5px {
   margin: 5px;
 }
 .m10px {
   margin: 10px;
 }
 .m15px {
   margin: 15px;
 }
 .m20px {
   margin: 20px;
 }
 .m25px {
   margin: 25px;
 }

 .mT1px {
   margin-top: 1px;
 }
 .mT2px {
   margin-top: 2px;
 }
 .mT3px {
   margin-top: 3px;
 }
 .mT4px {
   margin-top: 4px;
 }
 .mT5px {
   margin-top: 5px;
 }
 .mT5px {
   margin-top: 5px;
 }
 .mT10px {
   margin-top: 10px;
 }
 .mT15px {
   margin-top: 15px;
 }
 .mT20px {
   margin-top: 20px;
 }
 .mT25px {
   margin-top: 25px;
 }
 .mT50px {
   margin-top: 50px;
 }
 .mT75px {
   margin-top: 75px;
 }
 .mT100px {
   margin-top: 100px;
 }
 .mT125px {
   margin-top: 125px;
 }
 .mT150px {
   margin-top: 150px;
 }
 .mT175px {
   margin-top: 175px;
 }
 .mT200px {
   margin-top: 200px;
 }
 .mT250px {
   margin-top: 250px;
 }

 .mL1px {
   margin-left: 1px;
 }
 .mL2px {
   margin-left: 2px;
 }
 .mL3px {
   margin-left: 3px;
 }
 .mL4px {
   margin-left: 4px;
 }
 .mL5px {
   margin-left: 5px;
 }
 .mL10px {
   margin-left: 10px;
 }
 .mL15px {
   margin-left: 15px;
 }
 .mL20px {
   margin-left: 20px;
 }
 .mL25px {
   margin-left: 25px;
 }

 .mR1px {
   margin-right: 1px;
 }
 .mR2px {
   margin-right: 2px;
 }
 .mR3px {
   margin-right: 3px;
 }
 .mR4px {
   margin-right: 4px;
 }
 .mR5px {
   margin-right: 5px;
 }

 .m5 {
   margin: 5%;
 }
 .mR0 {
   margin-right: 0;
 }
 .mL0 {
   margin-left: 0;
 }
 .mR1 {
   margin-right: 1%;
 }
 .mL1 {
   margin-left: 1%;
 }
 .mR2 {
   margin-right: 2%;
 }
 .mL2 {
   margin-left: 2%;
 }
 .mR3 {
   margin-right: 3%;
 }
 .mL3 {
   margin-left: 3%;
 }
 .mR4 {
   margin-right: 4%;
 }
 .mL4 {
   margin-left: 4%;
 }
 .mR5 {
   margin-right: 5%;
 }
 .mL5 {
   margin-left: 5%;
 }
 .mR25 {
   margin-right: 25%;
 }
 .mL25 {
   margin-left: 25%;
 }

 .mR-20 {
   margin-right: -20%;
 }
 .mR-23 {
   margin-right: -23%;
 }
 .mR-25 {
   margin-right: -25%;
 }

 .mL-20 {
   margin-left: -20%;
 }
 .mL-23 {
   margin-left: -23%;
 }
 .mL-24 { /* req for e1,e2 */
   margin-left: -24%;
 }
 .mL-25 {
   margin-left: -25%;
 }


 .mH5 {
   margin-left: 5%;
   margin-right: 5%;
 }
 .mH10 {
   margin-left: 10%;
   margin-right: 10%;
 }

 .mV5 {
   margin-top: 5%;
   margin-bottom: 5%;
 }
 .mV10 {
   margin-top: 10%;
   margin-bottom: 10%;
 }


 .mH1px {
   margin-left: 1px;
   margin-right: 1px;
 }
 .mH2px {
   margin-left: 2px;
   margin-right: 2px;
 }
 .mH3px {
   margin-left: 3px;
   margin-right: 3px;
 }
 .mH4px {
   margin-left: 4px;
   margin-right: 4px;
 }
 .mH5px {
   margin-left: 5px;
   margin-right: 5px;
 }
 .mH6px {
   margin-left: 6px;
   margin-right: 6px;
 }
 .mH7px {
   margin-left: 7px;
   margin-right: 7px;
 }
 .mH8px {
   margin-left: 8px;
   margin-right: 8px;
 }
 .mH9px {
   margin-left: 9px;
   margin-right: 9px;
 }
 .mH10px {
   margin-left: 10px;
   margin-right: 10px;
 }


 .mV1px {
   margin-top: 1px;
   margin-bottom: 1px;
 }
 .mV2px {
   margin-top: 2px;
   margin-bottom: 2px;
 }
 .mV3px {
   margin-top: 3px;
   margin-bottom: 3px;
 }
 .mV4px {
   margin-top: 4px;
   margin-bottom: 4px;
 }
 .mV5px {
   margin-top: 5px;
   margin-bottom: 5px;
 }
 .mV10px {
   margin-top: 10px;
   margin-bottom: 10px;
 }



 /* margin classes */
 .marginR5 {
  margin-right: 5px;
 }
 .marginL5 {
  margin-left: 5px;
 }
 .marginR10 {
  margin-right: 10px;
 }
 .marginL10 {
  margin-left: 10px;
 }
 .marginR15 {
  margin-right: 15px;
 }
 .marginL15 {
  margin-left: 15px;
 }
 .marginR20 {
  margin-right: 20px;
 }
 .marginL20 {
  margin-left: 20px;
 }
  .marginR25 {
  margin-right: 25px;
 }
 .marginL25 {
  margin-left: 25px;
 }
 .marginR30 {
  margin-right: 30px;
 }
 .marginL30 {
  margin-left: 30px;
 }
 .marginR35 {
  margin-right: 35px;
 }
 .marginL35 {
  margin-left: 35px;
 }
 .marginR40 {
  margin-right: 40px;
 }
 .marginL40 {
  margin-left: 40px;
 }

 .marginT5 {
  margin-top: 5px;
 }
 .marginB5 {
  margin-bottom: 5px;
 }
 .marginT10 {
  margin-top: 10px;
 }
 .marginB10 {
  margin-bottom: 10px;
 }
 .marginT20 {
  margin-top: 20px;
 }
 .marginB20 {
  margin-bottom: 20px;
 }
 .marginT200 {
   margin-top: 200px;
 }
 .mA,
 .marginAuto {
   margin: auto;
 }
 .margin25 {
   margin: 0 25%;
 }

 .padding5 {
  padding: 5px;
 }
 .padding10 {
  padding: 10px;
 }
 .padding20 {
  padding: 20px;
 }

 .padding20_10 {
  padding: 20px 10px;
 }
 .padding10_20 {
  padding: 10px 20px;
 }

 .paddingT5, .pT5px {
  padding-top: 5px;
 }
 .paddingL5, .pL5px {
  padding-left: 5px;
 }
 .paddingB5, .pB5px {
  padding-bottom: 5px;
 }
 .paddingR5, .pR5px {
  padding-right: 5px;
 }
 .paddingT10, .pT10px {
  padding-top: 10px;
 }
 .paddingL10, .pL10px {
  padding-left: 10px;
 }
 .paddingB10, .pB10px {
  padding-bottom: 10px;
 }
 .paddingR10, .pR10px {
  padding-right: 10px;
 }
 .paddingT15, .pT15px {
  padding-top: 15px;
 }
 .paddingL15, .pL15px {
  padding-left: 15px;
 }
 .paddingB15, .pB15px {
  padding-bottom: 15px;
 }
 .paddingR15, .pR15px {
  padding-right: 15px;
 }
 .paddingT20, .pT20px {
  padding-top: 20px;
 }
 .paddingL20, .pL20px {
  padding-left: 20px;
 }
 .paddingB20, .pB20px {
  padding-bottom: 20px;
 }
 .paddingR20, .pR20px {
  padding-right: 20px;
 }






 /* overflow classes */
 .ovHi {
   overflow: hidden;
 }
 .ovYHi {
   overflow-y: hidden;
   overflow-x: scroll;
 }
 .ovXHi {
   overflow-x: hidden;
   overflow-y: scroll;
 }





 /* z-index classes */
 .z_50, .z-50 {
   z-index: -50;
 }
 .z_40, .z-40 {
   z-index: -40;
 }
 .z_30, .z-30 {
   z-index: -30;
 }
 .z_20, .z-20 {
   z-index: -20;
 }
 .z_10, .z-10 {
   z-index: -10;
 }
 .z0 {
   z-index: 0;
 }
 .z10 {
   z-index: 10;
 }
 .z20 {
   z-index: 20;
 }
 .z30 {
   z-index: 30;
 }
 .z40 {
   z-index: 40;
 }
 .z50 {
   z-index: 50;
 }
 .z60 {
   z-index: 60;
 }
 .z70 {
   z-index: 70;
 }
 .z80 {
   z-index: 80;
 }
 .z90 {
   z-index: 90;
 }
 .z100 {
   z-index: 100;
 }
 .z110 {
   z-index: 110;
 }
 .z120 {
   z-index: 120;
 }
 .z130 {
   z-index: 130;
 }
 .z140 {
   z-index: 140;
 }
 .z150 {
   z-index: 150;
 }

 .z999 {
   z-index: 999;
 }

 /* position classes -- also req for z-index */
 .pAbs {
   position: absolute;
 }
 .pRel {
   position: relative;
 }
 .pFix {
   position: fixed;
 }
 .tL0 {
   top: 0;
   left: 0;
 }
 .t0 {

   top: 0;
 }
 .t10 {
   top: 10%;
 }
 .l0 {
   left: 0;
 }
 .l5 {
   left: 5%;
 }
 .l10 {
   left: 10%;
 }
 .l15 {
   left: 15%;
 }
 .l20 {
   left: 20%;
 }
 .l25 {
   left: 25%;
 }
 .l27 {
   left: 27%;
 }
 .l30 {
   left: 30%;
 }
 .l35 {
   left: 35%;
 }
 .r0 {
   right: 0;
 }
 .r5 {
   right: 5%;
 }
 .r10 {
   right: 10%;
 }
 .r15 {
   right: 15%;
 }
 .r20 {
   right: 20%;
 }
 .r25 {
   right: 25%;
 }
 .r27 {
   right: 27%;
 }
 .r30 {
   right: 30%;
 }
 .r35 {
   right: 35%;
 }

 .b-25px,
 .b_25px {
   bottom: -25px;
 }
 .b-20px,
 .b_20px {
   bottom: -20px;
 }
 .b-15px,
 .b_15px {
   bottom: -15px;
 }
 .b-10px,
 .b_10px {
   bottom: -10px;
 }
 .b-5px,
 .b_5px {
   bottom: -5px;
 }
 .b0 {
   bottom: 0;
 }
 .b10 {
   bottom: 10%;
 }

 .t50 {    /* pos center/middle */
   top: 50%;
 }
 .l50 {
   left: 50%;
 }

 .t-5px, .t_5px {
   top: -5px;
 }
 .t-10px, .t_10px {
   top: -10px;
 }
 .t-15px, .t_15px {
   top: -15px;
 }
 .t-20px, .t_20px {
   top: -20px;
 }

 .t250px {
   top: 250px;
 }
 .t300px {
   top: 300px;
 }
 .t325px {
   top: 325px;
 }
 .t350px {
   top: 350px;
 }
 .t360px {
   top: 360px;
 }
 .t370px {
   top: 370px;
 }
 .t375px {
   top: 375px;
 }
 .t380px {
   top: 380px;
 }
 .t390px {
   top: 390px;
 }
 .t400px {
   top: 400px;
 }
 .t425px {
   top: 425px;
 }
 .t450px {
   top: 450px;
 }
 .t500px {
   top: 500px;
 }
 .t550px {
   top: 550px;
 }
 .t600px {
   top: 600px;
 }
 .t650px {
   top: 650px;
 }
 .t700px {
   top: 700px;
 }
 /* margin shift left, top classes */
 .mT-5px, .mT_5px {
   margin-top: -5px;
 }
 .mT-10px, .mT_10px {
   margin-top: -10px;
 }
 .mT-15px, .mT_15px {
   margin-top: -15px;
 }
 .mT-20px, .mT_20px {
   margin-top: -20px;
 }
 .mT-25px, .mT_25px {
   margin-top: -25px;
 }
 .mT-30px, .mT_30px {
   margin-top: -30px;
 }
 .mT-35px, .mT_35px {
   margin-top: -35px;
 }
 .mT-40px, .mT_40px {
   margin-top: -40px;
 }
 .mT-45px, .mT_45px {
   margin-top: -45px;
 }
 .mT-50px, .mT_50px {
   margin-top: -50px;
 }
 .mT-55px, .mT_55px {
   margin-top: -55px;
 }
 .mT-60px, .mT_60px {
   margin-top: -60px;
 }
 .mT-65px, .mT_65px {
   margin-top: -65px;
 }
 .mT-70px, .mT_70px {
   margin-top: -70px;
 }
 .mT-75px, .mT_75px {
   margin-top: -75px;
 }
 .mT-80px, .mT_80px {
   margin-top: -80px;
 }
 .mT-85px, .mT_85px {
   margin-top: -85px;
 }
 .mT-90px, .mT_90px {
   margin-top: -90px;
 }
 .mT-95x, .mT_95px {
   margin-top: -95px;
 }
 .mT-100px, .mT_100px {
   margin-top: -100px;
 }
 .mT-110px, .mT_110px {
   margin-top: -110px;
 }
 .mT-120px, .mT_120px {
   margin-top: -120px;
 }
 .mT-130px, .mT_130px {
   margin-top: -130px;
 }
 .mT-140px, .mT_140px {
   margin-top: -140px;
 }
 .mT-150px, .mT_150px {
   margin-top: -150px;
 }
 .mT-160px, .mT_160px {
   margin-top: -160px;
 }
 .mT-170px, .mT_170px {
   margin-top: -170px;
 }
 .mT-180px, .mT_180px {
   margin-top: -180px;
 }
 .mT-190px, .mT_190px {
   margin-top: -190px;
 }
 .mT-200px, .mT_200px {
   margin-top: -200px;
 }
 .mT-210px, .mT_210px {
   margin-top: -210px;
 }
 .mT-220px, .mT_220px {
   margin-top: -220px;
 }
 .mT-230px, .mT_230px {
   margin-top: -230px;
 }
 .mT-240px, .mT_240px {
   margin-top: -240px;
 }
 .mT-250px, .mT_250px {
   margin-top: -250px;
 }
 .mT-275px, .mT_275px {
   margin-top: -275px;
 }
 .mT-325px, .mT_325px {
   margin-top: -325px;
 }
 .mT-350px, .mT_350px {
   margin-top: -350px;
 }
 .mT-375px, .mT_375px {
   margin-top: -375px;
 }
 .mT-400px, .mT_400px {
   margin-top: -400px;
 }
 .mT-425px, .mT_425px {
   margin-top: -425px;
 }
 .mT-450px, .mT_450px {
   margin-top: -450px;
 }
 .mT-475px, .mT_475px {
   margin-top: -475px;
 }
 .mT-500px, .mT_500px {
   margin-top: -500px;
 }

 .mL-5px, .mL_5px {
   margin-left: -5px;
 }
 .mL-10px, .mL_10px {
   margin-left: -10px;
 }
 .mL-15px, .mL_15px {
   margin-left: -15px;
 }
 .mL-20px, .mL_20px {
   margin-left: -20px;
 }
 .mL-25px, .mL_25px {
   margin-left: -25px;
 }
 .mL-30px, .mL_30px {
   margin-left: -30px;
 }
 .mL-35px, .mL_35px {
   margin-left: -35px;
 }
 .mL-40px, .mL_40px {
   margin-left: -40px;
 }
 .mL-45px, .mL_45px {
   margin-left: -45px;
 }
 .mL-50px, .mL_50px {
   margin-left: -50px;
 }
 .mL-55px, .mL_55px {
   margin-left: -55px;
 }
 .mL-60px, .mL_60px {
   margin-left: -60px;
 }
 .mL-65px, .mL_65px {
   margin-left: -65px;
 }
 .mL-70px, .mL_70px {
   margin-left: -70px;
 }
 .mL-75px, .mL_75px {
   margin-left: -75px;
 }
 .mL-80px, .mL_80px {
   margin-left: -80px;
 }
 .mL-85px, .mL_85px {
   margin-left: -85px;
 }
 .mL-90px, .mL_90px {
   margin-left: -90px;
 }
 .mL-95x, .mL_95px {
   margin-left: -95px;
 }
 .mL-100px, .mL_100px {
   margin-left: -100px;
 }
 .mL-110px, .mL_110px {
   margin-left: -110px;
 }
 .mL-120px, .mL_120px {
   margin-left: -120px;
 }
 .mL-130px, .mL_130px {
   margin-left: -130px;
 }
 .mL-140px, .mL_140px {
   margin-left: -140px;
 }
 .mL-150px, .mL_150px {
   margin-left: -150px;
 }
 .mL-160px, .mL_160px {
   margin-left: -160px;
 }
 .mL-170px, .mL_170px {
   margin-left: -170px;
 }
 .mL-180px, .mL_180px {
   margin-left: -180px;
 }
 .mL-190px, .mL_190px {
   margin-left: -190px;
 }
 .mL-200px, .mL_200px {
   margin-left: -200px;
 }
 .mL-210px, .mL_210px {
   margin-left: -210px;
 }
 .mL-220px, .mL_220px {
   margin-left: -220px;
 }
 .mL-230px, .mL_230px {
   margin-left: -230px;
 }
 .mL-240px, .mL_240px {

   margin-left: -240px;
 }
 .mL-250px, .mL_250px {
   margin-left: -250px;
 }
 .mL-275px, .mL_275px {
   margin-left: -275px;
 }
 .mL-300px, .mL_300px {
   margin-left: -300px;
 }
 .mL-325px, .mL_325px {
   margin-left: -325px;
 }
 .mL-350px, .mL_350px {
   margin-left: -350px;
 }
 .mL-375px, .mL_375px {
   margin-left: -375px;
 }
 .mL-400px, .mL_400px {
   margin-left: -400px;
 }
 .mL-425px, .mL_425px {
   margin-left: -425px;
 }
 .mL-450px, .mL_450px {
   margin-left: -450px;
 }
 .mL-475px, .mL_475px {
   margin-left: -475px;
 }
 .mL-500px, .mL_500px {
   margin-left: -500px;
 }






 /* bg set classes */
 .bgGlow1_x60 {
   min-height: 60px;
   min-width: 205px;
   background: transparent url("./img/css/glow_bg_x60.png") no-repeat center center;
 }
 .bgGlow1_x54 {
   min-height: 54px;
   min-width: 196px;
   background: transparent url("./img/css/glow_bg_x54.png") no-repeat center center;
 }
 /* bg-Formats */
 .bgGreen {
    background-color: green;
 }
 .bgForest {
    background-color: forestGreen;
 }
 .bgCoral {
    background-color: coral;
 }
 .bgRed {
    background-color: red;
 }
 .bgLavender {
    background-color: lavender;
 }
 .bgYellow {
    background-color: yellow;
 }

 .bgFF8 {
    background-color: #ff8;
 }
 .bgYellowgreen {
    background-color: yellowgreen;
 }
 .bgGreenyellow {
    background-color: greenyellow;
 }
 .bg000 {
    background-color: black;
 }

 .bgRose {
   background: transparent url("./img/bgRose.png") no-repeat center center;
 }
 .bgSaddle {
   background: transparent url("./img/bgSaddle.png") no-repeat center center;
 }

 .bgBar_black {
   background: transparent url("./img/bar_black.png") repeat-x center center;
 }
 .bgBar_saddleBrown {
   background: transparent url("./img/bg_barSaddleBrown.png") repeat-x center center;
 }
 .bgBar_wheat {
   height: 20px;
   background: transparent url("./img/bgBar_wheat.png") repeat-x;
 }
.bgBlack {
  min-height: 20px;
  background: transparent url("./img/bgTh_black.png") repeat-x;
  color: floralwhite;
 }
 .bgLoad {
  height: 100px;
  width:100px;
  background: transparent url("./img/bgLoad1.png") no-repeat center center;
  color: floralwhite;
 }
 .bgLoad_50px {
  height: 50px;
  width:50px;
  background: transparent url("./img/bgLoad_50px.png") no-repeat center center;
  color: floralwhite;
 }
 .bgKhaki {
   background-color: rgb(189,183,107); /* darkkhaki */
 }
 .bgSienna {
   background-color: rgb(160,82,45);   /* sienna */
 }


  /* CALENDAR */
 .cMonth {
  font-size: 0.8em;
 }
 .lPfeil,
 .lArrow {
   min-width: 10px;
   min-height: 10px;
   cursor: pointer;
   background: transparent url("./img/css/4in1_pfeileWheat_10x10.png") no-repeat center top;
 }
 .lPfeil:hover,
 .lArrow:hover {
   background: transparent url("./img/css/4in1_pfeileWheat_10x10.png") no-repeat center -20px;
 }
 .rPfeil,
 .rArrow {
   min-width: 10px;
   min-height: 10px;
   cursor: pointer;
   background: transparent url("./img/css/4in1_pfeileWheat_10x10.png") no-repeat center -40px;
 }
 .rPfeil:hover,
 .rArrow:hover {

   background: transparent url("./img/css/4in1_pfeileWheat_10x10.png") no-repeat center -60px;
 }
 .lPfeil15 {
   min-width: 15px;
   min-height: 15px;
   cursor: pointer;
   background: transparent url("./img/css/4in1_pfeileWheat_15x15.png") no-repeat center 2px;
 }
 .lPfeil15:hover {
   background: transparent url("./img/css/4in1_pfeileWheat_15x15.png") no-repeat center -23px;
 }
 .rPfeil15 {
   min-width: 15px;
   min-height: 15px;
   cursor: pointer;
   background: transparent url("./img/css/4in1_pfeileWheat_15x15.png") no-repeat center -48px;
 }
 .rPfeil15:hover {
   background: transparent url("./img/css/4in1_pfeileWheat_15x15.png") no-repeat center -73px;
 }
 .lPfeil20 {
   min-width: 20px;
   min-height: 20px;
   cursor: pointer;
   background: transparent url("./img/css/4in1_pfeileWheat_20x20.png") no-repeat center -30px;
 }
 .lPfeil20:hover {
   background: transparent url("./img/css/4in1_pfeileWheat_20x20.png") no-repeat center 0;
 }
 .rPfeil20 {
   min-width: 20px;
   min-height: 20px;
   cursor: pointer;
   background: transparent url("./img/css/4in1_pfeileWheat_20x20.png") no-repeat center -60px;
 }
 .rPfeil20:hover {
   background: transparent url("./img/css/4in1_pfeileWheat_20x20.png") no-repeat center -90px;
 }
 .blank10 {
   width: 10px;
   height: 10px;
   border: none;
 }
 .blank15 {
   width: 15px;
   height: 15px;
   border: none;
 }
 .blank20 {
   width: 20px;
   height: 20px;
   border: none;
 }
 .day_lM, .day_nM {
   min-width: 20px;
   cursor: pointer;
   color: lightgrey;
   background-color: #D2B48C;
 }
 .day_lM:hover, .day_nM:hover {
   color: lightgrey;
   background-color: navajowhite;
 }
 .day {
   min-width: 20px;
   cursor: pointer;
   color: #118002;
   background-color: #EEE8AA;
 }
 .day:hover {
   background-color: #EEEEEE;
 }
 .today {
   color: #BDB76B;
   background-color: powderblue;
 }








 /* bg classes -- dient ueberschreiben von default settings */
 .bgTop {
   background-position: center top;
 }
 .bgBot {
   background-position: center bottom;
 }
 .bgLeft {
   background-position: center left;
 }




 /* radius classes */
 .radius {
   -moz-border-radius: 1%;
   -webkit-border-radius: 1%;
   -o-border-radius: 1%;
   -khtml-border-radius: 1%;
   border-radius: 1%;
 }
 .radius3570px {
   -moz-border-radius: 35px 75px;
   -webkit-border-radius: 35px 75px;
   -o-border-radius: 35px 75px;
   -khtml-border-radius: 35px 75px;
   border-radius: 35px 75px;
 }
 .radius1540 {
   -moz-border-radius: 15% 45%;
   -webkit-border-radius: 15% 45%;
   -o-border-radius: 15% 45%;
   -khtml-border-radius: 15% 45%;
   border-radius: 15% 45%;
 }
 .radius15px {
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -o-border-radius: 15px;
   -khtml-border-radius: 15px;
   border-radius: 15px;
 }
 .radius5 {
   -moz-border-radius: 5%;
   -webkit-border-radius: 5%;
   -o-border-radius: 5%;
   -khtml-border-radius: 5%;
   border-radius: 5%;
 }
 .radius10 {
   -moz-border-radius: 10%;
   -webkit-border-radius: 10%;
   -o-border-radius: 10%;
   -khtml-border-radius: 10%;
   border-radius: 10%;
 }
 .radius15 {
   -moz-border-radius: 15%;
   -webkit-border-radius: 15%;
   -o-border-radius: 15%;
   -khtml-border-radius: 15%;
   border-radius: 15%;
 }
 .radius20 {
   -moz-border-radius: 20%;
   -webkit-border-radius: 20%;
   -o-border-radius: 20%;
   -khtml-border-radius: 20%;
   border-radius: 20%;
 }
 .radius30 {
   -moz-border-radius: 30%;
   -webkit-border-radius: 30%;
   -o-border-radius: 30%;
   -khtml-border-radius: 30%;
   border-radius: 30%;
 }
 .radius40 {
   -moz-border-radius: 40%;
   -webkit-border-radius: 40%;
   -o-border-radius: 40%;
   -khtml-border-radius: 40%;
   border-radius: 40%;
 }
 .radius50 {
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -o-border-radius: 50%;
   -khtml-border-radius: 50%;
   border-radius: 50%;
 }
 .radius100 {
   -moz-border-radius: 100%;
   -webkit-border-radius: 100%;
   -o-border-radius: 100%;
   -khtml-border-radius: 100%;
   border-radius: 100%;
 }

 /* shadow classes */
 .shadow {
   -moz-box-shadow: 1px 1px 15px yellowgreen, 0 0 15px yellowgreen inset;
   -webkit-box-shadow: 1px 1px 15px yellowgreen, 0 0 15px yellowgreen inset;
   -o-box-shadow: 1px 1px 15px yellowgreen, 0 0 15px yellowgreen inset;
   -khtml-box-shadow: 1px 1px 15px yellowgreen, 0 0 15px yellowgreen inset;
   box-shadow: 1px 1px 15px yellowgreen, 0 0 15px yellowgreen inset;
 }
 .shadow:hover {
   -moz-box-shadow: 1px 1px 35px yellowgreen, 0 0 35px yellowgreen inset;
   -webkit-box-shadow: 1px 1px 35px yellowgreen, 0 0 35px yellowgreen inset;
   -o-box-shadow: 1px 1px 35px yellowgreen, 0 0 35px yellowgreen inset;
   -khtml-box-shadow: 1px 1px 35px yellowgreen, 0 0 35px yellowgreen inset;
   box-shadow: 1px 1px 35px yellowgreen, 0 0 35px yellowgreen inset;
 }
 .shadow10_10_15 {
   -moz-box-shadow: 10px 10px 15px #999, 10px 10px 15px #999 inset;
   -webkit-box-shadow: 10px 10px 15px #999, 10px 10px 15px #999 inset;
   -o-box-shadow: 10px 10px 15px #999, 10px 10px 15px #999 inset;
   -khtml-box-shadow: 10px 10px 15px #999, 10px 10px 15px #999 inset;
   box-shadow: 10px 10px 15px #999, 10px 10px 15px #999 inset;
 }
 .shadow5_5_5 {
   -moz-box-shadow: 5px 5px 5px #999,  5px 5px 5px #999 inset;
   -webkit-box-shadow: 5px 5px 5px #999,  5px 5px 5px #999 inset;
   -o-box-shadow: 5px 5px 5px #999,  5px 5px 5px #999 inset;
   -khtml-box-shadow: 5px 5px 5px #999,  5px 5px 5px #999 inset;
   box-shadow: 5px 5px 5px #999,  5px 5px 5px #999 inset;
 }

 /*glow classes */
 .shadow_blue,
 .shadow_blue_ {
   -moz-box-shadow: 1px 1px 25px lightblue, 1px 1px 25px lightblue inset;
   -webkit-box-shadow: 1px 1px 25px lightblue, 1px 1px 25px lightblue inset;
   -o-box-shadow: 1px 1px 25px lightblue, 1px 1px 25px lightblue inset;
   -khtml-box-shadow: 1px 1px 25px lightblue, 1px 1px 25px lightblue inset;
   box-shadow: 1px 1px 25px lightblue, 1px 1px 25px lightblue inset;
 }
 .shadow_blue:hover {
   -moz-box-shadow: 3px 3px 30px lightblue, 3px 3px 30px lightblue inset;
   -webkit-box-shadow: 3px 3px 30px lightblue, 3px 3px 30px lightblue inset;
   -o-box-shadow: 3px 3px 30px lightblue, 3px 3px 30px lightblue inset;
   -khtml-box-shadow: 3px 3px 30px lightblue, 3px 3px 30px lightblue inset;
   box-shadow: 3px 3px 30px lightblue, 3px 3px 30px lightblue inset;
 }
 .shadow_blue_:hover {
   -moz-box-shadow: 1px 1px 30px lightblue, 1px 1px 30px lightblue inset;
   -webkit-box-shadow: 1px 1px 30px lightblue, 1px 1px 30px lightblue inset;
   -o-box-shadow: 1px 1px 30px lightblue, 1px 1px 30px lightblue inset;
   -khtml-box-shadow: 1px 1px 30px lightblue, 1px 1px 30px lightblue inset;
   box-shadow: 1px 1px 30px lightblue, 1px 1px 30px lightblue inset;
 }
 .shadow_yellow {
   -moz-box-shadow: 1px 1px 25px yellow, 1px 1px 25px yellow inset;
   -webkit-box-shadow: 1px 1px 25px yellow, 1px 1px 25px yellow inset;
   -o-box-shadow: 1px 1px 25px yellow, 1px 1px 25px yellow inset;
   -khtml-box-shadow: 1px 1px 25px yellow, 1px 1px 25px yellow inset;
   box-shadow: 1px 1px 25px yellow, 1px 1px 25px yellow inset;
 }
 .shadow_yellow:hover {
   -moz-box-shadow: 1px 1px 35px yellow, 1px 1px 35px yellow inset;
   -webkit-box-shadow: 1px 1px 35px yellow, 1px 1px 35px yellow inset;
   -o-box-shadow: 1px 1px 35px yellow, 1px 1px 35px yellow inset;
   -khtml-box-shadow: 1px 1px 35px yellow, 1px 1px 35px yellow inset;
   box-shadow: 1px 1px 35px yellow, 1px 1px 35px yellow inset;
 }
 .shadow_coral {
   -moz-box-shadow: 1px 1px 25px coral, 1px 1px 25px coral inset;
   -webkit-box-shadow: 1px 1px 25px coral, 1px 1px 25px coral inset;
   -o-box-shadow: 1px 1px 25px coral, 1px 1px 25px coral inset;
   -khtml-box-shadow: 1px 1px 25px coral, 1px 1px 25px coral inset;
   box-shadow: 1px 1px 25px coral, 1px 1px 25px coral inset;
 }
 .shadow_coral:hover {
   -moz-box-shadow: 1px 1px 35px coral, 1px 1px 35px coral inset;
   -webkit-box-shadow: 1px 1px 35px coral, 1px 1px 35px coral inset;
   -o-box-shadow: 1px 1px 35px coral, 1px 1px 35px coral inset;
   -khtml-box-shadow: 1px 1px 35px coral, 1px 1px 35px coral inset;
   box-shadow: 1px 1px 35px coral, 1px 1px 35px coral inset;
 }
 .shadow_darkorchid {
   -moz-box-shadow: 1px 1px 25px darkorchid, 1px 1px 25px darkorchid inset;
   -webkit-box-shadow: 1px 1px 25px darkorchid, 1px 1px 25px darkorchid inset;
   -o-box-shadow: 1px 1px 25px darkorchid, 1px 1px 25px darkorchid inset;
   -khtml-box-shadow: 1px 1px 25px darkorchid, 1px 1px 25px darkorchid inset;
   box-shadow: 1px 1px 25px darkorchid, 1px 1px 25px darkorchid inset;
 }
 .shadow_darkorchid:hover {
   -moz-box-shadow: 1px 1px 35px darkorchid, 1px 1px 35px darkorchid inset;
   -webkit-box-shadow: 1px 1px 35px darkorchid, 1px 1px 35px darkorchid inset;
   -o-box-shadow: 1px 1px 35px darkorchid, 1px 1px 35px darkorchid inset;
   -khtml-box-shadow: 1px 1px 35px darkorchid, 1px 1px 35px darkorchid inset;
   box-shadow: 1px 1px 35px darkorchid, 1px 1px 35px darkorchid inset;
 }
 .shadow_violet {
   -moz-box-shadow: 1px 1px 25px darkviolet, 1px 1px 25px darkviolet inset;
   -webkit-box-shadow: 1px 1px 25px darkviolet, 1px 1px 25px darkviolet inset;
   -o-box-shadow: 1px 1px 25px darkviolet, 1px 1px 25px darkviolet inset;
   -khtml-box-shadow: 1px 1px 25px darkviolet, 1px 1px 25px darkviolet inset;
   box-shadow: 1px 1px 25px darkviolet, 1px 1px 25px darkviolet inset;
 }
 .shadow_violet:hover {
   -moz-box-shadow: 1px 1px 35px darkviolet, 1px 1px 35px darkviolet inset;
   -webkit-box-shadow: 1px 1px 35px darkviolet, 1px 1px 35px darkviolet inset;
   -o-box-shadow: 1px 1px 35px darkviolet, 1px 1px 35px darkviolet inset;
   -khtml-box-shadow: 1px 1px 35px darkviolet, 1px 1px 35px darkviolet inset;
   box-shadow: 1px 1px 35px darkviolet, 1px 1px 35px darkviolet inset;
 }
 .shadow_royalblue {
   -moz-box-shadow: 1px 1px 25px royalblue, 1px 1px 25px royalblue inset;
   -webkit-box-shadow: 1px 1px 25px royalblue, 1px 1px 25px royalblue inset;
   -o-box-shadow: 1px 1px 25px royalblue, 1px 1px 25px royalblue inset;
   -khtml-box-shadow: 1px 1px 25px royalblue, 1px 1px 25px royalblue inset;
   box-shadow: 1px 1px 25px royalblue, 1px 1px 25px royalblue inset;
 }
 .shadow_royalblue:hover {
   -moz-box-shadow: 1px 1px 35px royalblue, 1px 1px 35px royalblue inset;
   -webkit-box-shadow: 1px 1px 35px royalblue, 1px 1px 35px royalblue inset;
   -o-box-shadow: 1px 1px 35px royalblue, 1px 1px 35px royalblue inset;
   -khtml-box-shadow: 1px 1px 35px royalblue, 1px 1px 35px royalblue inset;
   box-shadow: 1px 1px 35px royalblue, 1px 1px 35px royalblue inset;
 }
 .shadow_peru {
   -moz-box-shadow: 1px 1px 25px peru, 1px 1px 25px peru inset;
   -webkit-box-shadow: 1px 1px 25px peru, 1px 1px 25px peru inset;
   -o-box-shadow: 1px 1px 25px peru, 1px 1px 25px peru inset;
   -khtml-box-shadow: 1px 1px 25px peru, 1px 1px 25px peru inset;
   box-shadow: 1px 1px 25px peru, 1px 1px 25px peru inset;
 }
 .shadow_peru:hover {
   -moz-box-shadow: 1px 1px 35px peru, 1px 1px 35px peru inset;
   -webkit-box-shadow: 1px 1px 35px peru, 1px 1px 35px peru inset;
   -o-box-shadow: 1px 1px 35px peru, 1px 1px 35px peru inset;
   -khtml-box-shadow: 1px 1px 35px peru, 1px 1px 35px peru inset;
   box-shadow: 1px 1px 35px peru, 1px 1px 35px peru inset;
 }


 /* text-shadow classes */
 .txtShadow {
   text-shadow: 1px 1px;
 }
 .txtShadow_grey {
   text-shadow: 1px 1px rgb(55,55,55);
   text-shadow: 1px 1px rgba(155,155,155, 0.5);
 }
 .txtShadow_blue {
   text-shadow: 1px 1px rgb(99,99,222);
   text-shadow: 1px 1px rgba(155,155,255, 0.5);
 }
 .txtShadow_green {
    text-shadow: 1px 1px 25px forestGreen, 0 0 4px yellowgreen;
 }
 .txtShadow_blue {
    text-shadow: 1px 1px 25px royalblue, 0 0 4px cornflowerblue;
 }

 /* background gradient classes */
 .lGradient_blackToWhite {
   background:-moz-linear-gradient(top, #000000, #ffffff);
   background:-webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
   background:linear-gradient(to top, #fff, #000);
 }
 .rGradient_blackToWhite {
   background:-moz-radial-gradient(center, #000000, #ffffff);
   background:-webkit-gradient(radial,center center,80,center center,400,from(#000),to(#fff));
   background:linear-gradient(from center, #fff, #000);
 }
 .lGradient_whiteToBlack {
   background:-moz-linear-gradient(top, #ffffff, #000000);
   background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
   background:linear-gradient(to bottom, #000, #fff);
 }
 .rGradient_whiteToBlack {
   background:-moz-radial-gradient(center, #ffffff, #000000);
   background:-webkit-gradient(radial,center center,80,center center,400,from(#fff),to(#000));
   background:linear-gradient(to center, #000, #fff);
 }




 /* text classes */
 .b {
   font-weight: bold;
 }
 .n {
   font-weight: normal;
 }
 .k {
   font-style: italic;
 }
 .fS5 {
   font-size: 0.5em;
 }
 .fS55 {
   font-size: .55em;
 }
 .fS6 {
   font-size: 0.6em;
 }
 .fS65 {
   font-size: 0.65em;
 }
 .fS7 {
   font-size: 0.7em;
 }
 .fS75 {
   font-size: 0.75em;
 }
 .fS8 {
   font-size: 0.8em;
 }
 .fS85 {
   font-size: 0.85em;
 }
 .fS9 {
   font-size: 0.9em;
 }
 .fS95 {
   font-size: 0.95em;
 }
 .fS10 {
   font-size: 1.0em;
 }
 .fS105 {
   font-size: 1.05em;
 }
 .fS11 {
   font-size: 1.1em;
 }
 .fS115 {
   font-size: 1.15em;
 }
 .fS12 {
   font-size: 1.2em;
 }
 .fS125 {
   font-size: 1.25em;
 }


 /* file style classes */
 .filebg1 {
   background-image: url(./img/css/3in1_clickheretolookforafile.png);
   background-repeat: no-repeat;
   background-position: 1px top;
 }
 .filebg1:hover {
   background-position: 2px -23px; /* -17px + (-10/2) */
 }
 input[type=file] {
/*   background-color: rgb(35,35,122);
   background-color: rgba(15,15,111, 0.7);*/
   background-color: transparent;
   color: yellowgreen;
 }
 input[type=file]:hover {

 }


 /* FairyChat -- default classes */
 .from {
   color: royalblue;
   font-weight: bold;
 }
 .date {
   width: 51px;
   overflow: hidden;
   font-size: 0.75em;
   color: #8E7642;
   font-weight: normal;
   /*white-space: nowrap;*/
 }


 /* horizon classes */
 .horizon_rgb505050 {
    height: 4px;
    bottom: 0;
    background-color: rgb(50, 50, 55);
 }




 /* several more special classes */
 .pos {
   color: forestGreen;
 }
 .neg {
   color: tomato/*indianred*/;
 }
 .state {
   color: coral;
 }
 div.success, span.success {
   color: forestgreen;
 }
 div.success {
   background-color: rgb(72,99,72);
   background-color: rgba(42,99,42, 0.7);
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 1px 1px 30px palegreen;
   -webkit-box-shadow: 1px 1px 30px palegreen;
   -o-box-shadow: 1px 1px 30px palegreen;
   -khtml-box-shadow: 1px 1px 30px palegreen;
   box-shadow: 1px 1px 30px palegreen;
 }
 div.nosuccess, span.nosuccess {
   color: sienna;
 }
 div.nosuccess {
   background-color: rgb(144,72,72);
   background-color: rgba(144,42,42, 0.7);
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -khtml-border-radius: 5px;
   border-radius: 5px;
   -moz-box-shadow: 1px 1px 30px tomato;
   -webkit-box-shadow: 1px 1px 30px tomato;
   -o-box-shadow: 1px 1px 30px tomato;
   -khtml-box-shadow: 1px 1px 30px tomato;
   box-shadow: 1px 1px 30px tomato;
 }
div.info {
  padding: 10px 2px 0px;
  font-size: 9pt;
  width: 400px;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -200px;
  background-color: #5575AB;
  color: midnightblue;
}

 .sRow {
   text-align: center;
   vertical-align: middle;
 }
 .add {
   min-width: 21px;
   min-height: 21px;
   cursor: pointer;
   background: transparent url("./img/css/2in1_addYellow.png") no-repeat center 0px;
 }
 .add:hover {
   cursor: pointer;
   background: transparent url("./img/css/2in1_addYellow.png") no-repeat center -31px;
 }
 .edit {
   min-width: 21px;
   min-height: 21px;
   cursor: pointer;
   background: transparent url("./img/css/2in1_editYellow.png") no-repeat center 0px;
 }
 .edit:hover {
   cursor: pointer;
   background: transparent url("./img/css/2in1_editYellow.png") no-repeat center -31px;
 }
 .delete {
   min-width: 21px;
   min-height: 21px;
   cursor: pointer;
   background: transparent url("./img/css/2in1_deleteCoral.png") no-repeat center 0px;
 }
 .delete:hover {
   cursor: pointer;
   background: transparent url("./img/css/2in1_deleteCoral.png") no-repeat center -31px;
 }
 .submit {
   min-width: 21px;
   min-height: 21px;
   cursor: pointer;
   background: transparent url("./img/css/2in1_submitGreen.png") no-repeat center 0px;
 }
 .submit:hover {
   cursor: pointer;
   background: transparent url("./img/css/2in1_submitGreen.png") no-repeat center -31px;
 }
 .write {
   min-width: 21px;
   min-height: 21px;
   cursor: pointer;
   background: transparent url("./img/css/2in1_write.png") no-repeat center top;
 }
 .write:hover {
   background: transparent url("./img/css/2in1_write.png") no-repeat center -31px;
 }
 .close {
   cursor: pointer;
   min-width: 21px;
   min-height: 21px;
   background: transparent url("./img/css/2in1_deleteCoral.png") no-repeat center 2px;
 }
 .close:hover {
   background: transparent url("./img/css/2in1_deleteCoral.png") no-repeat center -29px;/*(-31+2)px*/
 }

 .ava {
   margin-right: 4px;
   cursor: pointer;
   color: #555555;
   text-align: center;
   height: 85px;
   width: 100px;
   overflow: hidden;
   border: solid 2px royalblue;
 }
 .anno {
   color: #999999;
   font-style:oblique;
   font-size: 0.80em;
 }
 .lAnno {
   color: #999999;
   font-style:oblique;
   font-size: 0.65em;
 }
 .note {
   color: #777799;
   font-style:oblique;
   font-size: 0.7em;
 }
 .botWelcomeT {
   color:cornflowerblue;
   font-weight:bold;
 }

 .icon {
   height: 25px;
 }
 ul.noBullets,
 li.noBullet {
    list-style-type: none;
 }






.wrap {
    position:relative;
    z-index:0;
}
.curl b {
    padding: 20px;
}

/* inspired stuart nichols cssplay.co.uk inspired master of css */

.curl {
    display: inline-block;
    position: relative;
    vertical-align: top;
    border: 1px solid #DDD;
    margin: 11px;
    background-color: #EEE;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
    box-shadow: 0 1px 3px rgba(0,0,0, 0.4);
}

.curl b {
    display: block;
    position: relative;
}
.curl:before,
.curl > b:before,
.curl:after,
.curl > b:after {
    width: 75%;
    height: 75%;
    content: "";/*empty*/
    position: absolute;
    z-index: -1;/*important*/
}

/*en speciale*/
.curl:after {
    right: 0;
    bottom: 0;
    -moz-transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;

    -moz-transform: skew(12deg) rotate(5deg);
    -webkit-transform: skew(12deg) rotate(5deg);
    -o-transform: skew(12deg) rotate(5deg);
    -ms-transform: skew(12deg) rotate(5deg);
    transform: skew(12deg) rotate(5deg);

    -moz-box-shadow: 4px 8px 12px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 4px 8px 12px rgba(0,0,0, 0.4);
    -o-box-shadow: 4px 8px 12px rgba(0,0,0, 0.4);
    box-shadow: 4px 8px 12px rgba(0,0,0, 0.4);

}
.curl:before {
    left: 0;
    bottom: 0;
    -moz-transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;

    -moz-transform: skew(-12deg) rotate(-5deg);
    -webkit-transform: skew(-12deg) rotate(-5deg);
    -o-transform: skew(-12deg) rotate(-5deg);
    -ms-transform: skew(-12deg) rotate(-5deg);
    transform: skew(-12deg) rotate(-5deg);

    -moz-box-shadow: -4px 8px 12px rgba(0,0,0, 0.4);
    -webkit-box-shadow: -4px 8px 12px rgba(0,0,0, 0.4);
    box-shadow: -4px 8px 12px rgba(0,0,0, 0.4);

}
.curl > b:after {
    right: 0;
    top: 0;
    -moz-transform-origin: top right;
    -webkit-transform-origin: top right;
    -o-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;

    -moz-transform: skew(-12deg) rotate(-5deg);
    -webkit-transform: skew(-12deg) rotate(-5deg);
    -o-transform: skew(-12deg) rotate(-5deg);
    -ms-transform: skew(-12deg) rotate(-5deg);
    transform: skew(-12deg) rotate(-5deg);

    -moz-box-shadow: 2px -4px 8px rgba(0,0,0, 0.4);
    -webkit-box-shadow: 2px -4px 8px rgba(0,0,0, 0.4);
    box-shadow: 2px -4px 8px rgba(0,0,0, 0.4);

}
.curl > b:before {
    left: 0;
    top: 0;
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;

    -moz-transform: skew(12deg) rotate(5deg);
    -webkit-transform: skew(12deg) rotate(5deg);
    -o-transform: skew(12deg) rotate(5deg);
    -ms-transform: skew(12deg) rotate(5deg);
    transform: skew(12deg) rotate(5deg);

    -moz-box-shadow: -2px -4px 8px rgba(0,0,0, 0.4);
    -webkit-box-shadow: -2px -4px 8px rgba(0,0,0, 0.4);
    box-shadow: -2px -4px 8px rgba(0,0,0, 0.4);
}
.noShadow {
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
}


.british {
    background-image: url("http://img.dragontale.de/british.gif");
	background-repeat: no-repeat;
	background-position: right;
	background-position: bottom right;

}
.german {

    background-image: url("http://img.dragontale.de/german.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul.evenOddItalic li:nth-of-type(even) {
	font-style: italic;
	margin-top: 15px;
}

div.main .unifyimages img {
	margin: 10px;
	box-shadow: 1px 1px black;
	max-width: 300px;
	height: 213px;
	float: right;
}

.buttonlook
{
	padding: 5px 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid;
	border-radius: 6px;
	appearance: none;
}
