@charset "utf-8";

* { padding: 0px; margin: 0px; }

body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}

.main {
	width: 791px;
	margin: auto;
	margin-top: 65px;
	text-align: left;
}
.main ul {
	margin-left: 30px;
}

.header {
	width: 679px;
	height: 27px;
	text-align: right;
	vertical-align: bottom;
	background-image: url(images/pretel.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
}

.top_hor1 {
	width: 691px;
	height: 14px;
	background-image: url(images/top_hor1.jpg);
	background-repeat: no-repeat;	
}

.top_hor2 {
	width: 791px;
	height: 31px;
	background-image: url(images/top_hor2.jpg);
	background-repeat: no-repeat;	
	margin-bottom: 33px;
}

.logo {
	width: 141px;
	height: 95px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

.top_right {
	width: 437px;
	height: 95px;
	float: right;
	padding-right: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(images/monitory.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.top_right table {
	height: 100%;
}

.cistic {
	clear: both;
}

.quotes1 {
	position: relative;
	left: -3px;
	top: -31px;
}

.quotes2 {
	position: relative;
	left: -1px;
	top: 32px;
}

.obsah {
	width: 791px;
	margin: auto;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	width: 791px;
	height: 12px;
	margin-top: 33px;
	margin-bottom: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;	
}
#pb {
	width: 791px;
	height: 22px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.odkazy_table {
	margin: auto;
}

table.odkazy_table td {
	vertical-align: top;
}

ul.sekce {
	list-style-image: none;
	list-style-type: none;
	background-image: url(images/arrows.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	font-family: Tahoma, sans-serif;
	font-size: 17px;
	color: #87C140;
	padding-left: 18px;
	margin-left: 11px;
}

ul.odkazy {
	list-style-image: none;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0;
}

ul.odkazy li {
	padding-left: 24px;
	background-image: url(images/li.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	height: 37px;
}

ul.odkazy li a {
	color: #363636;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

ul.odkazy li:hover a {
	color: #000000;
}

ul.odkazy li:hover {
	background-image: url(images/li_a.jpg);
}

ul.odkazy li.last {
	background-image: url(images/li_last.jpg);
}

ul.odkazy li.last:hover {
	background-image: url(images/li_a_last.jpg);
}

