* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
/* ZKLADN PRVKY */
body {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: #ffffff;
	text-align: center;
}
h2 {font-size: 1.3em; color: #1a4b85; margin: 0px 0px 10px 0px;}
h3 {font-size: 1.2em; color: #1c3f6d; font-weight: bold; margin: 0px 0px 10px 0px;}
h3 a{font-weight: bold;}
h2 a, h3 a {color: #1a4b85; text-decoration: underline;}
h2 a:hover, h3 a:hover {color: #f62f20;/*#e26f31;*/ text-decoration: underline;}
h1, h2, h3 {font-weight: normal;}
p {	margin: 0px 0px 10px 0px;
	font-size: 0.9 em;
	line-height: 1.5;
	text-align: justify;
}
p.small {font-size: 0.85em;}
a {color: #1a4b85; text-decoration: underline;}
a:hover {color: #f62f20;/*#e26f31;*/}
a:visited {}
img {border: 1px solid #adc2db;	margin: 5px;}
ul {margin: 0px 0px 0px 20px; list-style-image: url('../_images/list.gif');}
table {font-size: 100%; /*border-color: #5C80E5;*/ margin: 0px auto;}
table caption {font-weight: bold; color: #1a4b85; margin: 0px auto;}
th {text-align: left;background-color: #cee6ff;}
tr {border: none;}
th, td {border: 1px solid #adc2db; padding: 5px 5px;}
form {margin: 0px 0px 5px 0px;}

/* OBECN PRVKY*/
.center {text-align: center;}
.cleaner {clear: both;margin: 0px;padding: 0px;}
.clright {clear: right;}
.clleft{clear: left;}
.right {float: right;}
.left {float: left;}
.fnone {float: none;}
.text-right {text-align: right;}
.red {color: red;}
.hmaly {font-size: 1em; font-weight: bold;}
.normal {font-size: 1em;}
.dnone {display: none;}

/* LAYOUT */
#container {
	text-align: left;
	margin: 1px auto 0px auto;
	padding: 0px;
}

#wrap {
	/*border: 1px solid #1c3f6d;*/
	background-color: #ffffff;
	width: 800px;
}
#header {
	/*border-top: 1px solid #1c3f6d;
	border-bottom: 1px solid #1c3f6d;*/
	height: 117px;
	background: url(../_images/header-back.jpg) repeat-x top left;
}

#header .left {
	position: relative;
	display: block;
}
#header h1 {
	position: relative;
	display: block;
	width: 500px;
	/*height: 117px;*/
	/*font-size: 20px;*/
}
#header h1 a { 
	text-decoration:none;
	color:#000000;
}
#header h1 span{
  display: none;
}
#header .right {
  display: none;
}
/* Konec hlaviky */

/* Horizontln menu*/
#menu-horizontal {
	clear: both;
	font-size: 12px; //*natvrdo kvuli vysce horizontalniho menu*/
	color: #ffffff;
	background: url(../_images/menu-horizontal.gif) repeat-x top left; 
	height: 33px;
	vertical-align: middle;
	margin: 5px 0px 10px 0xp;
	padding: 9px 10px 0px 10px;
}
#menu-horizontal ul{
	list-style: none;
}
#menu-horizontal ul li {
	float: left;
	list-style: none;
	background: #1c3f6d url(../_images/pipe.gif) no-repeat top left;
}
#menu-horizontal .last {
	background: #1c3f6d url(../_images/pipe.gif) no-repeat top left;
	width: 2px;
}
#menu-horizontal ul li a {
	color: #ffffff;
	text-decoration: none;
	background: url(../_images/odrazka1.gif) no-repeat;
	background-position: 8px 4px;
	padding: 0px 10px 0px 20px;
}
#menu-horizontal ul li a:hover {
	color: #1c3f6d;
	background-color: #ffffff;
	text-decoration: none;
}
/* OBSAH */

