body {
	background-color:#CECEDE;
	background-image: url(images/pozadi.jpg); 
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#stranky{
	width: 950px;
	height: 2200px;
	position: relative;
	top: -5px;
	left: -10px;
	margin: auto;
	border-width: 1px;
	border-color: #00BFFF;
	border-style: solid;
}
#hlavicka{
	position: absolute;
	height: 109px;
	width: 948px;
	top: 0px;
	left: 0px;
	background-color: #00018A;
	border-color: #00BFFF;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid; 
	background-image: url(images/hlavicka.jpg);
	background-repeat: no-repeat;
}
#obsah{
	position: absolute;
	top: 114px;
	left: 184px;
	width: 762px;
	height: 2065px;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #00BFFF;
	background-image: url(images/pozadiplochabig.jpg);
	background-repeat: no-repeat;
}
#menu{
	position: absolute;
	width: 178px;
	height: 2065px;
	top: 114px;
	left: 2px;
	background-color: #F0F5FF;
	border-style: solid;
	border-width: 1px;
	border-color: #00BFFF;
}
#paticka{
	position: absolute;
	top: 2182px;
	left: 0;
	height: 18px;
	width: 950px;
	background-color: #8CC7FF;
}