body {
	background-color: #666666;
	font-family: "Roboto", sans-serif;
}
a {
	text-decoration: none;
}
.menu {
	float: right;
	margin-right: 20px;
	height: 50px;
	display: table;
}
.menu-item {
	margin-left: 5px;
	margin-right: 5px;
	width: 100px;
	height: 50px;
	font-weight: bold;
	color: #266c65;
	background-color: #ffffff;
	font-size: 8pt;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.menu-item img {
	height: 40px;
}
div#clock {
	font-size: 16pt;
	color: #ffffff;
	display: inline;
}
div.clear {
	clear: both;
}
.frame {
	width: 98%;
	height: 90%;
	background-color: #FFCC33;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}
iframe {
	width: 100%;
	background-color: #ffffff;
	position: relative;
}
#zpravy iframe {
	height: calc(100% + 50px);
	top: -50px;
}
#jidelnicek iframe {
	height: calc(100% + 500px);
	top: -500px;
}
#planakci iframe, #rozvrh iframe, #suplovani iframe {
	height: 100%;
}
#planakci div#over-otaznik {
	position: absolute;
	z-index: 1000;
	width: 70px;
	height: 40px;
	top: 130px;
	left: 750px;
	background-color: white;
}
#rozvrh div#over-print {
	position: absolute;
	z-index: 1000;
	width: 70px;
	height: 45px;
	top: 95px;
	left: 750px;
	background-color: white;
}
#rozvrh div#over-logo {
	position: absolute;
	z-index: 1000;
	width: 97%;
	height: 100px;
	top: 1290;
}
#rozvrh div#over-otaznik {
	position: absolute;
	z-index: 1000;
	width: 70px;
	height: 40px;
	top: 75px;
	left: 800px;
	background-color: white;
}
#suplovani div#over-otaznik {
	position: absolute;
	z-index: 1000;
	width: 70px;
	height: 40px;
	top: 75px;
	left: 800px;
	background-color: white;
}