#main {
	width: 98%;
	padding: 10px 10px 10px 10px;
}
#content {
	width: 75%;
	margin: 0px 0px 0px 0px;
}
#content2 {
	/*float: left;*/
	width: 75%;
	margin: 0px 0px 0px 0px;
}
#uvod {
	
}
#vedlejsi-sloupec-left {
  display: none;
	float: left;
	width: 24%;
	_width: 22%;
	/*margin: 0px 0px 0px 5px;*/
}
#vedlejsi-sloupec-right {
  display: none;
	float: right;
	width: 23%;
	_width: 22%;
	margin: 0px 0px 0px 5px;
	overflow: hidden;
}
#vedlejsi-sloupec-right h3{
	width: 95%;
	font-size: 0.9em;
	font-weight: bold;
}
#vedlejsi-sloupec-right p{
	overflow: hidden;
	/*font-size: 0.8em;*/
}
#levy-div {
	/*float: left;*/
	/*width: 750px;
	_width: 600px;*/
}
#paticka {
	clear: both;
	color: #ffffff;
	background: #1c3f6d url(../_images/footer-back.gif) repeat-x top left;
	width: 100%;
	height: 28px;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
}
#paticka a, #paticka a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#paticka img {vertical-align: middle;}
/* MENU */
#menu {
	/*float: left;*/
	/*width: 23%;
	_width: 21%;*/
	display: none;
	border-left: 1px solid #1c3f6d;
	border-bottom: 4px solid #1c3f6d;
	margin: 0px 10px 0px 0px;
}
#menu .hlavicka {
	color: #ffffff;
	height: 26px;
	background-color: #1c3f6d;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	background: url(../_images/menu-li-back.gif) repeat-y top left;
	border-top: 4px solid #d0d0d0;
	border-right: 2px solid #d0d0d0;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	background: url(../_images/odrazka4.gif) no-repeat;
	background-position: 18px 6px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}
#menu ul li a:hover {
	display: block;
	color: #ffffff;
	text-decoration: none;
	background: #1c3f6d url(../_images/odrazka3.gif) no-repeat;
	background-position: 18px 6px;
}
#menu ul .podmenu a {
	background: url(../_images/odrazka5.gif) no-repeat;
	background-position: 28px 6px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 40px;
}
#menu ul .podmenu a:hover {
	display: block;
	color: #ffffff;
	background:  #1c3f6d url(../_images/odrazka6.gif) no-repeat;
	background-position: 28px 6px;
}
#menu h2 {
	color: #ffffff;
	background: url(../_images/odrazka3.gif) no-repeat;
	background-position: 8px 8px;
	margin: 1px 0px 1px 0px;
	padding: 0px 10px 0px 20px;
}
#menu .last {
	border-top: 4px solid #d0d0d0;
}
.polovicni {
	width: 49%;
}
.clanek-header {
	color: #ffffff;
	background: #1c3f6d url(../_images/clanek-header-back.gif) no-repeat center right;
	height: 26px;
}
.clanek-header h2, .clanek-header h3 {
	color: #ffffff;
	background: url(../_images/odrazka2.gif) no-repeat center left;
	margin: 2px 0px 0px 10px; 
	padding: 0px 0px 0px 12px;
}
.clanek-header h2 a, .clanek-header h3 a {
	color: #ffffff;
}
.clanek-body {
	/*position: relative;*/
	background-color: #ffffff;
	border: 2px solid #d0d0d0;
	border-top-width: 4px;
	/*width: 100%;*/
	overflow: hidden;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
.clanek-body p {
	color: #242424;
}
.aktualita {
	background-color: #F6F9FE; /*#eef5ff;/*#fafafb;*/
	border: 1px solid #ececec;
	margin: 0px 0px 20px 0px;
	padding: 2px 0px 2px 2px;
	width: 100%;
}
.aktualita h3 {
	float: left;
}
.aktualita img {
	float: right;
}
.aktualita .popisek {
	color: #1c3f6d;
	font-size: 0.8em;
	font-weight: bold;
	/*background-color: #1c3f6d;*/
	width: 100%;
}
.aktualita .foto-right {
	float: right;
	width: 140px;
	margin: 0px 0px 0px 10px;
}
.nahledy {
	margin: 20px 0px 0px 0px;
}
.nahledy img {
	float: left;
	margin: 0px 5px 10px 5px;
}
.nahledy object {
	border: 1px solid #adc2db;
}
.nahled {
	float: left;
	width: 124px;
	height: 130px;
	text-align: center;
	/*border: 1px solid #a2bdea;*/
	margin: 0px 0px 5px 0px;
}
#navigace {
	color: #939393;
	font-size: 0.8em;
	margin: 0px 0px 10px 0px;
}
#navigace a {
	color: #939393;
	text-decoration: underline;
}
#navigace a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Diskuze */
#diskuze {
	margin: 20px 20px 10px 20px;
}
#diskuze .prispevek {
	width: 100%;
	margin: 5px 0px 10px 0px;
	/*border-bottom: 1px solid grey;*/
}
#diskuze .prispevek .header {
	background-color: #1c3f6d;
	color: #ffffff;
}
#diskuze .prispevek .body {
}
.odsadit0 {}
.odsadit1 {padding-left: 10px;}
.odsadit2 {padding-left: 20px;}
.odsadit3 {padding-left: 30px;}
.odsadit4 {padding-left: 40px;}
.odsadit5 {padding-left: 50px;}
.odsadit6 {padding-left: 60px;}
.odsadit7 {padding-left: 70px;}
.odsadit8 {padding-left: 80px;}
.odsadit9 {padding-left: 90px;}
.odsadit10 {padding-left: 100px;}

