body
{
    background-color: #4d6d89;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}
.centeredPage
{
    margin: auto;
    display: table;
    min-width: -moz-fit-content;
    min-width: fit-content;
/*    width: 21em;*/
    background-color: #efefef;
    padding: 1em;
    border-radius: 1em;    
}

br Element {
    line-height: 1.5em;
}

h1{
    font-size: 2em;
    line-height: 1em;
    padding-top: 0em;
    margin-top: 0em;
}
h2{
    font-size: 1.5em;
}
.iframeRegister
{
    width: 100%;
    height: 28em;
    border: 0px;
    overflow: hidden;
}
.clear
{
    clear: both;
}
.introduction p
{
    max-width: 50em;
}
.oneCustomer
{
    background-color: #c5c5c6;
    float: left;
    position: relative;
    border: 1px solid black;
    margin-bottom: 1em;
    border-radius: 1em;
}
.buchungsformular
{
    padding: 0.2em;    
    background-color: lavender;
    border-radius: 0.5em;
    width: fit-content;
    width: -moz-fit-content;
    min-width: 25em;
}
.buchungsformular label
{
    width: 10.5em;
    float: left;
    line-height: 1.5em;
    text-align: right;
    border:0px;
}
.buchungsformular input, .buchungsformular select
{
    margin:0.2em;
}
section
{
    background-color: inherit;
}
#logout
{
    float: right;
    padding: 0.5em;
}
#logout input
{
    padding: 0.5em;
    border-radius:0.5em;
}
#login
{
    border-radius:0.5em;
}
#customer
{
    display: none;
    position: fixed;
    top: 5em;
    left: 2em;
    background-color: lavender;
    border: 1px #5486b1 solid;
    border-radius: 1em;
    padding: 0.5em;
}
#setting
{
    display: none;
    position: fixed;
    top: 5em;
    left: 2em;
    background-color: lavender;
    border: 1px #5486b1 solid;
    border-radius: 1em;
    padding: 0.5em;
}
#user
{
    display: none;
    position: fixed;
    top: 5em;
    left: 2em;
    background-color: lavender;
    border: 1px #5486b1 solid;
    border-radius: 1em;
    padding: 0.5em;
}
#calendar
{
    display: none;
    position: fixed;
    top: 5em;
    left: 2em;
    background-color: lavender;
    border: 1px #5486b1 solid;
    border-radius: 1em;
    padding: 0.5em;
}
.trenner
{
    clear: both;
}
.customerData, .userData, .customerSettings, .calendarData
{
    padding: 0.2em;    
    background-color: lavender;
    border-radius: 0.5em;
    width: fit-content;
    width: -moz-fit-content;
    float: left;
    margin: 1em;
    min-width: 10em;
}
button
{
    padding: 0.2em 0.5em;
    border-radius: 0.5em;
    margin: 0 0.5em;

}
.label
{
    width: 10.5em;
    float: left;
    text-align: right;
    clear: both;
    padding: 0.1em 0.3em;
}
.info
{
    float:left;
    padding: 0.1em 0.3em;
    font-size: smaller;
}


#monatskalender
{
    padding: 0.2em;    
    background-color: lavender;
    border-radius: 0.5em;
    width: fit-content;
    width: -moz-fit-content;
    float: left;
    margin: 1em;
    min-width: 10em; 
}
#monatskalender p
{
    margin-left: 1em;
}
#monatskalender select
{
    max-width:15em;
}
.monatskalender
{
    width:15em;
}
.monatskalender table
{
    width:100%;
}
.frei
{
    background-color: rgb(67, 243, 67);
    cursor: pointer;
}
.sonntag
{
    color: red;
}
.hiddenday
{
    display:none;
    float:left;
}
.chosenTime
{
    text-decoration: underline;
    cursor: pointer;
    background: #d4d4f9;
    padding: 0.2em;
}
#appointmentlist
{
    
}
#foundAppointment
{
    display:none;
}
.highlight
{
    text-decoration: underline;
}
#yourdata
{
    min-width: 10em;
}
#yourdata label
{
    width:5em;
}
#register label
{
    width:6em;
}
#register
{
    min-width:20em;
}
footer{
    cursor: pointer;
    margin-top: 1em;
    border-top: 1px dotted blue;
    padding-top: 0.3em;
}
#impressum
{
    display: none;
}
#datenschutz
{
    display:none;
}
.impressum
{
    position: fixed;
    top: 1em;
    background-color: #dbe3e7;
    padding: 0 1em;
    margin: 0em;
    border-radius: 1em;
    border: 1px solid #acace6;
    overflow: auto;
    max-height: 95%;
    max-width: 50%;
    min-width: 17em;
}
.closeButton
{
    position: absolute;
    right: 0.1em;
    margin-top: 0.1em;
    color: darkgrey;
    cursor: pointer;
    border-radius: 1em;
    background-color: white;
    text-align: center;
    width: 1.2em;
    font-size: 1.3em;
    height: 1.2em;
}
/* ----------------------------------------------
   halbtransparentes Eingrauen der Bedienoberfläche
---------------------------------------------- */

#grau{
	position: absolute;
   	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/transparentgrau.png) repeat;
	display: none;
}
* html #grau {  /* nur für den IE */
	width: 1280px;
	height: 1280px;
}