body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.rmenu {
  margin: 0px;
  padding-left: 25px;
}
.rmenu ul {
  padding-left: 15px;
}
.rmenu li {
  list-style-image: url('../images/sipkali.gif');
}
.dvojsloupec {
  background-image: url('../images/dvojsloupec.png');
  background-repeat: repeat-y;
  background-position: center center;
}
table {
  border-collapse: collapse;
}
td {
  padding: 4px;
  border: solid 1px white;
}
img {
  border: none;
}
#langs {
  list-style: none;
  height: 19px;
}
#langs li {
  float: left;
  margin-right: 5px;
}
#container {
	width: 960px;
	background-color: #0d3952;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	position: absolute;
	left: 50%;
	margin-left: -480px;
}
#container a {
  color: #56abad;
  text-decoration: none;
}
#container a:hover {
  text-decoration: underline;
}
#breadcrumbs {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: dotted 1px #0d3952;
}
h1 {
	background-image: url(../images/h1.jpg);
	margin: 0px;
	padding: 0px;
	height: 83px;
	position: relative;
	overflow: hidden;
}
h1 a {
	height: 61px;
	width: 200px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 16px;
	top: 11px;
	line-height: 300px;
}
h2 {
	background-image: url(../images/h2.jpg);
	height: 84px;
	margin: 0px;
	line-height: 84px;
	font-weight: normal;
	font-size: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#menu {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/h3.jpg);
	background-repeat: no-repeat;
	line-height: 24px;
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#menu li {
	float: left;
	position: relative;
	margin-right: 2px;
}
#menu li a {
	background-image: url(../images/menul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	white-space: nowrap;
	display: block;
	padding-left: 23px;
	color: #092A3B;
	text-decoration: none;
}
#menu li a:hover {
	color: #FF7800;
	text-decoration: none;
}
#menu li a span {
	background-image: url(../images/menur.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 11px;
	display: block;
}
#menu li a span span {
	background-image: none;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#menu li ul {
	position: absolute;
	left: 0px;
	top: 24px;
	background-color: #FFF;
	border: 1px solid #FF7800;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: none;
}
#menu li ul li ul {
  left: 160px;
  top: 0px;
}
#menu li ul li a {
	background-image: none;
	width: 150px;
	line-height: normal;
	padding: 5px;
	white-space: normal;
	margin: 0px;
}
#menu li ul li a:hover {
	background-color: #EFEFEF;
}


.hr {
	height: 5px;
	background-color: #FF7800;
	border: 1px solid #000;
}
#content {
	background-image: url(../images/bgline2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
#maincontent {
	background-image: url(../images/mbg.png);
	background-color: #2b5469; /*#2F586E;*/
	background-repeat: repeat-y;
	background-position: right top;
}
#rightcol {
	background-image: url(../images/bg2.jpg);
	background-position: right top;
	width: 208px;
	float: right;
	padding: 10px;
	padding-top: 40px;
	background-repeat: no-repeat;
}
#leftcol {
	width: 694px;
	padding: 10px;
	float: left;
}
h3,h4 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF7800;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

h4 {
  font-size: 14px;
}

#footer {
	line-height: 26px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: right;
}