#header #banner-top {
  display: none;
	position: absolute;
	top: 0px;
	left: 250px;
	width: 468px;
	height: 60px;
	border: 2px solid #1c3f6d;/*#d9d9d9;*/
	border-top: none;
	margin: 0px;
	padding: 0px;
}
#header #banner-top td, #header #banner-top th, #banner-bottom td, #banner-bottom  th, #banner-left td, #banner-left th {
	border: none; padding: 0px; margin: 0px;}
#banner-right {
  display: none;
	width: 160px;
	height: 600px;
	/*border: 1px solid red;*/
	margin: 0px 0px 0px 40px;
	padding: 1px 0px 0px 0px;
}
#banner-left {
  display: none;
	width: 160px;
	height: 600px;
	border: 1px solid #ececec;
	background-color: #F6F9FE;
	margin: 10px auto 0px auto;
}
#banner-bottom {
  display: none;
	width: 468px;
	height: 60px;
	/*border: 1px solid #ffffff;*/
	margin: 0px 0px 0px 0px;
}

/* formulare */
fieldset { line-height: 2em; margin: 5px 0px 10px 0px; padding: 5px 5px 5px 5px; border: 1px solid #a2bdea; background-color: #F6F9FE;}
label {float: left;	clear: left; width: 90px; text-align: right;}
input {	width: 300px;}
form img {vertical-align: top;}
select, input, textarea {margin-bottom: 0px; _margin-bottom: 0px; }
.date {	width: 100px;}
.button {width: 25px;}
.button2 {width: 55px; margin: 10px 0px 10px 90px;}
.button3 {width: 55px;}
.buttony {text-align: left; width: 350px;}
.check {width: 20px;}

/*zmena minimalni velikosti pro ie*/
/* IE/Win, IE5/Mac - max width \*/
* html #container .backlink {
	width: expression(document.body.clientWidth < 780? "780px" : "auto" );
}
/* IE/Win, IE5/Mac - max width \*/
* html #header, * html #menu-horizontal {
	width: expression(document.body.clientWidth < 780? "780px" : "auto" );
}
/* IE/Win, IE5/Mac - max width \*/
* html #container #main {
	width: expression(document.body.clientWidth < 780? "780px" : "auto" );
}
