
div.sticky {
	border: 1px;
    border-radius: 1px;
    position: -webkit-sticky;
	position:sticky;
	top:5px;
}

/* Horizontales Menü */
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;

}

nav li {
  float: left;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
/* Change the link color to #E0E0E0 (hellgrau) on hover */
nav li a:hover {
  background-color: #E0E0E0;
}

.greenalarm{
  color: green;
}

.redalarm{
  color: red;
}

.redbutton{
  color: red;
  text-align: center;
}

.greenbutton{
  color: green;
  text-align: center;
}
 
th.sensor {
  width: 10%;
  text-align: center;
}

th.sensor_name {
  text-align: center;
}

th.status {
  width: 15%;
  white-space: nowrap;
  text-align:center;
}

th.active {
  width: 15%;
  white-space: nowrap;
  text-align:center;
}
table {
	border: 1;
}

