hbody {
	background-color: black;
	font-family: "Verdana", "Georgia", "sans-serif";
	background-image: url("/img/design/white_back.png");
	color: #1e1e64;
	font-size: small;
}

#top-line {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 160px;

	background-color: black;
	background-image: url("/img/design/topline.png");
}

#screen {
	overflow: hidden;
	position: relative;
	&top: 5px;
	margin: auto;
	margin-top: 20px;
	width: 1000px;

	padding-bottom: 6px;

	background-color: #bdbdff;
}

#heel {
	overflow: hidden;
	position: relative;
	&top: 5px;
	margin: auto;
	margin-top: 20px;
	width: 1000px;
font-size: x-small;
	background-image: url("/img/design/menu.png");
	background-repeat: repeat-y;
	padding-bottom: 6px;

	text-align: center;
	background-color: #bdbdff;
}

#top {
	width: 100%;
	height: 120px;

	background-color: #000055;
	background-image: url("/img/design/top.png");

	text-align: center;
	color: #dddddd;
}

#top h1 {
	font-family: "Impact", "Comic Sans MS";
	font-size: xx-large;

	padding-top: 10px;
}

#top p {
	margin-top: 16px;
}

#menu {
	position: absolute;
	top: 128px;
	&top: 120px;
	left: 0px;

	kfloat: left;
	margin-top: 13px;
	&margin-top: 0px;

	&padding-top: 20px;

	text-align: left;
	font-size: small;

	width: 180px;
	height: 450px;
height: 5000px;

	background-image: url("/img/design/menu.png");
	background-repeat: repeat-y;

}

#menu a {
	float: left;

	width: 119px;
	height: 23px;
	color: blue;
	padding-top: 5px;

	margin: 3px;
	text-indent: 15px;

	font-weight: bold;
	text-decoration: none;

	background-image: url("/img/design/button.png");
}

#menu a:hover  {
	color: black;
	background-color: #0000ee;
	text-decoration: underline;
	font-weight: bold;

	background-image: url("/img/design/button_hover.png");
}

p #aktivni a  {
	color: black;
	background-color: #0000ee;
	text-decoration: underline;
	font-weight: bold;

	background-image: url("/img/design/button_hover.png");
}

#lng_menu {
	position: absolute;
	top: 90px;
	left: 35px;

	text-align: center;
	margin-top: 10px;
}

#lng_menu a:hover  {
	color: white;
	background-color: #0000ee;
	text-decoration: underline;
	font-weight: bold;
	border: 1px solid black;
}

#lng_menu a { 
	background-color: transparent;
	color: white;

	font-weight: bold;
	text-decoration: none;
}

#content {
	position: relative;
	left: 140px;
	top: 0px;
	&top: 23px;
&padding-bottom: -450px;

	width: 800px;

	border: 1px solid blue;
	background-color: white;
	background-image: url("/img/design/white_back.png");

	margin-top: 15px;
	margin-bottom: 10px;

min-height: 450px;
_height: 450px;
	text-indent: 50px;
	text-align: justify;
	padding: 20px;
	padding-top: 0px;
	color: #000055;

}

H1 {
	font-size: x-large;
	font-weight: bold;
	padding-top: 0px;
}

H2 {
	font-size: large;
	text-align: left;
	color: white;
	text-indent: 100px;
	background-color: #000055;
}

H3 {
	font-size: small;
	color: #111111;
	width: 400px;
}

.floatR {
	float: right;
}

.floatL {
	float: left;
	padding-right: 5px;
}

ol li {
	margin-left: 55px;
	text-indent: 5px;
}

.mid {
	text-align: center;
	text-indent: 0px;
}

table td {
	background-color: silver;
	border: black;
}

.super {
	background-color: #33ff00;
}

.good {
	background-color: yellow;
}

.sloupec {
	width: 13%;
}

.reference {
	min-height: 260px;
}












