/** Hier können alle Kunden-Anpassungen für die Index-Seite vorgenommen werden.
 Alle anderen Custom-Dateien werden erst nach dem Login geladen. */

/*.kontakt-bg { max-height: 400px; width: 350px }
.about-bg { max-height: 240px; width: 300px; }
.about-bg img { margin-left: -50px; }*/

.index-logo-links {
    z-index:10;
    position:absolute;
    left:0px;
	margin: 10px;
    width: 367px;	
    height: 105px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/index/Logo_Stadt_Hagen_sw.png");
	background-size: 350px 100px;
}


.index-logo-mitte {
    text-align:left;
	margin: 10px;
    width:625px;
    height: 105px;
	float:right;
    background-image: url("../images/index/Hagen_Header.png");
    background-position: center center;
    background-repeat: no-repeat;
	background-size: 625px 100px;
}

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


/*  Einstellungen des Willkommestextes   */
.welcome{
    font-size:20px;
    text-color: #FFFFFF;
    font-family: Arial, sans-serif;
    top: 100px;
    font-weight: bold;
	background: lightgrey;
}

/*   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;
	background: lightgrey;
}

#loginform {
    /* z-index: 20000; */
    position: absolute !important;
    /*text-align: center;*/
    font-family: Arial, sans-serif;
    top: 260px;
    /*width: 100%;*/
    width: 300px;
    background-repeat: no-repeat;
    white-space: nowrap;
}

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

#loading  {
    position: absolute;
    width: 500px;
    top: 270px;
    left: 45%;
    margin-left: -195px;

    background: white;
    border: 1px solid grey;
    color: #444;
    font: bold 14px tahoma,arial,helvetica;
    padding: 10px;
}

.loading-logo {
    background-image: url("../images/index/hagen_logo_sw.png");
    margin-right: 15px;
    float: left;
    vertical-align: top;
    width: 150px;
    height: 41px;
    background-repeat: no-repeat;
}

.loading-msg {
    font: normal 12px arial,tahoma,sans-serif;
    width: 430px;
    text-align: center;
    margin-top: 5px;
}
/* <-- Lademaske */

/* Kurzinformationen: Tabelle unterhalb des Login-Formulars --> */

#infoform {
    /* z-index: 20000; */
    position: absolute !important;
    /*text-align: center;*/
    font-family: Arial, sans-serif;
    top: 260px;
    /*width: 100%;*/
    width: 300px;
    background-repeat: no-repeat;
    white-space: nowrap;
}

#custominfos {
    position: absolute;
    top: 300px;
    width: 1000px;
    height: 750px;
    left: 50%;
    margin-left: -500px;
    text-align: left;
    line-height: 25px;
	overflow: auto;
	overflow-x: hidden;
}

#custominfostable {
    width: 1000px;
    border: 1 px solid grey;
    background: #fff;
}
/* <-- Custom-Infos */