body {
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 12px;
    letter-spacing: 0.02em;
}

/*  Header auf der Login-Seite */
.index-header {
	height: 125px; 
	background: #ffffff;
}
.index-header-logo, .index-header-banner {
	height: 125px;	
	top: 0px;	
	position: absolute;
}

.index-header-logo {
	background-image: url("../images/index/gclogo200.png");
	background-repeat: no-repeat;
	width: 0px; /*200px;*/
	height: 125px;
	top: 25px;
}

.index-header-banner {
	width: 100%;
	background-image: url("../images/index/osirisbanner.jpg");
	background-repeat: repeat-x;
	left: 0px; /*200px;*/
}

/*  Menüleiste   */
.index-menue {
    background: rgb(240,240,240); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(215,215,215,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(215,215,215,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(215,215,215,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(215,215,215,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%,rgba(215,215,215,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(240,240,240,1) 0%,rgba(215,215,215,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */
    height: 32px;
    left: 0;
    position: absolute;
    right: 0;
    font-family: Arial, sans-serif;
    top: 125px;
    visibility: visible;
    text-align: center;   
}

/*  Hält die Menüeinträge - notwendig für resizing.  */
.index-menue-wrapper {
    display: inline-block;
    width: 50%;     
}

.index-menue-div {
	display: inline-block;
	position: relative;
}

/*  Menüeinträge   */
.index-menueeintrag, .index-menueeintrag-active{
    width:150px !important;
    height: 32px !important;
    float:left !important;
    position: relative !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 32px !important;
    cursor: pointer !important;
    font-size: 13px;
}

.index-menueeintrag-active {
    color: #45719E !important;
}

.index-menueeintrag:hover {
    color: #A9A9A9 !important;
}

/*  Abstand des Willkommentextes zum oberen Rand.   */
#index-willkommen{
    top: 157px !important;
    position: relative;
    overflow: auto;
    padding-top: 40px;
}

/*   Einstellungen des "OSIRIS 5" im Willkommestext   */
.osiris {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size:20px;
    color: #45719E;
    font-weight: bold;
    top: 100px;
}


.errormessage {
    position: absolute !important;
    top: 180px !important;
    left: 30px !important;
    width: 90%;
}

/*  Position der Divs, die beim Klick auf "Anmelden", "Kontakt" und "Über Osiris" im Centerbereich erscheinen.  */
#contactDiv, #aboutDiv, #impressumDiv, #datenschutzDiv, #index-willkommen {
    position: absolute !important;
    text-align: center;
    font-family: Arial, sans-serif;
    width: 100%;
    background-repeat: no-repeat;
    white-space: nowrap;
    top: 190px;
    font-size:15px;
    color: #000000;
    bottom: 0px;
    overflow: auto
}

/* Weiße Box mit Schatten auf Kontakt- und "Über Osiris"-Seite */
.kontakt-bg, .about-bg, .impressum-bg, .datenschutz-bg {
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    padding: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    bottom: 30px;
    top: 0px;
    left: 10px; right: 10px;
    width: 60%;
    position: absolute;
    overflow: auto;
    height: auto;
}

/* about-bg -Höhe auf einen maximalen Wert festlegen */
/*.kontakt-bg {
    max-height: 230px;
    width: 300px;
}*/

/*  Anpassungen des "Kontakt"-Divs */
.kontakt, .about, .datenschutz, .impressum {
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    top: 100px;
    white-space: normal;
    display: table;
    overflow: auto;
    margin: 0 auto;
}


/*  Einstellungen der des Willkommestext   */
.welcome{
    font-size:20px;
    color: #000000;
    font-family: Arial, sans-serif;
    top: 100px;
    font-weight: bold;
}

/** Div mit Hintergrundbild */

#wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 19000;
    background-image: url(../images/index/background2.png);
    overflow: hidden;
}

#willkommen {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

/* Hieß früher #login */
#loginDiv {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: left;
}

#anmeldemodi {
    top: 240px;
    position: absolute !important;
    z-index: 20000;
    /*width: 200px;
    height: 200px;*/
}

#loginform {   
    position: relative !important;
    font-family: Arial, sans-serif;
    top: 50px;
    width: 300px;
    background-repeat: no-repeat;
    white-space: nowrap;
    padding-bottom: 30px;
}

#formpan{
    top: 0px !important;
}

/** Lademaske -->*/
/* Wrapper */
#loading-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 40000;
    width:100%;
    height: 100%;
    visibility: hidden;
    background-color: #BDBDBD;
    -moz-opacity: 0.70;
    opacity:.70;
    filter: alpha(opacity=70);
}

#loading  {
    position: absolute;
    width: 390px;
    height: 70px;
    top: 270px;
    left: 50%;
    margin-left: -195px;
    z-index: 40000;
    background: white;
    border: 1px solid grey;
    color: #444;
    font: bold 14px tahoma,arial,helvetica;
    /* padding: 10px; */
}
.loading-logo {
    /* background-image: url("../images/index/gclogo100.png"); */
    /* margin-right: 15px; */
    width: 0px; /*109px;*/
    float: left;
    vertical-align: top;
    height: 41px;
    background-repeat: no-repeat;
}

.loading-msg {
    font: bold 14px Arial,sans-serif;
    font-style: italic;
    width: 390px;
    z-index: 45000;
    text-align: center;
    margin-top: 25px;
}
/* <-- Lademaske */


/* Kurzinformationen: Tabelle unterhalb des Login-Formulars --> */
#custominfos {
    position: absolute;
    top: 500px;
    width: 500px;
    height: 100px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
    line-height: 25px;
}

#custominfostable {
    width: 500px;
    border: 1px solid grey;
    background: #fff;
}

#custominfostable td {
    border: 1px solid grey;
    padding:  5px;
}
/* <-- Custom-Infos */