html, body {
  margin: 0px auto;
  padding: 0;
  text-align: center;
  background-color: #FFFFFF;
  font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  }

p, img, h1, h2, h3, h4, h5, h6, a, span {
  margin: 0;
  padding: 0;
  border: none
  }

div {text-align: left}

div.clearboth {
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  }

span.zvyrazni {font-weight: bold}

div#page {
	width: 960px;
	margin: 0px auto;
	padding: 20px 0 20px 0;
}

div#header {
	width: 960px;
	background-color: #80A080;
	color: #C0FFC0;
}

div#header div#htop, div#header div#hbot {
	width: 960px;
	height: 10px;
	background-image: url('img/head_sprit.gif');
	background-repeat: no-repeat;
}

div#header div#hbot {background-position: 0px -10px}

div#header div#hmain {
	height: 160px;
}

div#header div#hmain h1 {
	padding: 20px;
	font-size: 20px;
	line-height: 40px;
	vertical-align: middle;
	float: left;
}

div#header div#hmain h2 {
	padding: 16px;
	font-size: 16px;
	line-height: 32px;
	vertical-align: middle;
	color: #C0FFC0;
	float: right;
}

div#menu {
	height: 50px;
	padding-bottom: 10px;
}

div#menu span, div#menu a {
	float: left;
	width: 108px;
	background-image: url('img/menu_sprit.gif');
	background-repeat: no-repeat;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
}

div#menu span {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	color: #C0FFC0;
}

div#menu a {
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
	color: #A0FFA0;
	background-position: -108px 0px;
	text-decoration: none;
}

div#menu a:hover {text-decoration: underline}

div#main {
	width: 960px;
	background-color: #C0FFC0;
}

div#main div#mtop, div#main div#mbot {
	width: 960px;
	height: 10px;
	background-image: url('img/body_sprit.gif');
	background-repeat: no-repeat;
}

div#main div#mbot {background-position: 0px -10px}

div#mmain {
	width: 920px;
	padding: 10px 20px 10px 20px;
}

div#mmain a {
	color: #333366;
	text-decoration: none;
}

div#mmain a:hover {
	text-decoration: underline;
}

div#mmain p {
	border-left: 1px solid #000000;
	padding-left: 10px;
}

div#pata {
	padding: 50px 0 20px 0;
	width: 300px;
	float: right;
	color: #333333;
	text-align: center;
}

table {margin: 0px auto; text-align: center; width: 768px; border: 2px solid #333366}
table caption {font-size: 16px; font-weight: bold; padding: 10px}
table tr.tbl_headers th {background-color: #99CC99}
table tr td {background-color: #999999}
table tr.tbl_bg td {background-color: #888888}

a.boxik {
	float: left;
	border: 1px solid #000000;
	padding: 11px;
	background-color: #999999;
	color: #333366;
	text-align: center;
	margin: 15px 15px 0 0;
}

a.boxik:hover {
	border: 2px solid #9999CC;
	padding: 10px;
	text-decoration: none !important;
}

a.boxik:hover span {
	text-decoration: none !important;
}
