body
{
	background: #686F7B url("../images/layout/bc_page.gif") repeat-x fixed top left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Tahoma,  Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.75em;
	color: Black;
	font-weight: normal;
}
p {
	text-align : justify;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-top: -11px !important;
	margin-top:0;
}
hr {
	margin: 0px 0 5px 0;
	padding: 0px;
	height: 1px;
	border: 0;
	border-bottom: #B1B1B1 1px solid;
}
form {
	margin: 0;
	padding: 10px;
	border: #1B6691 1px solid;
}
label {
	float: left;
	width: 5em;
	padding: 5px 5px 0;
	text-align: right;
	vertical-align: middle;
	font-style: italic;
}
input {
	margin-top: 3px;
	border: #A1A1A1 1px solid;
}
textarea {
	margin-bottom: 3px;
	border: #A1A1A1 2px solid;
}
img {
	border: 0;
}
img.center {display: block; text-align: center; margin: 5px auto;}
img.left {margin: 5px 5px 5px 5px; float: left;}
img.right {margin: 5px -5px 5px 5px; float: right;}
a:visited {
	text-decoration: none;
	color : Navy;
}
a:hover {
	text-decoration: none ;
}
a:link {
	text-decoration: none;
	color : Navy;
}
table {
	border: #1B6691 1px solid;
}
table td	{
	border-bottom: #1B6691 1px dotted;
}
address {
	width: 95%;
	color: #333333;
}
.formTextField {
	font-weight: normal;
	color: #000000;
	border: 1px #1B6691 solid;
	padding : 0px 0px 0px 0px;
}
.formTextFieldDisable {
	font-weight: normal;
	color: #000000;
	border: 0px;  
	padding : 0px 0px 0px 0px;
}
#container {
	position: absolute;
	left:50%;
	width: 780px;
	margin: 0px;
	margin-left: -390px;
	padding: 1px 0;
	background: #FFFFFF url(../images/layout/bc_container.gif) repeat-y top left;
	border: 1px solid #4491D7;
	text-align: left;
}
#leftSection {
	float: left;
	width: 220px;
	border-top: 1px solid #00305B;
}
#rightSection {
	float: left;
	width: 560px;
	border-top: 1px solid #00305B;
}
#logo {
	/*background: url(../images/layout/logo.jpg) no-repeat top left;*/
	width: 220px;
	height: 196px;
}
#head	{
	width: 100%;
	color: White;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*height: 130px;*/
}
#head #menu {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding-top: 5px;
	background: url(../images/layout/bc_menu.gif) repeat-x top left;
	font-weight: bold;
	color: White;
	font-size: 0.9em;
	text-transform: uppercase;
	white-space: nowrap;
}
#menu a:link, #menu a:hover, #menu a:visited {
	color: White;
	margin: 3px 3px 0px 3px;
}
#menu ul {
	width: 320px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	}
#menu li {
	display: block;
	float: left;
	height: 19px;
	padding: 6px 2px 0px 2px;
	background: url(../images/layout/menu_separator.gif) no-repeat center right;
}
#menu li a {
	padding: 0px 4px 0px 1px;
	margin: 0;
	/*color: #285095;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;*/
}
#menu li a:hover {
	/*text-decoration: none;*/
	background: #123F69;
}
#menu #menuCurrent {
	background: #123F69;
}
#head .move {
	width: 100%;
	height: 122px;
	margin: 0 0 1px 0;
	background:  url("../images/headmove1.jpg") no-repeat top left;
}
#footer {
	width: 100%;
	height: 24px;
	margin: 0;
	padding-top: 10px;
	background: #2D6FAA url(../images/layout/bc_footer.gif) repeat-x;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	font-weight: bold;
	text-align: center;
}
#bodyContent {
	margin: 0;
	width: 100%;
	background: White url(../images/layout/bc_container.gif) repeat-y;
	text-align: justify;
}
#submenu {
	float: left;
	width: 220px;
	margin-right: 3px;
	/*padding-bottom: 10px;*/
	background: #1E4E7A url(../images/layout/bc_sub.gif) repeat-y top left;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
#submenu ul { 
	margin: 5px 3px 0px 3px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}
