/* CSS e-stranka xweb */
body {
	margin: 0;
	padding: 0;
	color: #235;
	text-align: center;
	background: #0A2E44 url("bgr.gif") repeat-x;
	font-size: 0.7em;
  line-height: 1.3em;
	font-family: "Verdana CE", Verdana, "Arial CE", "Lucida Grande CE", "Helvetica CE", Arial, lucida, sans-serif;
}
#page-matr {
	width: 760px;
	margin: auto;
	text-align: left;
}
#logo {
	width: 264px;
  height: 36px;
}
#logo a{
	display: block;
	background: url("logo01a.gif");
}
#logo a:hover{
	display: block;
	background: #0B3A57 url("logo01a_anim.gif");
}
#page {
	margin: 0px auto 10px auto;
	border: 1px solid #000;
	background: #0B3A57  url("xcorner.gif") no-repeat;
}
#header {
	margin: 0 0 0 0;
	_margin: 0 0 4px 0;
	position: relative;
}
#header a{
	display: block;
	background: #0B3A57 url("logo02a.gif");
}
#header a:hover{
	display: block;
	background: #0B3A57 url("logo02b.gif");
}
#content {
}
#main {
	width: 606px;
	float: right;
}
#article-matr {
	width: 451px;
	float: left;
}
#article {
	text-align: left;
	margin: 0 0 12px 0;
  padding: 3px 8px 18px 6px;
	background-color: #669CC2;
	border-top: 5px solid #4C81AE;
	border-bottom: 5px solid #4C81AE;
}
h1 {
	color: #235;
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 3px 0 12px 0;
}
h2 {
	font-size: 1.2em;
	margin: 12px 0 6px 0;
}
p {
	margin: 6px 0 0 0;
}
img {
	border: 0;
	padding: 0;
  margin: 0;
}
img.jh {
	border: 1px solid #459;
  margin: 6px 0;
}
dl {
  margin: 0;
}
dt {
	margin: 7px 0 5px 0;
  font-weight: bold;
}
dd {
  position: relative;
  margin: 0px 0px 6px 0px;
  margin-left: 0px;    /* oslí můstek a */
  padding-left: 36px;  /* oslí můstek b */
  line-height: 1.3em;
}
dd.indent {
  padding-left: 88px;  /* v referencích reklam */
}

blockquote {
	margin-top: 6px;
	margin-bottom: 8px;
}

#article ul {
  margin-top: 3px;
  margin-bottom: 3px;
}
#article li {
  margin-top: 6px;
  margin-left: 18px;
}
#article a {
	color: #147;
}
#news a {
	color: #69c;
}
/*
#news a:visited {
	color: #888;
}
#article a:visited {
	color: #555;
}
*/
#news a:hover {
	color: #def;
}
#news-matr {
	width: 150px;
	float: right;
	font-size: 0.9em;
	color: #669CC2;
}
#news {
  background-color: #1B587F;
	margin: 0 5px 0 0;
	padding: 2px 3px 6px 3px;
	border-top: 5px solid #2F6597;
	border-bottom: 5px solid #2F6597;
}
#first {
	margin-top: 0;
}
.bottom {
	clear: both;
}
#footer {
  margin: 0 0 36px 0; /* oslí můstek */
	padding: 0px 12px;  /* od stran */
	font-size: 0.8em;
	color: #777;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #ccc;
}
.l {
	margin: 0;
  display: inline;
	float: left;
}
.r {
	margin: 0;
	display: inline;
	float: right;
}

/* ošetření menu */
#navigation-matr {
	width: 147px;
	float: left;
	height: 100%;
}
#navigation {
	margin: 0 0 0 5px;
	border-top: 5px solid #2F6597;
}
#podmenu {
	height: 450px;
	border-top: 5px solid #2F6597;
  background: url("podmenu.gif") repeat-x;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	position: relative;
}
#menu p {
  margin: 0;
}
#menu p.tree {
  _margin-bottom: -15px;
}
#menu p a {
  display: block;
	position: relative;
	height: 15px;
	_height: 24px;
	font-weight: bold;
	color: #669CC2;
	text-decoration: none;
  padding: 5px 1px 6px 8px;
	margin-bottom: 1px;
  background: #0B3A57 url("menu01.gif");
}
/*
#menu p a:visited {
	color: #68a;
}
*/
#menu p a:hover {
	color: #037;    /* Hover barva pro IE */
  background: #0094f2 url("menu01hover.gif");
}
#menu ul li.main:hover p a {
	color: #037;  /* Hover barva pro Mozillu */
}
#menu ul.sub li a {
	display: block;
  text-decoration: none;
	font-weight: bold;
	color: #669CC2;
	height: 20px;
	_height: 24px;
	border: 1px solid #0B3A57;
	border-bottom: 0px;
	padding: 3px 0px 0px 8px;
  background: #467CAA url("menu02.gif");
}
/*
#menu ul.sub li a:visited {
	color: #68a;
}
*/
#menu ul.sub li a:hover {
	color: #037;
	border: 1px solid #1B94E3;
	border-bottom: 0px;
  background: #59BBFF url("menu02hover.gif");
}

#menu ul li > ul.sub { /* Pro Mozillu */
	position: absolute;
	top: 2px;
  left: 142px;
	z-index: 10;
	width: 130px;
  visibility: hidden;
}
#menu ul li.main:hover ul.sub { /* Pro Mozillu */
	visibility: visible;
}

/* Pro IE */
ul.sub {
	position: absolute;
	top: 2px;
	left: 142px;
	z-index: 10;
	width: 130px;
	visibility: hidden;
}
li.mainHover ul.sub {
	visibility: visible;
}
#menu li {
	behavior: url(hover.htc);
}
