body {
	background-color: White;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Navy;
	text-align: center;
	vertical-align: middle;
}

#layout {
	width: 600px;
	height: 410px;
	position: relative;
	top: 100px;
	display: inline-table;
	border: none;

}

#stranka {
	width: 600px;
	height: 400px;
	border: 1px solid gray;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#levy {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	background-color: Silver;
	height: 400px;
	text-align: left;
}

#pravy {
	position: absolute;
	top: 0px;
	left: 301px;
	width: 296px;
	float: left;
	background-color: transparent;
	height: 400px;
	text-align: right;
}
#top {
	width: 100%;
	height: 190px;
	position: relative;
	top: 15px;
	left: 0px;
	padding-left: 5px;
	vertical-align: top;
	text-align: left;
	display: block;
}

#bottom {
	width: 100%;
	height: 190px;
	position: relative;
	top: 130px;
	left: 0px;
	padding-left: 5px;
	vertical-align: bottom;
	text-align: left;
	display: block;
}

#dolni {
	position: relative;
	top: 0px;
	left: 0px;
	height: 18px;
	text-align: right;
	vertical-align: top;
	color: Gray;
}

p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}

a {
	color: Gray;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}