@media all and (min-width: 800px) {
	#nav {
		width: 215px;
		float: left;
		margin-right: 15px;
	}
	#content {
		width: 750px;
		float: left;
	}

}

@media all and (max-width: 799px) {
	#nav {
		width: 100%;
	}
	#content {
		width: 100%;
	}

}


.table {
  display: table;
}
.row {
  display: table-row;
}
.wota {
  display: table-cell;
  width: 100px;
  height:15px;
  border-width:1px;
  border-top-style:solid;
  border-color:#B0C4DE;
  padding: 1px;
}
.fill {
  display: table-cell;
  width: 20px;
  height:15px;
  border-width:1px;
  border-top-style:solid;
  border-color:#B0C4DE;
  padding: 1px;
}
.zeit {
  display: table-cell;
  width: 100px;
  height:15px;
  border-width:1px;
  border-top-style:solid;
  border-color:#B0C4DE;
  padding: 1px;
}
.wer {
  display: table-cell;
  width: 220px;
  height:15px;
  border-width:1px;
  border-top-style:solid;
  border-color:#B0C4DE;
  padding: 1px;
}
.dauer {
  display: table-cell;
  width: 250px;
  height:15px;
  border-width:1px;
  border-top-style:solid;
  border-color:#B0C4DE;
  padding: 1px;
}
a {
	text-decoration: none;
}
a.tooltip {
	position:relative;
	text-decoration:none;
	color:#000000 !important;
}
/* link | visited | hover | active */
a.tooltip:link {
	color:#000000 !important;
}
a.tooltip:visited {
	color:#000000 !important;
}
a.tooltip:hover  {
	color:#99CCFF !important;
}
a.tooltip:active {
	color:#000000 !important;
}
a.title {
	/* position:absolut; */
}
#kiju-col-hf {
    background: #487FAD !important;
}
#kiju-col-hgnav-sel {
    background: #999999 !important;
}