#submenu li { 
	height: 23px;
	padding-left : 12px;
	background: url(../images/layout/line_sub.gif) no-repeat bottom;
}
#submenu li:over { 
	background: url(../images/layout/bc_sub_over.gif) repeat-x left center;
}
#submenu li a {
	display: block;
	width: 180px;
	padding: 3px 0 3px 15px;
	background: transparent url(../images/layout/bull_link.gif) no-repeat left center;
}
#submenu li a:hover {
	background: #123F69 url(../images/layout/bull_link_over.gif) no-repeat left center;
}
#submenu h2 {
	padding: 8px 0px 0px 5px;
	margin: 0;
	color: #0093D2;
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	text-transform: uppercase;
}
#submenu h3 {
	padding: 2px 0px 0px 5px;
	margin: 0;
	color: ##64727E;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
}
#submenu a, #submenu a:hover, #submenu a:visited {
	color: White;
}
#submenu a:hover {
	text-decoration: none;
}
#submenu h4 {
	background:  url("../images/layout/line_dotted.gif") no-repeat left bottom;
	padding: 0px 0px 4px 0px;
	width: 155px;
	margin: 5px 5px 0 5px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
}
#submenu h4 a {
	background:  url("../images/layout/bull1.gif") no-repeat left top;
	padding: 0px 0px 0px 9px;
	color: #666666;
	text-decoration: none;
}
#submenu h4 a:hover {
	background:  url("../images/layout/bull1_over.gif") no-repeat left top;
	padding: 0px 0px 0px 9px;
	color: #00419E;
	text-decoration: none;
}
#submenu h4 a#current {
	background:  url("../images/layout/bull1_over.gif") no-repeat left top;
	color: #00419E;
}
#submenu h5 {
	margin: 0;
	padding: 0 30px 0 18px;
	color: #666666;
	font-weight: normal;
	font-size: 1em;
}
#submenu h5 a {
	color: #666666;
	text-decoration: underline;
}
#submenu h5 a:hover {
	color: #00419E;
	text-decoration: underline;
}
#submenu h5 a#current {
	color: #00419E;
	text-decoration: none;
}
#submenu hr {
	height: 1px;
	margin: 5px 35px 5px 0px;
	_margin: 0px 35px 0px 0px;
	border: 0px none;
	background:  url("../images/layout/line_dotted.gif") no-repeat left top;
}
#submenu .separator {
	height: 1px;
	margin: 5px 35px 5px 0px;
	_margin: 5px 35px -8px 0px;
	border: 0px none;
	background: url("../images/layout/line_dotted.gif") no-repeat left top;
}
.lineDouble {
	background: url(../img/layout/line_double.gif) no-repeat left;
	height: 4px;
	margin: 2px 0px 2px 0px;
	_margin: -4px 0px -4px 0px;
}
.lineDotted {
	background:  url("../images/layout/line_dotted.gif") no-repeat left;
	height: 1px;
	margin: 4px 0px 4px 0px;
	_margin: -2px 0px -2px 0px;
}
#mainContent {
	float:left;
	width: 540px;
	padding: 10px;
	line-height: 140%;
}
#mainContent h1 {
	margin: 15px 0px 0px 0px;
	padding: 0;
	color: #4491D7;
	font-size: 1.5em;
	text-align: left;
	white-space: pre;
}
#mainContent h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	margin-bottom: 8px;
	color: #306493;
	font-size: 1.25em;;
	font-weight: bold;
	border-bottom: 1px solid #4C4C4C;
}
#mainContent h3 {
	padding: 0.8em 0px 0px 0px;
	margin: 0px 0 0.5em 0;
	/*margin-bottom: -1em;*/
	color: #306493;
	font-size: 1.2em;;
	font-weight: bold;
	/*border-bottom: 1px solid #002667;*/
}
#mainContent h3 a {
	float: right;
	margin-top: -18px;
	padding-left: 17px;
	background: url(../images/layout/bull_link.gif) no-repeat left bottom;
	text-decoration: underline;
	font-size: 0.9em;
	color: #1B6691;
}
#mainContent h4 {
	padding: 1em 0px 0px 0px;
	margin: 0px;
	color: #4C4C4C;
	font-size: 1.1em;;
	font-weight: bold;
}
#mainContent h4 a {
	padding-left: 17px;
	background: url(../images/layout/bull_link.gif) no-repeat left bottom;
	text-decoration: underline;
	font-size: 0.9em;
	color: #1B6691;
}
#mainContent h5 {
	padding: 0.3em 0px 0px 0px;
	margin: 0px;
	color: #4C4C4C;
	font-size: 1.1em;;
	font-weight: bold;
	font-style: italic;
}
#mainContent h6 {
	padding: 12px 0px 0px 0px;
	margin: 0.3em 0;
	background: url(../images/layout/line_dotted.gif) repeat-x;
	color: #4C4C4C;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
