#loginWindow {
    height: 200px;
    /* Höhe der div-Box */
    width: 340px;
    /* Breite der div-Box */
    margin-top: -250px;
    /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
    /*margin-left: -170px;*/
    position: fixed;
    /* positionieren */
    top: 50%;
    /* in die Mitte verschieben */
    /*left: 50%;*/
    left: 0px;
    z-index: 200;
}
#loggedInWindow {
    height: 160px;
    /* Höhe der div-Box */
    width: 340px;
    /* Breite der div-Box */
    margin-top: -250px;
    /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
    /*margin-left: -170px;*/
    position: fixed;
    /* positionieren */
    top: 50%;
    /* in die Mitte verschieben */
    /*left: 50%;*/
    left: 0px;
    /* weitere Angaben */
    background-color: #FFFFFF;
    border: 2px solid #3C3C3C;
    text-align: center;
    z-index: 9000;
}
.rCoreSaveAction {
    background: #BAF765;
    background: linear-gradient(#BAF765, #A7E059) repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #487C00;
    display: none;
    padding: 5px 10px;
    position: fixed;
    text-shadow: 1px 1px 0 #D6F3AE;
    top: 190px;
    left: 10px;
    width: 100px;
    z-index: 999;
    text-align: center
}
.rCoreSaveAction h3 {
    color: #282828;
    display: inline-block
}
.rCoreSaveAction img {
    margin: 0 10px 0px 0
}
.rCoreEditInfo {
    background: #f1e767;
    background: linear-gradient(#f1e767, #feb645) repeat scroll 0 0 transparent;
    position: absolute;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #f1e767;
    padding: 5px 10px;
    position: fixed;
    text-shadow: 1px 1px 0 #f1e767;
    top: 70px;
    left: 10px;
    z-index: 999;
    text-align: center
}



.rCoreEditLanguageInfo {
    background: #f1e767;
    background: linear-gradient(#f1e767, #feb645) repeat scroll 0 0 transparent;
    position: absolute;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 5px #f1e767;
    padding: 5px 10px;
    position: fixed;
    text-shadow: 1px 1px 0 #f1e767;
    top: 150px;
    left: 10px;
    z-index: 999;
    text-align: center
}



























.rcoreTermTranslatorTable {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #000000;

    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;

    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;

    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;

    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}.rcoreTermTranslatorTable table{
     border-collapse: collapse;
     border-spacing: 0;
     width:100%;
     height:100%;
     margin:0px;padding:0px;
 }.rcoreTermTranslatorTable tr:last-child td:last-child {
      -moz-border-radius-bottomright:5px;
      -webkit-border-bottom-right-radius:5px;
      border-bottom-right-radius:5px;
  }
.rcoreTermTranslatorTable table tr:first-child td:first-child {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.rcoreTermTranslatorTable table tr:first-child td:last-child {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}.rcoreTermTranslatorTable tr:last-child td:first-child{
     -moz-border-radius-bottomleft:5px;
     -webkit-border-bottom-left-radius:5px;
     border-bottom-left-radius:5px;
 }.rcoreTermTranslatorTable tr:hover td{

  }
.rcoreTermTranslatorTable tr:nth-child(odd){ background-color:#e5e5e5; }
.rcoreTermTranslatorTable tr:nth-child(even)    { background-color:#ffffff; }.rcoreTermTranslatorTable td{
                                                                                 vertical-align:middle;


                                                                                 border:1px solid #000000;
                                                                                 border-width:0px 1px 1px 0px;
                                                                                 text-align:left;
                                                                                 padding:7px;
                                                                                 font-size:14px;
                                                                                 font-family:Arial;
                                                                                 font-weight:normal;
                                                                                 color:#000000;
                                                                             }.rcoreTermTranslatorTable tr:last-child td{
                                                                                  border-width:0px 1px 0px 0px;
                                                                              }.rcoreTermTranslatorTable tr td:last-child{
                                                                                   border-width:0px 0px 1px 0px;
                                                                               }.rcoreTermTranslatorTable tr:last-child td:last-child{
                                                                                    border-width:0px 0px 0px 0px;
                                                                                }
.rcoreTermTranslatorTable tr:first-child td{
    background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

    background-color:#cccccc;
    border:0px solid #000000;
    text-align:center;
    border-width:0px 0px 1px 1px;
    font-size:15px;
    font-family:Arial;
    font-weight:bold;
    color:#000000;
}
.rcoreTermTranslatorTable tr:first-child:hover td{
    background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
    background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

    background-color:#cccccc;
}
.rcoreTermTranslatorTable tr:first-child td:first-child{
    border-width:0px 0px 1px 0px;
}
.rcoreTermTranslatorTable tr:first-child td:last-child{
    border-width:0px 0px 1px 1px;
}


.galleryImage {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-left: 20px;

    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
}

.mainGalleryImage {

    margin-bottom: 10px;
    margin-left: 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.75);

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.mainGalleryImage:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.galleryChapterHeading {
    padding-bottom: 10px;
    padding-top: 20px;
    color: #7E0404;
    font-size: 20pt;
}