body {
    font-family: sans-serif;
    font-size: 12px;
}

.loginbox {
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: auto;
    visibility: visible;
    margin-left: -175px;
    margin-top: -80px;
    overflow: hidden;
    z-index: 100;
    border-style: dotted;
    border-width: thin;
    vertical-align: middle;

}

.logoutbox {
    background-color: #eaeaea;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 90px;
    height: auto;
    visibility: visible;
    overflow: hidden;
    z-index: 100;
    border-style: dotted;
    border-width: thin;
    vertical-align: middle;
    text-align: center;
}

.handynummern {
    position: absolute;
    top: 56px;
    left: 20px;
    width: 900px;
    height: auto;
    visibility: visible;
    overflow: hidden;
    z-index: 100;
    vertical-align: top;
    text-align: left;
}

#map {
    background-color: #AAAAAA;
    height: 469px;
    left: 649px;
    overflow: hidden;
    position: absolute;
    top: 251px;
    visibility: visible;
    width: 584px;
    z-index: 100;
}

.daten {
    background-color: #eaeaea;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 2400px;
    height: auto;
    min-height: 100%;
    visibility: visible;
    overflow: hidden;
    z-index: 50;
    border-style: dotted;
    border-width: thin;
    padding: 10px 10px 10px 10px;
}

.datenPictures {
    background-color: #eaeaea;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 97%;
    height: auto;
    visibility: visible;
    overflow: hidden;
    z-index: 50;
    border-style: dotted;
    border-width: thin;
    padding: 10px 10px 10px 10px;
}

#chart {
    z-index: 100;
    position: relative;
}

.feld_ohne_rahmen {
    position: absolute;
    padding: 10px 10px 10px 10px;
}

.feld_mit_rahmen {
    position: absolute;
    border-style: dotted;
    border-width: thin;
    padding: 10px 10px 10px 10px;

}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    z-index: 50;
}

#resp {
    position: relative;
    left: 10px;
    height: auto;
    width: 200px;
    background-color: #ff8000;
    z-index: 10000;
}

/********************************************************************************/

#mapdiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#calendarDiv {
    position: absolute;
    width: 205px;
    border: 1px solid #317082;
    padding: 1px;
    background-color: #FFF;
    font-family: verdana;
    font-size: 10px;
    padding-bottom: 20px;
    visibility: hidden;
}

#calendarDiv span, #calendarDiv img {
    float: left;
}

#calendarDiv .selectBox, #calendarDiv .selectBoxOver {

    line-height: 12px;
    padding: 1px;
    cursor: pointer;
    padding-left: 2px;
}

#calendarDiv .selectBoxTime, #calendarDiv .selectBoxTimeOver {
    line-height: 12px;
    padding: 1px;
    cursor: pointer;
    padding-left: 2px;
}

#calendarDiv td {
    padding: 3px;
    margin: 0px;
    font-size: 10px;
}

#calendarDiv .selectBox {
    border: 1px solid #E2EBED;
    color: #E2EBED;
    position: relative;
}

#calendarDiv .selectBoxOver {
    border: 1px solid #FFF;
    background-color: #317082;
    color: #FFF;
    position: relative;
}

#calendarDiv .selectBoxTime {
    border: 1px solid #317082;
    color: #317082;
    position: relative;
}

#calendarDiv .selectBoxTimeOver {
    border: 1px solid #216072;
    color: #216072;
    position: relative;
}

#calendarDiv .topBar {
    height: 16px;
    padding: 2px;
    background-color: #317082;

}

#calendarDiv .activeDay {
    /* Active day in the calendar */
    color: #FF0000;
}

#calendarDiv .todaysDate {
    height: 17px;
    line-height: 17px;
    padding: 2px;
    background-color: #E2EBED;
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 201px;
}

#calendarDiv .todaysDate div {
    float: left;
}

#calendarDiv .timeBar {
    height: 17px;
    line-height: 17px;
    background-color: #E2EBED;
    width: 72px;
    color: #FFF;
    position: absolute;
    right: 0px;
}

#calendarDiv .timeBar div {
    float: left;
    margin-right: 1px;
}

#calendarDiv .monthYearPicker {
    background-color: #E2EBED;
    border: 1px solid #AAAAAA;
    position: absolute;
    color: #317082;
    left: 0px;
    top: 15px;
    z-index: 1000;
    display: none;

}

#calendarDiv #monthSelect {
    width: 70px;
}

#calendarDiv .monthYearPicker div {
    float: none;
    clear: both;
    padding: 1px;
    margin: 1px;
    cursor: pointer;
}

#calendarDiv .monthYearActive {
    background-color: #317082;
    color: #E2EBED;
}

#calendarDiv td {
    text-align: right;
    cursor: pointer;
}

#calendarDiv .topBar img {
    cursor: pointer;
}

#calendarDiv .topBar div {
    float: left;
    margin-right: 1px;
}

/************************************************************************************************************************/