html, body, header, nav, artikel, section, footer, p, table, tbody{
	box-sizing: border-box;
	display: block;
}

html {
	//overflow: hidden;
	width: 100%;
	height: 100%;
}

body{
	overflow: auto;
	background-color:azure;
	width: 100%;
	height: 100%;
}

header{
	min-height: 9%;
	width:98.5%;
	padding-left: 1%;
	padding: 0.1%;
	margin-left: 0.5%;
	background-color: lightgrey;
	background-image: url(./../img/biene.png);
	background-repeat: no-repeat;
	text-align: right;
}

nav{
	float:left;
	min-height: 74%;
	top: 16%;
	width: 15%;
	margin: 0.5%;
	padding: 0.5%;
	padding-top: 1%;
	background-color: lightgrey;
	overflow-x: hidden;
	overflow-y: auto;
}

article{
	float: left;
	text-align: left;
	background-color: lightgrey;
	margin: 0.5%;
	padding: 0.5%;
	min-height: 70%;
	min-width: 81%;
	position: relative;
	overflow-y: auto;
	background-image: url(./../img/hintergrund.png);
	background-position: center center;
	background-repeat: no-repeat;
	
}

section{
	float: left;
	text-align: left;
	margin: 0.5%;
	padding: 0.5%;
	min-height: 70%;
	max-height: 80%;
	min-width: 80%;
	overflow-y: auto;
	background-color:beige;
	position: relative;
	opacity: 80%;
}

footer{
	min-height: 11%;
	bottom: 0;
	width:98.5%;
	position: absolute;
	background-color:lightgrey;
	margin: 0.5%;
	padding: 0.1%;
	text-align: center;
}

strong {
	font-size: 3em;
	margin-left: 330px;
}

label{
   margin: 1% 1%;
	width: 14%;
	color: black;
	font-size: 16pt;
	font-weight: bold;
}

label.person{
	float: none;
	color: black;
	font-size: 16pt;
	font-weight: bold;
}

select.person{
	margin: 1% 1%;
}

input{
	width: 60%;
	padding: 12px 20px;
   margin: 8px 0;
   display: inline-block;
   border: 1px solid #0c0c0c;
   /*box-sizing: border-box;*/
}

input.login{
	width: 30%;
	padding: 12px 20px;
   margin: 8px 0;
   display: inline-block;
   border: 1px solid #0c0c0c;
   /*box-sizing: border-box;*/
}

input#zelle{
	width: 100%;
	/*padding-left: 1px;*/
	/*padding-right: 1px;*/
   /*margin: 1px 0;*/
   display: inline-block;
   //border: 1px solid #0c0c0c;
   font-size: 0.8em;
}

button.neu {
    background-image: url(./../img/buttons/neu.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 24px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

button.aendern {
    background-image: url(./../img/buttons/bearbeiten.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 24px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

button.loeschen {
    background-image: url(./../img/buttons/loeschen.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 24px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

button.passwort {
    background-image: url(./../img/buttons/passwort.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 24px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

button.mail {
    background-image: url(./../img/buttons/brief.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 32px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

input:invalid {
  border: 2px dashed red;
  background-color: lightsalmon;
}

input:invalid:required {
  /*background-image: linear-gradient(to right, pink, lightgreen);*/
  border: 2px solid black;
  background-color: lightred;
}

input:valid {
  border: 2px solid black;
}

button#zelle{
    background-color: #96C11F;
    color: white;
    /*padding: 1px 1px;*/
    /*margin: 1px 1px;*/
    border: none;
    cursor: pointer;
    width: 80%;//100%
}

button {
    background-color: #96C11F;
    color: white;
    padding: 15px 10px;
    margin: 8px 8px;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
	opacity: 0.8;
}

button:disabled{
	opacity: 0.4;
}

button.button-neu {
    background-image: url(./../img/buttons/neu.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    width: 16px;
    height: 16px;           /* make this the size of your image */
    /*padding-left: 10px;     /* make text start to the right of the image */
    /*vertical-align: middle; /* align the text vertically centered */
    text-align: center;
    color: black;
}

button.button-edit {
    background-image: url(./../img/buttons/aendern.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

button.button-loeschen {
    background-image: url(./../img/buttons/loeschen.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

button.button-mail {
    background-image: url(./../img/buttons/brief.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;        /* make the cursor like hovering over an <a> element */
    height: 16px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
}

.fehler, #fehler{
	margin-top: 10%;
	margin-left: 10%;
	//min-height: 80%;
	max-height: 80%;
	min-width: 60%;
	max-width: 60%;
	overflow: auto;
	color: red;
	font-size: 3em;
	font-weight: bold;
}

#mittig{
	color: darkblue;
	text-align: center;
}


table{
	border-collapse: collapse;
	/*width: 100%;*/
	background-color: #B4B4B4;//rgb(180, 180, 180);
	border-style: solid;
	border-width: 2pt;
	overflow: auto;
}

table#fahrzeuge{
	border-collapse: collapse;
	/*width: 100%;*/
	/*<col style="width:70%">*/
	background-color: #B4B4B4;//rgb(180, 180, 180);
	border-style: solid;
	border-width: 2pt;
	overflow-x:auto;
}

tbody {
	overflow: auto;
}

th, td {
	border-style: solid;
	border-width: 1pt;
}

th{
	margin-left: 50pt;//10pt;
	margin-right: 5pt;//10pt;
	text-align: center;
	background-color: #C0C9C4;//rgb(192, 201, 196);
	//padding-left: 10px;
	//padding-right: 10px;
}

td {
	font-size: 0.9em;
	text-align: center;
}
/*
th {
	background-color: #C0C9C4;//rgb(192, 201, 196);
	padding-left: 10px;
	padding-right: 10px;
}
*/
a:link {
  color: green;
}

a:visited {
  color: green;
}

a:hover {
  color: red;
}

a:active {
  color: yellow;
}

.item img {
    vertical-align: middle;
    max-height: 100px;
    max-width: 100px;
}

.uhrzeit{

}
