html
{
	background-color: white;
	color: black;
}

#head
    {color: black;
    }

h1
    {width: 80%;
    text-align: center;
    color: black;
    font-family: sans-serif;
    
    }
thead {
	background-color: darkgray;
	color: black;
}
div
    {text-align: left;
    font-family: sans-serif;
    font-size: 25px;
	margin-left: 20px;
    }
table {
	width: 95%;
	border-collapse: inherit;
	border-color: darkgray;
    float: center;
    font-family: monospace;
    font-size: 120%;
    text-align: center;
    border-width: 1px;
	margin-left: 20px;
    border: thin solid black;
}
th {
	background-color: green;
	font-size: 25px;
	font-weight: 100;
	color: white;
	border-color: black;
	text-align: center;
	
}
#sensoren{
	font-family: sans-serif;
    padding-bottom: 5px;
    width: 95%;
	border: 1px solid black;
	border-width: 96%;
}

#head {
    background-color: green;
    color: white;
    font-weight:120;
    font-size: 25px;
	border-color: darkgray;
    }

/*#data {
    font-size: 25px;
    border: black 1px inset;
    padding-left: 5px;
    padding-right: 5px;
	background-color: deepskyblue;
	border: 1px solid black;
	border-width: thin;

}*/
tr:nth-child(even) {
	background-color: lightcyan;
	color: black;
	border: 1px solid black;
	border-width: thin;
}
tr{
	background-color: skyblue;
}
td {
	font-size: 25px;
	font-family: monospace;
}
td:hover {
    background-color: gray;
    color: white;
}
#akttemp{
    background-color: lightcyan;
    box-sizing:border-box;
    width: 60%;
    /*padding-left:  5px; */
    border: solid black 1px;
    /*border-left: 30px;*/
    margin-left: 15%;
    margin-right: auto;
    vertical-align: middle;
    color: black;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1200%;
    text-align: center;
    text-align-last: center;
}
p{
    color: black;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 80%;
}
#txt1{
    font-size: 20%;
    font-weight: bold;
}

#tab_bez{
    box-sizing:border-box;
    border-width: thin;
    font-family: sans-serif;
    font-size: 25px;
    text-align:center;
    font-weight: bold;
    width: 90%;
}
#tabheader{
    font-size: 10px;
}
#schalter {
    width: 100px;
    font-size: 30px;
    background-color: darkgray;
}