
body {
	background-color: white;
	background-image: url(images/pozadi.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

div {
	text-align: left;
}

div#hlavicka {
	margin: auto;
	width: 770px;
	clear: both;
}

div#menu {
	background-image: url(images/menu-pozadi.gif);
	background-repeat: no-repeat;
	width: 157px;
	float: left;
	height: 463px;
}

div#menu a, div#menu a:hover {
	display: block;
	clear: both;
	background-image: url(images/menu-polozka.gif);
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	text-align: center;
	color: Black;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	padding-top: 7px;
	margin-top: 5px;
}

div#menu a:hover {
	color: #B13A20;
	font-style: italic;
}

div#obsah-uvod {
	float: right;
	background-image: url(images/obsah-pozadi-uvod.gif);
	background-repeat: no-repeat;
	width: 613px;
	height: 443px; 
	text-align: center;
	padding-top: 100px;
}

div#obsah {
	float: right;	
	width: 610px;
	text-align: center;
	background-color: #0089E0;
	border-right: black solid 2px;
	border-bottom: black solid 2px;
}

div#obsah2 {
	margin: 10px;
	border: black solid 2px;	
	background-color: #DEDEDE;
}

div#telo {
	margin: auto;	
	width: 770px;
	clear: both;
}

div#zahlavi, div#zapati {
	width: 724px;
	background-color: #B13A20;
	margin: auto;
	clear: both;
	position: relative;
	left: 23px;
}

div#zapati {
	padding: 6px;
	padding-left: 40px;
	width: 678px;
}

div#zapati a {
	padding: px;
	color: white;
	font-style: italic;
	text-decoration: none;
}

h1, h2, h3 {
	font-size: 160%;
	margin: 4px;
	text-align: center;
	color: #B13A20;
}

h1 {
	margin-bottom: 20px;
}

h2 {
	font-size: 140%;
	color: #191970;
	margin-bottom: 10px;
}

h3 {
	font-size: 120%;
	margin-bottom: 4px;
}

p {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 4px;
}

span.bold {
	font-weight: bold;
}

ul {
	text-align: left;
	margin-left: 210px;
	margin-top: 6px;
}