#mainContent h6 a {
	padding: 3px 7px 3px 7px;
	/*border-bottom: #4491D7 1px solid;*/
	border: #4491D7 1px solid;
	background: url(../images/layout/bc_button.gif) repeat-x center;
	text-decoration: none;
	text-transform: uppercase;
}
#mainContent img {
	padding: 1px;
	background: none;
	border: #13426E 1px solid;
}
#mainContent a {
	/*padding-left: 17px;
	background: url(../images/layout/bull_link.gif) no-repeat left bottom;*/
	text-decoration: underline;
	/*font-size: 0.9em;*/
	font-weight: bold;
	color: #1B6691;
}
.blockNews {
	float: left;
	padding: 10px;
	background: #EAEAEA;
	border-top: #B1B1B1 1px solid;
	border-bottom: #B1B1B1 1px solid;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	line-height: 100%;
}
.blockNews h5 {
	margin: 0;
	margin-bottom: 0px;
	padding-left: 10px;
	color: #065584;
	font-size: 1.5em;
	text-transform: uppercase;
}
.blockNews .title {
	margin-top: 10px;
	padding-top: 5px;
	border-top: #B1B1B1 1px solid;
	font-weight: bold;
}
.blockNews img {
	border: #B1B1B1 1px solid;
}
/*#mainContent ul {
	list-style:  url("../images/layout/bull1.gif");
	margin-top: 0;
}*/
.block {
	border: 2px solid #77838E;
	background: #FFF;
	/*line-height: 100%;
	margin-top: 10px;*/
}
.blockHeader {
	background: #77838E url(../images/layout/bc_block.gif) no-repeat top right;
	padding: 3px 5px 5px 5px;
	color: White;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
.blockContent {
	padding: 7px;
}
.block h5 {
	/*border-top: 1px solid #DBD7CE;*/
	background: #FFF;
	color: #9C835F;
	font-size: 1.1em;
	font-weight: bold;
}
.blockContent hr {
	border: 1px solid #E9E8E3;
}
.blockButtons {
	margin: 10px 0 10px 0;
	padding: 5px;
	border-top: #1B6691 1px dotted;
	border-bottom: #1B6691 2px solid;
	text-align: center;
}
.separator {
	height: 1px;
	margin: 5px 0px 5px 0px;
	_margin: 5px 0px -8px 0px;
	border-top: #D4D4D4 1px solid;
	/*background: #D4D4D4 url("../images/layout/line_dotted.gif") no-repeat left top;*/
}
.pictleft, .pictright, .pictnone {
  	float: left;
	/*width: 160px;*/
  	margin: 0 10px 10px 0;
  	padding: 0px;
  	text-align: center;
  	/*background: #FCFCFC url(../img/layout/bc_pict.gif) repeat-x top left*/;
  	/*border: 1px solid #002667;*/
}
.pictright {
   float: right;
   margin: 0 0 10px 10px;
}
.pictnone {
   float: none;
   margin: 10px 0 10px 0;
}
.pictShadow {
	clear: both;
	float:left;
	background:  url("../images/layout/shadow.gif") no-repeat bottom right;
	margin: 3px 0 0 4px;
}

.pictShadow div {
  background:  url("../images/layout/shadow2.png") no-repeat left top !important;
  background:  url("../images/layout/shadow2.gif") no-repeat left top;
  float: left;
  padding: 0px 4px 0px 0px;
  _padding: 0px 4px 4px 0px;
}

.pictShadow img {
  /*background-color: #fff;*/
  border: 1px solid #a9a9a9;
  padding: 0;
  margin: 0;
}		 
.pictImg {
	border 1px solid #000000;
}
.pictDesc {
	text-align: center;
	color: #666666;
	font-size: 11px;
	font-style: italic;
}
.pictIncrease {
	float: right;
}
.floatl {
	float: left;
	width: 47%;
	padding-right: 10px;
	/*border-right: #B1B1B1 1px solid;*/
}
.floatr {
	float: left;
	width: 47%;
	padding-left: 10px;
}
.textonly {
	display : none;
}

/* Ukonceni bloku */
.clear {
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
.underline {text-decoration: underline;}
.strikethrough {color: #888; text-decoration: line-through;}
.center {text-align: center;}
.right {
	text-align: right;
}
.tableCenik {
	margin: 0 auto;
	font-size: 0.9em;
	color: #123F69;
	text-align: center;
}
.gallery {
	text-align: center;
}
.gallery img {
	margin: 2px;
}
.sub_block {
	margin: 20px 0 20px 0;
}
.sub_block .title {
	width: 218px;
	height: 23px;
	padding-top: 5px;
	background: url(../images/layout/bc_sub_block.gif) repeat-x;
	color: #1B77D4;
	font-size: 0.8em;
	text-align: center;
}
.sub_block .content {
	margin: -15px 0 0px 28px;
	color: Gray;
}
.sub_block .content a, .sub_block .content a:hover, .sub_block .content a:visited {
	color: Gray;
	text-decoration: none;
}
.mceContentBody {background:#fff none;}