/* CSS Document */
body {
	text-align: left;
	background: #2F4D90 url(pozadi.jpg) left top;
	padding: 0px;
}
#obal {
	background: #0c3c64;
	width: 798px;
	margin: 15px;
	height: 1080px;
	border: 2px rgb(102,102,255) solid;
}
#zahlavi {
	background-image: url(zahlavi.jpg);
	width: 798px;
	height: 250px;
	margin-bottom: 10px;
}
#menu {
	width: 200px;
	float: left;
	color: #E4E4E4;
	background: rgb(50,60,110);
	border-top: 1px solid #2F6487;
	border-right: 1px solid #061E32;
	border-bottom: 1px solid #061E32;
	border-left: 1px solid #2F6487;
}
#obsah {
	float: right;
	text-align: left;
	width: 558px;
	padding: 17px;
	color: #E4E4E4;
	background: rgb(50,60,110);
	border-top: 1px solid #2F6487;
	border-right: 1px solid #061E32;
	border-bottom: 1px solid #061E32;
	border-left: 1px solid #2F6487;
}

h2 {
	margin-top: 5px;
	text-align: center;
	color: white;
	padding: 10px;
  background: url(nadpis.jpg) no-repeat right;
	
}
h3 {
	text-align: left;
	color: rgb(255,153,0);
	border-top: 1px solid #2F6487;
	border-right: 1px solid #061E32;
	border-bottom: 1px solid #061E32;
	border-left: 1px solid #2F6487;
	padding: 2px;
}
h4, h5 {
	text-align: left;
}
a, a:link, a:visited, a:active, a:focus {
	text-decoration: underline;
	color: #FFA905;
}
a:hover {
	text-decoration: none;
}
#menu a {
	color: rgb(255,255,0);
}
#menu a:hover {
	color: rgb(212,212,212);
	font-family: MS Sans Serif;
	background: rgb(70,70,200);
}
p {
	margin-bottom: 2px;
	font-size: 100%;
	line-height: 25px;
}
#pcenter {
	text-align: center;
}
#center {
	text-align: center;
}
#foto h3 {
	text-align: center;
}
#foto a:hover {
	text-decoration: none;
}
li { list-style-image: url(sipka.png);} 
