html{
	height: 100%;
}

#nonFooter {
	position: relative;
	width:1000px;
	min-height: 100%;
	/*padding-bottom: 56px;*/
	z-index:1;
	background:#2565b9;
}

* html #nonFooter {
	height: 100%;
}
#sun {
  float:left;
  position:absolute;
  top:0px;
  width:155px;
  height:135px;
  margin-left:-22px;
  padding:0px;
  background: url(../img/sun.png) no-repeat;
  z-index:6;
}
.rbcAdPosition {
    margin-bottom: 10px;
}
#contactBlock {
    overflow: visible;
}

body {
	height: 100%;       

	text-align: center;
	font: 0.80em Arial, Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #2565b9 url(../img/background.jpg) repeat-x top;
}
body a {
  color:#2565b9;
}

body a:hover {
  color:#d72f1d;
}
#body_bg {
	/*width: 100%;  */

	height: 100%;         
	/*border: 1px solid green;*/

	position:relative; 
}
#test
{
width:766px;
left:50%;
margin-left:-383px;
min-height:100%;
position:absolute;
background:#5C5C5C url(../img/background-gray_line.jpg) repeat-x scroll center top;
}


#graylines {
  width:1016px;
left:50%;
margin-left:-508px;
min-height:100%;
position:absolute;
background:#4687ce url(../img/background-gray_line.jpg) repeat-x scroll center top;
}

h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, cite, hr, fieldset, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}
/*ul{margin-left:20px;}*/
ul, li {
	list-style-type: disc;
	margin: 0 0 0 10px;
}
ol li {
	list-style: decimal outside none;
	list-style-type: decimal;
	margin:0;
        line-height: 1.6em;

}
ol ul{list-style-type: disc;}
ul ol{list-style-type: decimal;}

ol {
	margin-left: 25px;
}
.content ol li ol, .content ol li ul {
	margin-left: 0;
}
.content ol li {
	list-style: decimal outside none;
	list-style-type: decimal;
}
.content ol li ol {
	margin-left: 20px;
}

.content ul li ul {
	margin-left: 10px;
}
#middlezone .content ul li, #middlezone_wide .content ul li {
	background: url(../img/seda-hvezda.png) no-repeat 0 6px;
	padding:	5px 0 0px 0px;
}
#middlezone .content ul li ul li, #middlezone_wide .content ul li ul li {
	background: url(../img/seda_sipka.png) no-repeat scroll 0 7px;
	padding: 5px 0 0px 0px;
}
#leftzone .content ul li, #rightzone .content ul li {
	background: url(../img/seda-hvezda-tmave-bg.jpg) no-repeat 0 6px;
	padding:	5px 0 0px 0px;
}
#leftzone .content ul li ul li, #rightzone .content ul li ul li {
	background: url(../img/seda_sipka_dark.png) no-repeat 0 7px;
	padding: 5px 0 0px 0px;
}

table {
	margin: 6px 10px;
	border-collapse: collapse;
}
table tbody tr td {
	padding: 3px 7px;
	vertical-align: top;
	color: #1b1b1b;
}
table thead tr td {
	font-weight: bold;
	color: #1b1b1b;
}
#leftzone .description .description{
margin-left:0;
}
.modernTable thead tr td {
	background: #78A8E0;
	border: 1px solid #696969;	
	color: #fff;
        text-align: center;
}
.modernTable tbody tr td {
	border: 1px solid #696969;	
	color: #1b1b1b;
}
		
hr {
	height: 0;
	margin-left: 0;
	margin-right: 0;
	background: 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #d72f1d;
}

.hidden, #hidden {
	position: absolute;
	display: none;
}
.cleaner {
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.submitbox {
  border:none;
  overflow:hidden;
  width:66px;
  _width:60px;
  height:22px;
  margin-right:1px;
  padding:0px;
  float:right;
}

#fulltextSearch input.submit {
   	background: none;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding:0;
	display:block;
	width:64px;
	_width:60px;   
	height:20px;
	float:right;
	margin-top:1px;
	/*padding: 0 5px 0 5px;
	*padding: 0 8px 0 8px;*/
	font-weight: normal;
	font-size: 11px;
	text-align:center;
	cursor: pointer;	
  /* width: 0;*/
   overflow: hidden;
}
#fulltextSearch input.submit:hover {
 background:#6b9ddd;/*url(../img/searchbutton-hover.jpg) repeat-x; */
font-weight:normal;
}
/*input.submit {
	background: none;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding:0;
	display:block;
	width:64px;
	_width:60px;   
	height:20px;
	float:right;
	margin-top:1px;

	font-weight: normal;
	font-size: 11px;
	text-align:center;
	cursor: pointer;	

   overflow: hidden;
}*/
/*.submit[class] {  /* IE ignores [class] */
 /*   width: auto;
}*/
.submit:hover, input.submit:hover{
background:url(../img/btn_bg_hover.jpg) repeat-x;
font-weight:normal;
}
/*.submit:hover {
	background: url(../img/btn_bg_hover.png) repeat-x;
	height: 22px;
	border: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 0 5px;
	*padding: 0 8px 0 8px;
	font-weight: bold;
	cursor: pointer;	
  width: 0; 
  overflow: visible;
}*/
/*.submit[class]:hover {  /* IE ignores [class] */
 /*   width: auto; 
}*/

/* ---------- vzhled textu ------------------ */

blockquote {
	color: #d72f1d;
	font-style: italic;
	padding: 10px;
	margin: 5px;
}
h1 {
		color:#dc5f43;
	font-size: 1.4em;	
	font-style: none;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 1.4em;
}
h2 {
	color:#dc5f43;
	font-size: 1.4em;	
	font-style: none;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	line-height: 1.4em;
}
h3 {
	font-size: 16px;
	font-family:arial;
	font-weight:italic;
	color: #2565b9;
	padding-bottom: 8px;
  padding-top: 0px;
}
h4 {
	font-size: 14px;
	font-family:arial;
	font-weight:normal;
	color: #2565b9;
	padding-bottom: 8px;
  padding-top: 0px;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	color:#2565b9;
}
h6 {
	font-size: 1em;
}

/* ---------- vzhled textu ------------------ */


.rbcReplaceTextColor {
	font-size: 0.85em;
}
.emptyBlockContent .rbcReplaceTextColor {
  font-size: 1em !important;
}

/* --------- waiting -------------------------- */

#waitingTable {
	width: 100%; 
	height: 100%; 
}
#waitingTable td {
	height: 100px;
	text-align: center;
	vertical-align: middle;
}

/* --------- waiting -------------------------- */


#site {
	width: 1000px;
  height: 100%;    
  min-height:100%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	/*padding-left:8px;   */
	position: relative;
/*	min-height: 100%;  */
/*background: #5c5c5c url(../img/background-gray_line.jpg) repeat-x top;    */
}
#headerbox {
  position: absolute;
  top:104px;
  width: 973px;
	height: 197px;
	/*border:1px solid white;*/
	margin: 0;
	margin-left:14px;
	padding: 0;
}
#header {  
         
	width: 973px;
	height: 197px;
  /*border: 1px solid white;  
	position: absolute;
	top:104;
	margin: 0;
	margin-left:14px;
	padding: 0;*/
	overflow: hidden;
}
#logozone {
  /*border:1px solid yellow;*/
	width: 973px;
	height: 75px;
	position: absolute;
	top: 29px;
	left: 14px;
	z-index: 5;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #000000 url(../img/logozone_bg.jpg) no-repeat;
}
#logozone #logo {
  color:#ffffff;
	font-size: 24px;
	font-weight: bold;
		/*font-style: italic;*/
	max-height: 75px;
	_height: expression(this.scrollHeight > 75? "75px" : "auto" );
	line-height: 1em;
	overflow: hidden;
	padding: 20px 15px 0 15px;
	text-align:right;

}
#logozone #logo a {
	color: #ffffff;
	text-decoration: none;
}
#logozone #logo a:hover {
  color: #ffffff;
	/* color: #005066; */
	text-decoration: none;
}
#logozone #logo img {
	border: none;
	margin: -20px -15px 0;
}
#moto {
  font-family:Arial;
	font-size: 20px;
	padding: 0 0 0 15px;
	color: #FFFFFF;
	font-weight: bold;
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	z-index:5;
	width:470px;
	overflow:hidden;
         text-align: right;
}
#header .illustration {
	position: relative;
	width: 973px;
	height: 197px;
	overflow: hidden;
	z-index: 0;
}


/* ------------ menu ------------------------- */
#menu-line   {
	position: absolute;
	top: 301px;
	margin-left:14px;
	width:973px;
	height:17px;
	background:url(../img/menu-line.png) ;
}
#menuzone {
	width: 973px;
	height: 45px;
	background:#000 url(../img/menu.png) repeat-x;   
	margin: 0;
	margin-left:14px;
	padding: 0;
	position: absolute;
	top: 318px;
/*	border:1px solid gold;*/
	text-align:center;
}
#menuzone #templatezone4 {
  margin-top: -32px;
}

#menuId {
	height: 45px;
/*	margin: 0 10px 0 10px;
	_margin: 0 5px 0 5px;*/
	margin:0px;
	padding:0px;
	float: left;
	z-index: 100;
}
#menuId ul {
	margin: 0;
	padding: 0; 
	z-index: 100;
	  width: 215px;
}
#menuId ul li {
  width:auto;
  border:none;
  overflow:hidden;
  padding:0;
  width: 215px;
  height:auto;
}
#menuId li {      
	margin: 0;
	padding: 0; 
        border-right:2px solid #2565B9;
	list-style-type: none;
	z-index: 100;

}

/* first level */
#menuId li, #menuId a {
	float: left;
	display: block; 
	z-index: 100;
}
#menuId a {
	display: block;
	
/*	padding: 0 15px 0 40px;*/
	padding: 0 15px 0 15px;
	line-height: 45px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background:#d9351d url(../img/menu-a.png) no-repeat;
	/*border-top:1px solid #f6b58e;*/
	z-index: 100;
	_height:46px;
	_float:left;

}
#menuId ul .selected , #menuId ul .activeSelected{
background: #000;
}
#menuId a:hover, #menuId a.menu_open, #menuId .selected a, #menuId .activeSelected a{
	background: #EE8252; /*url(../img/hvezda-hover.gif) no-repeat 10px 12px;*/ 
	z-index: 100;
	color:#fff;
}
#menuId .selected ul a, #menuId .activeSelected ul a {
 background: #de401d url(../img/menu-ul-a.png) no-repeat 5px 10px; 
 color:#fff;
}

/* second level */
#menuId ul {
	visibility: hidden; 
	position: absolute;
	/*background-color: #027798;  */
	width: 215px;

	z-index: 100;
} 
#menuId ul a {
	width: 200px;
	height:auto;
	_width:225px;
  text-align:left;
	color: #FFFFFF;
	line-height: 1.5em;
	border:none;
	padding: 7px 10px 7px 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	background: #de401d; 
	z-index: 100;
}
#menuId ul a:hover, #menuId ul a.menu_open, #menuId ul.selected a, #menuId ul .activeSelected a {
	background: #EE8252;      
	z-index: 100;
	color:#fff;
}
/* ------------------------- class menu ------------------------------ */

/* reset default styles */
#leftzone .menu {
	margin: 0px;
	float: left;
	font-size: 1.15em;
}
#leftzone .menu ul {
	margin: 0 0 0 15px;
	padding: 0; 
}
#leftzone .menu li { 
  width: 205px; 
  display:block;
}
#leftzone .menu ul li {
  width:auto;
  border:none;
  overflow:hidden;
  padding:0;
  width: 152px;
  height:auto;
  /*background: #de401d;*/
}

#leftzone .menu ul li a {
  width:auto;
  border:none;
}
/* first level */
#leftzone .menu li, .menu a {
	float: left;
	display: block; 
	z-index: 100;
  margin: 0;
}
#leftzone .BoxMenu .menu a {
	display: block;
	margin: 0px;
	padding: 0 10px 0 10px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	z-index: 100;
}
#leftzone .BoxMenu .menu a:hover, #leftzone .BoxMenu .menu .selected a, #leftzone .BoxMenu .menu .activeSelected a {
	color: #000000;
	text-decoration: none;
}
#leftzone .BoxMenu .menu .selected a:hover, #leftzone .BoxMenu .menu .activeSelected a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#leftzone .BoxMenu .menu .selected .level1 a, #leftzone .BoxMenu .menu .activeSelected .level1 a,
#leftzone .BoxMenu .menu .selected .level2 a, #leftzone .BoxMenu .menu .activeSelected .level2 a,
#leftzone .BoxMenu .menu .selected .level3 a, #leftzone .BoxMenu .menu .activeSelected .level3 a,
#leftzone .BoxMenu .menu .selected .level4 a, #leftzone .BoxMenu .menu .activeSelected .level4 a,
#leftzone .BoxMenu .menu .selected .level5 a, #leftzone .BoxMenu .menu .activeSelected .level5 a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftzone .BoxMenu .menu .selected .level1 a:hover, #leftzone .BoxMenu .menu .activeSelected .level1 a:hover,
#leftzone .BoxMenu .menu .selected .level2 a:hover, #leftzone .BoxMenu .menu .activeSelected .level2 a:hover,
#leftzone .BoxMenu .menu .selected .level3 a:hover, #leftzone .BoxMenu .menu .activeSelected .level3 a:hover,
#leftzone .BoxMenu .menu .selected .level4 a:hover, #leftzone .BoxMenu .menu .activeSelected .level4 a:hover,
#leftzone .BoxMenu .menu .selected .level5 a:hover, #leftzone .BoxMenu .menu .activeSelected .level5 a:hover {
	color: #000000;
	text-decoration: none;
}
#leftzone .BoxMenu .menu .selected .level1 .selected a, #leftzone .BoxMenu .menu .activeSelected .level1 .activeSelected a,
#leftzone .BoxMenu .menu .selected .level2 .selected a, #leftzone .BoxMenu .menu .activeSelected .level2 .activeSelected a,
#leftzone .BoxMenu .menu .selected .level3 .selected a, #leftzone .BoxMenu .menu .activeSelected .level3 .activeSelected a,
#leftzone .BoxMenu .menu .selected .level4 .selected a, #leftzone .BoxMenu .menu .activeSelected .level4 .activeSelected a,
#leftzone .BoxMenu .menu .selected .level5 .selected a, #leftzone .BoxMenu .menu .activeSelected .level5 .activeSelected a {
	color: #FFFFFF;
	text-decoration: none;
}
#leftzone .BoxMenu .menu .selected .level1 .selected a:hover, #leftzone .BoxMenu .menu .activeSelected .level1 .activeSelected a:hover,
#leftzone .BoxMenu .menu .selected .level2 .selected a:hover, #leftzone .BoxMenu .menu .activeSelected .level2 .activeSelected a:hover,
#leftzone .BoxMenu .menu .selected .level3 .selected a:hover, #leftzone .BoxMenu .menu .activeSelected .level3 .activeSelected a:hover,
#leftzone .BoxMenu .menu .selected .level4 .selected a:hover, #leftzone .BoxMenu .menu .activeSelected .level4 .activeSelected a:hover,
#leftzone .BoxMenu .menu .selected .level5 .selected a:hover, #leftzone .BoxMenu .menu .activeSelected .level5 .activeSelected a:hover {
	color: #000000;
	text-decoration: none;
}


#leftzone .BoxMenu .menu {
	margin: 8px 0 0 0;
	padding: 0;
}
#leftzone .BoxMenu .menu li {
	list-style: none;
}
/* druha uroven */
#leftzone .BoxMenu .menu li ul {
  display: none;
  _display: block;
}
#leftzone .BoxMenu .menu li:hover ul {
  display: block;
}
/* treti uroven */
#leftzone .BoxMenu .menu li:hover ul li ul {
  display: none;
  _display: block;
}
#leftzone .BoxMenu .menu li:hover ul li:hover ul {
  display: block;
}
/* ctvrta uroven */
#leftzone .BoxMenu .menu li:hover ul li:hover ul li ul {
  display: none;
  _display: block;
}
#leftzone .BoxMenu .menu li:hover ul li:hover ul li:hover ul {
  display: block;
}
/* pata uroven */
#leftzone .BoxMenu .menu li:hover ul li:hover ul li:hover ul li ul {
  display: none;
  _display: block;
}
#leftzone .BoxMenu .menu li:hover ul li:hover ul li:hover ul li:hover ul {
  display: block;
}

#leftzone .BoxMenu .menu li li {
	margin-left: 10px;
}

#leftzone .BoxMenu .menu li.open ul, #leftzone .BoxMenu .menu li.selected ul {
    display: block;
}
#leftzone .BoxMenu .menu li.open ul ul, #leftzone .BoxMenu .menu li.selected ul ul {
    display: none;
    _display: block;
}
#leftzone .BoxMenu .menu li.open ul li.open ul, #leftzone .BoxMenu .menu li.selected ul li.selected ul {
    display: block;
}
/* ------------ menu ------------------------------ */


/* ------------ navigator -------------------- */
#navigator {
	overflow: hidden;
	background-color: #4d83c6;
	margin-left: 2px; 
	margin-bottom:2px;
	
	float:left;
	width:766px;
	
	/*padding: 15px 0 0 0;*/
	/*font-size: 0.9em;*/
	color:  #eefdf8;
}

#pageNavigator {
	/*padding: 10px 0 10px 35px;*/
	margin-top:10px;
	margin-left:15px;
	padding: 0 0 10px;
	float: left;
	overflow: hidden;
	width:569px;
	_width:570px;
}
#pageNavigator span {
	padding-left: 3px;
	padding-right: 3px;
}
#pageNavigator #navCurrentPage {
	color: #eefdf8;
	font-weight: bold;
}
#pageNavigator a, #pageNavigator a:visited {
	color: #eefdf8;
	text-decoration: underline;
}
#pageNavigator a:active, #pageNavigator a:hover {
  color:#D72F1D;
	text-decoration: underline;
}

/* ------------ navigator -------------------- */
/* --------- languageSelect ----------------- */

#languageSelect {
	padding: 0 30px 0 0;
	width: 115px; 
	_width: 145px;
	float: right;
	overflow: hidden;
}
#languageSelectBody {
	text-align: right;
	margin: 12px 0;
	_margin: 23px 0 0 0;
}
#languageSelect ul {
    display: none;
}
#languageFlags {
	float:right;
	margin-bottom: 10px;
	_margin-bottom: 0;
}
#languageSelect #languageFlags a {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 7px;
	 _margin-bottom: 0;
    background: transparent center center no-repeat;
}
#languageList {
	color: #9B9B9B;
}
#languageList a, #languageList a:visited {
	color: #ADC4E2;
	text-decoration: underline;
}
#languageList a:active, #languageList a:hover {
	color: #ED6B1D;
	text-decoration: underline;
}
.languageSelectbox {

	color: #1b1b1b;
	font-size: 1em;
	min-width: 100px;
	padding: 1px;
	margin: -2px 0 -2px 0;
}
/* --------- languageSelect ----------------- */



#telo {
	width: 1000px;
	background: #2565b9 /*url(../img/background-gray_line.jpg) repeat-x top*/;
	color: #1b1b1b;
	padding: 346px 0 56px 0; /*prekontrolovat ! */
	margin: 0;
	overflow: hidden;
	clear: left;
}
#middlezone {
	width: 544px;
	_width: 584px;
	background:#eefdf8;
	/*border:1px solid white;*/
	float: left;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 15px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	overflow: hidden;
}
#middlezone #content {
	padding: 0 /*12px 10px 12px*/;
	overflow: hidden;
}

#middlezone_wide {
	width: 726px;  
	_width: 766px;
	float: left;
	margin: 0;
	margin-left:2px;
	background:#eefdf8 url(../img/middlezone_wide_bottomwave.png) right bottom no-repeat;;
	/*margin-top:398px;*/
	padding: 0;
	padding-left:20px;
	padding-right:20px;
	padding-top:15px;
	padding-bottom:30px;
	overflow: hidden;
	/*border: 1px solid silver;*/
}

#primaryContent{

overflow:visible;
}
/*#middlezone_wide_bottomwave {
  width:517px;
  height:32px;
  background: url(../img/middlezone_wide_bottomwave.png) right no-repeat;
} */
#middlezone_wide #content {
	padding-bottom: 10px;
	overflow: hidden;
}

#middlezone .nadpis, #middlezone h1{
  color:#dc5f43;
	/*width: 298px;
	_width: 358px;*/
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	/*font-weight: bold;*/
		font-style: none;
	padding-left: 0px;
	padding-bottom: 5px;
	line-height: 1.4em;
}
#middlezone_wide .nadpis, #middlezone_wide h1 {
  color:#dc5f43;
	/*width: 488px;
	_width: 548px;*/
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	/*font-weight: bold;*/
		font-style: none;
	padding-left: 0px;
	padding-bottom: 5px;
	line-height: 1.4em;
}




#leftB {
	width: 353px;
	float: left;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#leftB #contentLeftB {
	padding: 0 0 10px 0;
	/*margin: 0 0 0 10px; */
	overflow: hidden;
}
#leftB #contentLeftB p {
	padding: 5px 5px 5px 0px;
}
#leftB .nadpis, #leftB h1, {
	width: 210px;
	_width: 220px;
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height: 1.4em;
}


#rightB {
	width: 353px;
	float: left;
	padding: 0;
	margin: 0 0px 0 19px;
	overflow: hidden;
}
#rightB #contentRightB {
	padding: 0 0 10px 0;
	margin: 0 0 0 0px;
	overflow: hidden;
}
#rightB #contentRightB p {
	padding: 5px 5px 5px 0px;
}
#rightB .nadpis, #rightB h1, {
	width: 210px;
	_width: 220px;
	background: url(../img/nadpis_bg_w.png) no-repeat left bottom;	
	font-size: 1.4em;
	font-weight: bold;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height: 1.4em;
}


#middlezone_wide .Box .content, #middlezone .Box .content, #middlezone_wide #leftB .Box .content, #middlezone_wide #rightB .Box .content {
	/*padding: 5px 10px 5px 10px;    */
}
#middlezone_wide .Box .content p, #middlezone .Box .content p {
/*	padding: 5px 0 5px 0;  */
}
#middlezone_wide #leftB .Box .content p, #middlezone_wide #rightB .Box .content p {
	/*padding: 5px 0 5px 0;  */
	overflow: hidden;
}

#middlezone_wide .Box h3 a, #middlezone .Box h3 a {
	color: #2565b9;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}
#middlezone_wide .Box h3 a:hover, #middlezone .Box h3 a:hover {
	color: #ED6B1D;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

.Box {
	margin-bottom: 10px;
	overflow: hidden;
}

.box p {
	padding: 0 0 10px 10px;
	overflow: hidden;
}
.box p img {
	overflow: hidden;
}

#content p {
	padding: 0 0 0px 0px;
  padding-bottom:10px; 
	overflow: hidden;
}
#content p img {
	overflow: hidden;
	padding-right:5px;
}

/* ------------ zpetny odkaz ----------------- */

#content .backLink {
/*	margin: 10px 0 5px;    */
	
	text-align: left;
}
#contentLeftB .backLink, #contentRightB .backLink {
	margin: 10px 0 5px 0px;
	
	text-align: left;
}
.backLinkB {
	margin: 10px 0 5px 0px;
	text-align: left;
}

.Box .backLink {
/*	margin: 10px 0 0 0; */
	padding-left: 0px;
	text-align: left;
}
.backLink a, .Box .backLink a, .backLinkB a {
	text-decoration: underline;	
	color: #133A6E;
	font-weight: bold;
}
.backLink a:hover. .Box .backLink a:hover, .backLinkB a:hover {
	color: #d72f1d;
	text-decoration: underline;
	font-weight: bold;
}

/* ------------ zpetny odkaz ----------------- */

/* ------------ faq -------------------------- */
.question {
	padding: 0 0 0 0px;
}
#leftzone .question, #rightzone .question {
	padding: 0;
}
.question .dotaz {
	background: url(../img/seda-hvezda.png) no-repeat 0 3px;
	color: #2565b9;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 0px;
}
#leftzone .Box .content .question .dotaz, #rightzone .Box .content .question .dotaz {
	background: url(../img/seda-hvezda-tmave-bg.jpg) no-repeat 0 4px;
	color: #d72f1d;
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 5px 0px;
}
.question .odpoved {
	padding: 0 0 5px 0px;
	overflow: hidden;
}
#middlezone .question .odpoved, #middlezone_wide .question .odpoved {
	padding: 0 0 5px 0px;
	overflow: hidden;
}
#middlezone_wide #leftB .question .odpoved, #middlezone_wide #rightB .question .odpoved {
	padding: 0 0 5px 0px;
	overflow: hidden;
}
#leftzone .question .odpoved, #rightzone .question .odpoved {
	padding: 0 0 5px 0;
	overflow: hidden;
}
#leftzone .question .odpoved h1, #rightzone .question .odpoved h1 {
	background: none;
	padding: 0;
}
/* ------------ faq -------------------------- */

/* ------------ clanky ----------------------- */

.article {
	/*padding: 0 0 0 10px;   */
	margin: 0 0 10px 0;
}
.article .nazev {
	background: url(../img/seda-hvezda.png) no-repeat left top;
	color: #d72f1d;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	padding:0;
/*	padding: 0 0 0 20px;   */
}
/*.nazev a {
	color: #d72f1d;
} */
.nazev a:hover {
	color: #d72f1d;
}
.article .text {
	padding: 0;
	margin: 5px 0 0 0;
	overflow: hidden;
}
.Box .article .text p {
	padding-top: 7px;
	
}
.article ins {
	padding: 0 0 0 0px;
	color: #d7e2ef;
	font-size: 0.9em;
	text-decoration: none;
	margin-bottom: 5px;
}
.article .linkMore {
	padding: 0 0 0 20px;
	margin: 0;
	visibility: hidden;
}



#rightB .article .text, #leftB .article .text {
	padding: 0 0 5px 0px;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#rightB .Box .article .text p, #leftB .Box .article .text p {
	padding-top: 7px;
	margin-left: -10px
}


#leftzone .article, #rightzone .article {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
#leftzone .Box .content .article .nazev {
	background: none;
	color: #d72f1d;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	padding: 0;
}

#leftzone .article .text, #rightzone .article .text {
	padding: 0 0 5px 0;
	margin: 0px 0 0 0;
	overflow: hidden;
}
#leftzone .article .text{
margin-left:10px;
}
#leftzone .article .text p, #rightzone .article .text p {
	padding-top: 7px;
}
 #rightzone .article ins {
  padding: 0 0 0 0;
	color: #888;

	text-decoration: none;
	margin-bottom: 5px;
 }
#leftzone .article ins {
	padding: 0 0 0 0;
	color: #d7e2ef;

	text-decoration: none;
	margin-bottom: 5px;
}
#leftzone .article ins{
 margin-left:10px;
}
#leftzone .article .linkMore, #rightzone .article .linkMore {
	padding: 0 0 0 0;
	margin: 0;
	visibility: hidden;
}
#leftzone .pagingInfo, #rightzone .pagingInfo {
	margin: 10px 0 10px 0;
}
#leftzone .linkBlock, #rightzone .linkBlock  {
	margin: 10px 0 0 0;
}
.linkBlock {
	font-size: 0.9em;
}



#middlezone .article .text, #middlezone_wide .article .text {
	padding: 0 0 5px 0px;
	margin: 5px 0 0 0;
	overflow: hidden;
	line-height: 1.2em;
}
#middlezone .articleDetail .text, #middlezone_wide .articleDetail .text {
	padding: 0 0 5px 0px;
	margin: 5px 0 0 0;
	overflow: hidden;
}
#middlezone .articleDetail ins, #middlezone_wide .articleDetail ins {
	padding: 0 0 0 0px;
	color: #888888;

	text-decoration: none;
	margin-bottom: 5px;
}

#middlezone .Box .article .text p, #middlezone_wide .Box .article .text p {
	padding-top: 7px;
	/*margin-left: -10px*/
}
#middlezone .article ins, #middlezone_wide .article ins {
	padding: 0 0 0 0px;
	color: #888888;

	text-decoration: none;
	margin-bottom: 5px;
}

.rbcBookmarks {
	padding-bottom:20px;
}
#leftB .rbcBookmarks, #rightB .rbcBookmarks {
	margin: 10px 0 0 30px;
}

#leftB .articleDetail .rbcBookmarks, #rightB .articleDetail .rbcBookmarks {
	margin: 10px 0 0 20px;
}


.rbcTags {
	margin-bottom: 20px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding: 5px 0;
}
#leftB .rbcTags, #rightB .rbcTags {
	margin-left: 30px;
	margin-top: 5px;
}
.rbcTags h4 {
  padding:0 5px 0 0;
	color: #1B1B1B; 
	float: left;
	font-size: 1.1em;
}
#leftB #contentLeftB .rbcTags h4, #rightB #contentLeftB .rbcTags h4 {
	color: #d72f1d; 
	float: left;
	font-size: 1.1em;
	margin-right: 5px;
}
.rbcTags .tags,.rbcTags p {
	color: #CDCDCD;
	padding:0px;
}
#content .rbcTags .tags,#content .rbcTags p {
color: #CDCDCD;
padding:0px;
}
#leftB #contentLeftB .rbcTags p.tags, #leftB #contentLeftB .rbcTags p.tags {
	padding: 0;
	color: #CDCDCD;
}
.rbcTags a {
	color: #2565B9;
	text-decoration: underline;
}
.rbcTags a:hover {
	color: #ED6B1D;
	text-decoration: underline;
}

.rbcWidgetArea {
	margin-top: 10px;
}
#menuzone .rbcWidgetArea {
  margin-top: 0;
}
/* ------------ clanky ----------------------- */

/* ------------ mapa stranek ----------------- */
.ServerMap {
	padding: 0 0 0 0px;
	list-style-type: none;
	font-size: 1.1em;
	margin-left: 0px;
}
.ServerMap li {
	padding: 3px 0 0 0;
	list-style-type: none;
	margin:0;
}
.ServerMap ul li{
list-style-image:url(../img/servermapli.png);
margin: 0 0 0 10px;
}
.ServerMap a {
	background: url(../img/seda-hvezda.png) no-repeat left top;
	padding: 0 0 0 0px;
	color: #D72F1D;
	text-decoration: underline;
	font-weight:bold;
}
.ServerMap a:hover {
	color: #ED6B1D;
	
}
.ServerMap .level1 {
	padding: 0 0 0 0px;
	font-size: 0.9em;
}
.ServerMap .level2, .ServerMap .level3, .ServerMap .level4, .ServerMap .level5, .ServerMap .level6, .ServerMap .level7, .ServerMap .level8, .ServerMap .level9 {

	font-size: 1em;
}
.ServerMap .level1 a, .ServerMap .level2 a, .ServerMap .level3 a, .ServerMap .level4 a, .ServerMap .level5 a, .ServerMap .level6 a, .ServerMap .level7 a, .ServerMap .level8 a, .ServerMap .level9 a {
	background: url(../img/seda_sipka.png) no-repeat 0 5px;
	padding: 0;
	color: #1b1b1b;
	text-decoration: underline;
	display:block;
}
.ServerMap .level1 a:hover, .ServerMap .level2 a:hover, .ServerMap .level3 a:hover, .ServerMap .level4 a:hover, .ServerMap .level5 a:hover, .ServerMap .level6 a:hover, .ServerMap .level7 a:hover, .ServerMap .level8 a:hover, .ServerMap .level9 a:hover {
	color: #ED6B1D;
}

/* ------------ mapa stranek ----------------- */

/* ------------ diskuze ---------------------- */

.diskuze {
	overflow: hidden;
	margin: 0 0 10px 0px;
}
#leftzone .diskuze, #rightzone .diskuze {
	margin: 0 0 10px 0;
	overflow: hidden;
}
#leftzone .diskuze{
margin-left:10px;
}
.diskuze fieldset {
	border: 1px solid #c1d3eb;
	background-color: #eceff2;
	padding: 10px;
	margin: 0;
}
.diskuze label {
	color: #000;
	padding: 0;
	font-weight: bold;
	width: 90px;
	margin-left: 10px;
	float: left;
}
#leftzone .diskuze label, #rightzone .diskuze label {
	color: #000;
	padding: 0;
	font-weight: bold;
	width: 90px;
	margin-left: 5px;
	float: left;
}
#leftB .diskuze label, #rightB .diskuze label  {
	color: #000;
	padding: 0;
	font-weight: bold;
	width: 60px;
	margin-left: 5px;
	float: left;
}
.diskuze label.wrong {
	color: #d72f1d;
}
#leftzone .diskuze label.wrong, #rightzone .diskuze label.wrong {
	color: #d72f1d;
}
#leftB .diskuze label.wrong, #rightB .diskuze label.wrong {
	color: #d72f1d;
}

#middlezone_wide .diskuze #postAuthor, #middlezone_wide .diskuze #postTitle, #middlezone_wide .diskuze #postEmail {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	height: 1.5em;
	width: 250px;
	margin: 0 0 5px 0;
	color: #000;

	left: 0px;
	float: left;
}
#middlezone .diskuze #postAuthor, #middlezone .diskuze #postTitle, #middlezone .diskuze #postEmail {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	height: 1.5em;
	width: 185px;
	margin: 0 0 5px 0;
	color: #000;

	left: 0px;
	float: left;   
}

#leftB .diskuze #postAuthor, #leftB .diskuze #postTitle, #leftB .diskuze #postEmail, #rightB .diskuze #postAuthor, #rightB .diskuze #postTitle, #rightB .diskuze #postEmail {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	height: 1.5em;
	width: 94%;
	margin: 0 0 5px 5px;
	color: #000;

	left: 0px;
	float: left;
}

#leftzone .diskuze #postAuthor, #leftzone .diskuze #postTitle, #leftzone .diskuze #postEmail {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	height: 1.5em;
	width: 94%;
	margin: 0 0 5px 5px;
	color: #000;

	left: 0px;
	float: left;
}
#rightzone .diskuze #postAuthor, #rightzone .diskuze #postTitle, #rightzone .diskuze #postEmail {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	height: 1.5em;
	width: 115px;
	margin: 0 0 5px 5px;
	color: #000;

	left: 0px;
	float: left;
}


.diskuze input.wrong {
	border: 1px solid #d72f1d;
}
#middlezone_wide .diskuze #postAuthor.wrong, #middlezone_wide .diskuze #postTitle.wrong, #middlezone_wide .diskuze #postEmail.wrong {
	border: 1px solid #d72f1d;
}
#middlezone .diskuze #postAuthor.wrong, #middlezone .diskuze #postTitle.wrong, #middlezone .diskuze #postEmail.wrong {
	border: 1px solid #d72f1d;
}
#middlezone .diskuze #postAuthor.wrong, #middlezone .diskuze #postTitle.wrong, #middlezone .diskuze #postEmail.wrong {
	border: 1px solid #d72f1d;
}
#leftzone .diskuze #postAuthor.wrong, #leftzone .diskuze #postTitle.wrong, #leftzone .diskuze #postEmail.wrong {
	border: 1px solid #d72f1d;
}
#rightzone .diskuze #postAuthor.wrong, #rightzone .diskuze #postTitle.wrong, #rightzone .diskuze #postEmail.wrong {
	border: 1px solid #d72f1d;
}
#leftB .diskuze #postAuthor.wrong, #leftB .diskuze #postTitle.wrong, #leftB .diskuze #postEmail.wrong {
	border: 1px solid #d72f1d;
}
#rightB .diskuze #postAuthor.wrong, #rightB .diskuze #postTitle.wrong, #rightB .diskuze #postEmail.wrong {
	border: 1px solid #d72f1d;
}


.diskuze #postText {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	margin: 10px 5px 10px 5px;
	color: #000;
	width: 98%;
	_width: 100%;
	max-width: 98%;
	font: 1em/1.33em Arial, Tahoma, Verdana, sans-serif;
	overflow: auto; 
}
.diskuze #postText.wrong {
	border: 1px solid #d72f1d;
}
#leftzone .diskuze #postText, #rightzone .diskuze #postText {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	margin: 10px 5px 10px 5px;
	color: #000;
	width: 94%;
	_width: 95%;
	max-width: 94%;
	font: 1em/1.33em Arial, Tahoma, Verdana, sans-serif; 
}
#leftzone .diskuze #postText.wrong, #rightzone .diskuze #postText.wrong  {
	border: 1px solid #d72f1d;
}
.diskuze .submit , input.submit, .privateAccessForm .submit {
	background: url(../img/btn_bg.png) repeat-x;
	height: 22px;
	
	line-height: 20px;
	
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 0px 5px; 

	font-size: 11px;
	font-family:arial;
	cursor:hand;
	cursor:pointer;   
  
	border: none;
  _border:none;
}
.diskuze .submit:hover , input.submit:hover , .privateAccessForm .submit:hover {
	background: url(../img/btn_bg_hover.png) repeat-x;
	height: 22px;

	line-height: 20px;
	
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0;
	padding: 0 5px 0px 5px;

		font-size: 11px;
	font-family:arial;
	cursor:hand;
	cursor:pointer;    
  border: none;
}
.diskuze .goBtn {
	float: right;
	margin-right: 10px;
	_margin-right:5px;
	_display:inline;
	_border: 1px solid #d72f1d;
/*	*margin-right: 0px;
	_margin-left: 0px;   */
}

.notFound {
	margin: 0;
}
#leftzone .notFound, #rightzone .notFound {
	margin: 0;
}
#leftzone .notFound{
margin-left: 10px;
}

.post {
	background: #eceff2;
	border: 1px solid #c1d3eb;
	height: auto;
	overflow: hidden;
	margin: 0 0 15px 120px;
	padding: 0;
	color: #1b1b1b;
}

.post .head {
	padding: 10px;
	font-size: 1.1m;
	font-weight: bold;
}
#content .post .head p, #leftB #contentLeftB .post .head p, #rightB #contentRightB .post .head p, #leftzone .post .head p, #rightzone .post .head p {
	margin: 0;
	padding: 0 0 0 0px;
}
.post .head h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin-left: 0px;
}
.post .head h3 span {
	color: #2565b9;
	text-decoration: none;
	font-size: 1em;
}
.post .head ins, .post .head em {
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
}
.post .text {
	background: #f7fbff;
	padding: 10px;
	font-size: 1em;
}
.post .reply {
	background: #f7fbff;
	padding: 0 15px 7px 15px;
	text-align: right;
}
.post .reply a {
	color: #2565b9;
	font-size: 0.9em;
	font-weight: bold;
	background: url(../img/seda-hvezda.png) no-repeat left;
	padding-left: 15px;
}
.reply a:hover {
	color: #d72f1d;
}
/* level1*/
.level-1 {
	margin-left: 0px;
}
#leftzone .level-1{
margin-left:10px;
}

/* level2 */
.level-2 {
	margin-left: 20px;
}
#leftzone .level-2{
margin-left:20px;
}
#rightzone .level-2{
margin-left:10px;
}


/*level3*/
.level-3 {
	margin-left: 50px;
}
#leftzone .level-3{
margin-left:30px;
}
#rightzone .level-3{
margin-left:20px;
}

/*level4*/
.level-4 {
	margin-left: 80px;
}
#leftzone .level-4{
margin-left:40px;
}
#rightzone .level-4{
margin-left:30px;
}

/*level5*/
.level-5 {
	margin-left: 110px;
}
#leftzone .level-5{
margin-left:50px;
}
#rightzone .level-5{
margin-left:40px;
}

.formError {
	margin-bottom: 15px;
	margin-left: 10px;
}
#middlezone .content .formError ul li, #middlezone_wide .content .formError ul li, #leftzone .content .formError ul li, #rightzone .content .formError ul li {
	background: none;
	padding:3px 0 3px 0;
	font-weight: bold;
}
#middlezone .content .formError ul, #middlezone_wide .content .formError ul, #leftzone .content .formError ul, #rightzone .content .formError ul {
	margin-left: 0;
}
#leftB .formError, #rightB .formError, #leftzone .formError, #rightzone .formError {
	margin-bottom: 15px;
	margin-left: 5px;
}
#leftB #contentLeftB .formError p, #rightB #contentRightB .formError p {
	padding: 0 0 5px 0;
}
.formError span {
	color: #d72f1d;
}

/* ------------ diskuze ---------------------- */

/* ------------ vyhledavani ----------------- */

#search {
	border: 1px solid #abc3e4;
	background-color: #e6f1ff;
	height: auto;
	overflow: hidden;
	margin: 0 0 20px 0px;
	padding: 0;
	color: #CDCDCD;
	font-size: 0.9em;
}
#search table {
  margin: 0;
  padding: 0;
  width:100%;
  border-collapse: collapse; 
  _font-size: 1em;
  table-layout:fixed;
}
#search table tbody tr td {
  border: none;
  padding: 0 0 0 5px;
  text-align: left;
  vertical-align: middle;
} 

.btnTd{
width:67px;
}

#search legend {
	visibility: hidden;
	display: none;
}
#search form {
	margin: 0;
	padding: 15px 10px;
}
#search fieldset {
	padding: 0;
	margin: 0 0 0 0px;
	border: none;
}
#search label {
	margin:4px 7px 0 0;
  padding:0 0 5px;
	float:left;
}
#search #fulltextSearchTextResult {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	width: 165px;
	color: #000; 
	padding: 4px;
	_padding: 3px 3px 5px 3px;
	margin: 0;
	_height: 22px;
	font-size: 1em;
}
#search .submit, input.submit{
margin-top:0px;
height:22px;

}
#search #fulltextSearchTypeResult {
	border: 1px solid #c1c1c1;
	background-color: #fff;
	width: 165px;
	color: #000;
	padding: 3px;
	margin: 0;
	font-size: 1em;
}
#search .left {
	float: left;
	margin-right: 15px;
}
#search .right {
	float: right;
}
#search .right span {
	margin-left: 7px;
}
#middlezone #search .left {
	width: 100%;
}
#middlezone #search .right {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#leftB #search .left, #rightB #search .left {
	width: 100%;
}
#leftB #search .right, #rightB #search .right {
	float: left;
	width: 100%;
	margin-top: 10px;
}
#leftB #search .right span, #rightB #search .right span {
	float: left;
	margin-top: 10px;
	margin-left: 0;
}



.item {
	margin: 0 0 15px 0px;
	padding: 0 0 0 0px;
	background: url(../img/seda-hvezda.png) no-repeat left top;
}
#middlezone .item h2, #middlezone_wide .item h2 {
padding-bottom:0px;
}        
.item h2 a {
	color: #d72f1d;
	text-decoration: underline;
}
.item .uri {
	color: #888888;
	text-decoration: underline;
}
.item .uryvek {
	padding-top: 5px;
}
.item .size {
	color: #888888;
	font-size:11px;
	font-style:italic;
}
#leftB #contentLeftB .item p.size, #rightB #contentRightB .item p.size, #content .item p.size {
	padding: 5px 0 0 0;
}
.item a:hover {
	color: #d72f1d;
}

/* ------------ vyhledavani ----------------- */

/* ------------ produkty -------------------- */
#middlezone .products {
	padding: 0 0 0 0px;
	margin-bottom: 10px;
}
#middlezone_wide .products {
	padding: 0 0 0 0px;
	margin-bottom: 10px;
}
#leftzone .products, #rightzone .products {
	padding: 0 0 0 0;
	margin-bottom: 10px;
}
#leftB .products, #rightB .products {
	padding: 0 0 0 0;
	margin-bottom: 10px;
}
#middlezone .product, #middlezone_wide .product {
	padding: 0;
}

.products .nazev {
	background: url(../img/seda-hvezda.png) no-repeat left 4px;
	color: #d72f1d;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
}

	

}
#middlezone .products .linkMore, #middlezone_wide .products .linkMore, #leftB .products .linkMore, #rightB .products .linkMore {
	margin-left: 15px;
	visibility: hidden;
} 

.products .imgProduct {
	margin: 5px 0px;
	_margin: 5px 0px ;
	float: left;
	overflow: hidden;
}
/*
#leftB .products .imgProduct, #rightB .products .imgProduct {
	margin: 5px 10px 5px 0px;
	_margin: 5px 10px 5px 0px;
	overflow: hidden;
	width: 100%;
}
*/

.products td, .product td {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}
.products table, .product table {
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 0;
}
#middlezone .products .description, #middlezone_wide .products .description {
	margin-left: 135px;
	padding-left: 0px;
}
/*
#middlezone_wide #leftB .products .description, #middlezone_wide #rightB .products .description {
	float: left;
	margin: 5px 0 0 0px;
	_margin: 5px 0 0 0px;
	padding-left: 0;
}
*/
#middlezone .product .description, #middlezone_wide .product .description, #leftB .product .description, #rightB .product .description {
	margin-left: 0px;
	padding-left: 0px;
}
.description h3 {
	color: #d72f1d;
	font-size: 1.1em;
	margin-bottom: 8px;
}
#leftB .description h3, #rightB .description h3 {
	color: #d72f1d;
	font-size: 1.1em;
	margin-bottom: 8px;
	margin-left: 10px;
}
.description a {
	color: #CDCDCD;
	text-decoration: underline; 
}
.description a:hover {
	color: #d72f1d;
	text-decoration: underline;
}
#content .description p {
	overflow: hidden;
	padding: 0 0 10px 0;
}

.products p, .product p {
	overflow: hidden;
	padding: 0 0 10px 10px;
}
#leftB #contentLeftB .products p, #rightB #contentRightB .products p {
	padding: 3px 0 10px 15px;
}



/* ------------ produkty -------------------- */

/* ----------- detail produktu -------------- */

.product .imgProduct {
	margin: 0 10px 10px 0;
	text-align: center;
}

.imgProduct a, .imgProduct img {
	border: none;
}
.imgProduct img{
border:1px solid #2565b9; 
 }
#leftB .imgProduct a, #leftB .imgProduct img, #rightB .imgProduct a, #rightB .imgProduct img {
	border: none;
	margin-left: 0px;
}

/* ----------- detail produktu -------------- */

/* --------- fotogalerie 118px ------------ */

#middlezone .foto118 {
	padding: 0 0 0 0px;
	_padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
#middlezone .foto118 .fotka {
	float: left;
	margin: 0 9px 20px 9px;
	padding: 0;
	width: 118px;
}

#middlezone_wide .foto118 {

	margin: 0;
}

#middlezone_wide .foto118 .fotka {
	float: left;
	margin-top: 15px;
	padding: 0;
	width: 118px;
}

#middlezone_wide .fotka {
 margin-right:13px;
 margin-left:13px;
}

#rightB .foto118, #leftB .foto118 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#rightB .foto118 .fotka, #leftB .foto118 .fotka {
	width: 118px;
	float: left;
	margin: 0 0 0 55px;
	_margin: 0 10px 0 0;
	padding: 0;
}
#rightB .foto118 .fotka img, #leftB .foto118 .fotka img {
	margin: 0;
	padding: 0;
}

#rightzone .foto118 {
	margin: 0 0 10px 16px;
	padding: 0 0 0 0;
	width:118px;
}
#leftzone .foto118 {
	margin: 0 0 10px 38px;
	padding: 0 0 0 0;
	width:118px;
}

.fotka {
	margin: 0;
	padding: 0;
}
.foto118 .fotka div {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	height: 2.7em;
	overflow: hidden;
}
#leftzone .foto118 .fotka div, #rightzone .foto118 .fotka div {
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	height: 3.1em;
	overflow: hidden;
}
.foto118 .fotka div a {
	color: #888888;
	text-decoration: underline;
}
.foto118 .fotka div a:hover {
	color: #d72f1d;
	text-decoration: underline;
}
.fotka img, .fotka a{
	border: none;
	margin: 0;
	padding: 0;
}
.foto118 .fotka .photoImg, #leftzone .foto118 .fotka .photoImg, #rightzone .foto118 .fotka .photoImg {
	width: 118px;
	height: 118px;
	border: 1px solid #CDCDCD;
	overflow: hidden;
}
.foto118 .fotka .photoImg:hover, #leftzone .foto118 .fotka .photoImg:hover, #rightzone .foto118 .fotka .photoImg:hover {
  border: 1px solid #d72f1d;
}
.foto118 .fotka .photoImg table {
	width: 118px;
	height: 118px;
	margin: 0;
	padding: 0;
   overflow: hidden;
   cursor: pointer;
}
.foto118 .fotka td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
/* --------- fotogalerie 118px ------------ */

/* --------- fotogalerie 200px ------------ */

#middlezone_wide .foto200 {
	/*padding: 0 0 0 50px;   */
	margin: 0;
	overflow: hidden;
}
#middlezone_wide .foto200 .fotka {
float: left;
  margin: 0 20px 10px 20px;
	
	padding: 0;
	width: 202px;
	height:235px;
	overflow:hidden;
}

#middlezone .foto200 {
	padding: 0 0 0 20px;
	margin: 0;
	overflow: hidden;
}
#middlezone .foto200 .fotka {
float: left;
  margin: 0 25px 10px 25px;
	padding: 0;
	width: 202px;
	height:235px;
	overflow:hidden;
}


#rightB .foto200, #leftB .foto200 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
#leftzone .pagingInfoPhotogallery, #rightzone .pagingInfoPhotogallery {
 width:100%;
} 
#rightB .foto200 .fotka, #leftB .foto200 .fotka {
	width: 202px;
	float: left;
	margin: 0 75px 0 75px;
	padding: 0;
}
#rightB .foto200 .fotka img, #leftB .foto200 .fotka img {
	margin: 0;
	padding: 0;
}


.foto200 .fotka div,{
	/*padding: 0 0 0 5px; */
	margin: 5px 0 0 0;
	font-size: 0.9em;
	height: 2.7em;
	overflow: hidden;
}
#leftzone  .foto200 .fotka div a{
	color: #D7E2EF;
	text-decoration: underline;
}
.foto200 .fotka div a{
	color: #888888;
	text-decoration: underline;
}
#leftzone  .foto200 .fotka div a:hover{
	color: #d72f1d;
	text-decoration: underline;
}
.foto200 .fotka div a:hover{
	color: #d72f1d;
	text-decoration: underline;
}
.foto200 .fotka .photoImg{
	width: 200px;
	height: 200px;
	border: 1px solid #CDCDCD;
	overflow: hidden;
}
.foto200 .fotka .photoImg:hover{
  border: 1px solid #d72f1d;
}
.foto200 .fotka .photoImg table{
	width: 200px;
	height: 200px;
	overflow: hidden;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.foto200 .fotka .photoImg table td{
  	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
/* --------- fotogalerie 200px --------------- */

/* -------- fotogalerie detail -------------- */

/* -------- varianta a, index --------------- */
#middlezone_wide .fotkaDetail {
/*	padding: 10px 0 0 15px;     */
	margin: 0 0 5px 0;
}
#middlezone_wide .fotkaDetail .obrazek {
	border: 1px solid #474747;
	/*padding: 10px;  */
	margin-top: 10px;
	margin:auto;
	overflow: hidden;
	width: 475px;
	_width: 100%;
	height: 505px;
	_height: auto;
}
#middlezone_wide .fotkaDetail .obrazek table {
	width: 477px;
	_width: 510px;
	height: 500px;
	_height: 510px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#middlezone_wide .fotkaDetail .obrazek table td {
  margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#middlezone_wide .fotkaDetail img {
	border: none;
}
#middlezone_wide .fotkaDetail .popis {
	margin-top: 10px;
	font-size: 0.9em;
}
#middlezone_wide .fotkaDetail .posuv {
width: 477px;
overflow:hidden;
margin:auto;
	/*margin-bottom: 10px;*/
}
#middlezone_wide .posuv table, #middlezone_wide .posuv table td {
	margin: 0;
}
#middlezone_wide .posuv td.pred, #middlezone_wide .posuv td.dalsi {
	width: 114px;
	display:block;
}
.posuv table td.pred{
padding-left:0px;
padding-right:14px;
}
.posuv table td.pred a {
	border: 1px solid #585858;
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.9em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding:0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 105px;
}

.posuv table td.dalsi a:hover, #slideshowControl:hover, .posuv table td.pred a:hover{
  background: transparent url(../img/gallery_btn_hover.png) repeat-x scroll 0 0;
}
.posuv table td.dalsi a {
  border: 1px solid #585858;
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.9em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 105px;
}
#middlezone_wide .posuv table td.dalsi a, #middlezone_wide .posuv table td.pred a {

}

#slideshowControl {
	border: 1px solid #585858;
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	width: 205px;
	height: 24px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 1em;
	_font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* -------- varianta a, index ---------------- */

/* -------- varianta C ----------------------- */
#middlezone .fotkaDetail .posuv {
	/*margin-bottom: 10px;*/
}
#middlezone .posuv table {
	margin: 0;
	width: 100%;
}
#middlezone .posuv table td.pred, #middlezone .posuv table td.dalsi {
	width: 50%;
	margin: 0;
}
#middlezone .posuv table tbody tr td.show {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#middlezone #slideshowControl {
	margin: 0 auto;
	text-align: center;
	_margin-left: 47px;
}

#middlezone .fotkaDetail {
	padding: 10px 0 0 15px;
	margin: 0 0 5px 0;
}
#middlezone .fotkaDetail .obrazek {
	border: 1px solid #474747;
	padding: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 320px;
	_width: 100%;
	height: 320px;
	_height: auto;
	overflow: hidden;
}
#middlezone .fotkaDetail .obrazek table {
	width: 320px;
	_width: 320px;
	height: 320px;
	_height: 320px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#middlezone .fotkaDetail .obrazek table td {
  margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
#middlezone .fotkaDetail img {
	border: none;
}
#middlezone .fotkaDetail .popis {
	margin-top: 10px;
	font-size: 0.9em;
}

#middlezone .posuv table tbody tr td.dalsi a {
	float: right;
	margin-right: 22px;
}


/* -------- varianta C ----------------------- */

/* -------- varianta b ----------------------- */
.fotkaDetailB {
	padding: 10px 0 0 10px;
	margin: 0 0 5px 0;
}
.fotkaDetailB .obrazekB {
	border: 1px solid #474747;
	padding: 5px;
	margin-top: 10px;
	overflow: hidden;
	width: 245px;
	_width: 100%;
	height: 245px;
	_height: auto;
}
.fotkaDetailB .obrazekB table {
	width: 245px;
	height: 245px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.fotkaDetailB .obrazekB table td {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.fotkaDetailB img {
	border: none;
}


#middlezone_wide #leftB .posuv table td.dalsi a, #middlezone_wide #leftB .posuv table td.pred a, #middlezone_wide #rightB .posuv table td.dalsi a, #middlezone_wide #rightB .posuv table td.pred a {
	_width: 115px;
}

#middlezone_wide #leftB .fotkaDetail .posuv, #middlezone_wide #rightB .fotkaDetail .posuv {
	/*margin-bottom: 10px;*/
}
#middlezone_wide #leftB .posuv table, #middlezone_wide #rightB .posuv table, #middlezone_wide #leftB .posuv table td, #middlezone_wide #rightB .posuv table td {
	margin: 0;
}
#middlezone_wide #leftB .posuv td.pred, #middlezone_wide #leftB .posuv td.dalsi, #middlezone_wide #rightB .posuv td.pred, #middlezone_wide #rightB .posuv td.dalsi {
	width: 110px;
	_width: 120px;
}
#leftB .posuv table td.pred a, #rightB .posuv table td.pred a {
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.8em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}
#leftB .posuv table td.dalsi a, #rightB .posuv table td.dalsi a {
	background: transparent url(../img/gallery_btn.png) repeat-x scroll 0 0;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	_font-size: 0.8em;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding: 0 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

#leftB #slideshowControl, #rightB #slideshowControl {
	background: url(../img/start-btn.png) no-repeat;
	width: 226px;
	height: 24px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 1em;
	_font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	margin-left: 10px;
}

/* -------- varianta b ----------------------- */

/* -------- fotogalerie detail --------------- */

/*contact*/
#address {
	background: url(../img/address.png) no-repeat left;
	padding-left: 35px;
}
#phone {
	background: url(../img/phone.png) no-repeat left;
	padding-left: 35px;
}
#email {
	background: url(../img/email.png) no-repeat left;
	padding-left: 35px;
}


/* --------------- levy sloupec -------------- */
#leftzone {
	width: 204px;
	color:#ffffff;
	float: left;
	margin: 0;
	margin-left:14px;
	_margin-left:7px;
	padding: 0;
/*	border: 1px dotted silver;*/
}
#leftzone p{
margin-left:10px;
}
#leftzone ol{
margin-left:35px;
}
#leftzone ul{
margin-left:20px;
}
#leftzone .Box, #leftzone .box {
  background: url(../img/leftzone_box_bg.png) repeat-y left;
	width: 194px;
	_width:204px;
	margin: 0 0 10px 0px;
	padding: 0 10px 0 0;
	overflow: hidden;
}
#leftzone .BoxMenu {
    background: url(../img/side_menu_bg.jpg) no-repeat left;
    width: 194px;
    _width: 204px;
    margin: 0 0 10px 0px;
    padding: 0 10px 0 0;
    overflow: hidden;
}
/*#leftzone .Box h2,#leftzone .box h2 {
	background: url(../img/leftzone_h2_wave.png) no-repeat left top;
	height: 31px;
	font-size: 14px;
	/*text-transform: uppercase;*/
	/*font-weight: bold;
	font-style: none;
	line-height: 31px;
	padding: 0 0 0 20px;
}   */
#leftzone .Box h2.Blue {
	/*background: url(../img/box_blue_left.png) no-repeat left top;*/
	height: 31px;
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	line-height: 31px;
	padding-left: 20px;
}
#leftzone .Box .content {
	/*background: #161616;*/
/*	margin: 0 10px 0 10px; */
	/*padding: 10px;*/
	padding-bottom:10px;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
	/*width: 180px; */
	/*_width: 170px;*/
}

#leftzone h2 ,#leftzone h1, #leftzone .BoxMenu h2 {
  text-align:right;
	background: url(../img/leftzone_h2_wave.png) no-repeat left top;
	height: 31px;
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	line-height: 31px;
	font-weight: bold;
	font-style: none;
	margin-right:0px;
	/*padding-left: 20px;*/
	overflow: hidden;
	color:#fff;
}
#leftzone .BoxMenu h2 {
        text-align:right;
	background: none;
	height: 31px;
	font-size: 1.2em;
	/*text-transform: uppercase;*/
	line-height: 31px;
	font-weight: bold;
	font-style: none;
	margin-right:0px;
	/*padding-left: 20px;*/
	overflow: hidden;
	color:#FFFFFF;
}
#leftzone .content {
/*	background: #161616;*/
/*	margin: 0 10px 10px 10px; */
	/*padding: 10px;*/
	padding-bottom:10px;
	
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
/*	width: 180px; */
	/*_width: 170px;*/
}

/*#leftzone .Box .content h1 {
	background: none;
	padding: 0;
	font-size: 1.4em;
	height: auto;
	line-height: normal;
	text-transform: none;
}   */
/*#leftzone .Box .content h2 {
	background: none;
	padding: 0;
	font-size: 1.2em;
	height: auto;
	line-height: normal;
	text-transform: none;
}  */
#leftzone .Box .content h3 {

}
#leftzone .Box .content h3 , #leftzone .Box .content h4, #leftzone .Box .content h5, #leftzone .Box .content h6 {
 margin-left:10px;
}

/* --------------- levy sloupec -------------- */

/* --------------- pravy sloupec ------------- */
#rightzone {
	width: 180px;
	float: right;
	margin-right: 14px;
	padding: 0;
}
#rightzone .Box {
	width: 180px;
	margin: 0 0px 10px 0;
	padding: 0;
	overflow: hidden;
	background:#eefdf8;
}

#rightzone .Box .content {
	/*background: #161616;*/
	padding:0px;
	margin: 0 15px 0 15px;
	color: #1B1B1B;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
	width: 150px;
	
	
}
#rightzone h2 {
  padding-top: 5px;
	padding-left: 10px;
}
#rightzone .content {
/*	background: #161616;*/
	margin: 0 10px 10px 9px;
	padding: 10px 10px 10px 15px;
	color: #CDCDCD;
	font-size: 0.95em;
	line-height: 1.4em;
	overflow: hidden;
	width: 150px;
	_width: 170px;
}

#rightzone .Box .content h1 {
	background: none;
	padding: 0;
	font-size: 1.4em;
	height: auto;
	line-height: normal;
	text-transform: none;
}
#rightzone .Box .content h2 {
	background: none;
	padding: 0;
	font-size: 1.2em;
	height: auto;
	line-height: normal;
	text-transform: none;
}
#rightzone .Box .content h3 {
	font-size: 1.2em;
}
#rightzone .Box .content h4, #rightzone .Box .content h5, #rightzone .Box .content h6 {
	font-size: 1.1em;
}
/* --------------- pravy sloupec ------------- */

/* --------------- spolecne pro sloupce ------ */
.Box .content p {
	padding: 5px 0 5px 0; 
}
#leftzone .Box a {
	color: #133a6e;
	text-decoration: underline;
}
#leftzone .Box a:hover {
  color:#d72f1d;
	text-decoration: underline;
}
#leftzone .Box h3 a {
	color: #343a41;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}
#leftzone .Box h3 a:hover{
	color: #d72f1d;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: underline;
}

/* --------------- spolecne pro sloupce ------ */

/* --------------- kalendar akci ------------- */
.datum {
	color: #7F7F7F;
}
/* --------------- kalendar akci ------------- */

/* --------------- vyhledavaci formular ------ */
#fulltextSearch {
  
  width:180px;
  height:22px;
  background: url(../img/fulltextsearch.png) no-repeat;
	padding: 0 0 0 0;
	position:relative;
	left:10px;
	display:block;
/*	border:1px solid green;*/
}
#fulltextSearch fieldset {
	border: none;
}
#fulltextSearch #fulltextSearchText {
	background-color: #EEFDF8;
	border:none;
	color: #000000;
	margin:1px;
	width: 108px;
	height:18px;
	display:block;
	float:left;
	_margin-left:1px;
}
#fulltextSearch span {
	float: right;
	/*margin: 10px 2px 0 0;
	_margin: 10px 0 0 0;*/
	padding: 0;
	margin:0;
}

/* --------------- vyhledavaci formular ------ */

/* --------------- ankety -------------------- */

h3.questionP {
	font-size: 1em;
	margin: 0 0 0 0;
}
#leftzone .Box .content .questionP, #rightzone .Box .content .questionP {
	font-size: 1em;

}
#middlezone .questionP, #middlezone_wide .questionP {
	font-size: 1em;
}
#middlezone_wide #leftB .questionP, #middlezone_wide #rightB .questionP {
	font-size: 1em;
	margin: 0 0 15px 10px;
}
#middlezone .answers, #middlezone_wide .answers, #leftB .answers, #rightB .answers {

}
#middlezone_wide #leftB .answers, #middlezone_wide #rightB .answers {
	margin: 0 0 0 0;
}

.answerText {
 margin: 0;
 padding: 0;
}
#leftzone .answerText{
margin-left:10px;
}


.answers .answer {
	padding: 0 0 0 0;
	margin: 3px 0 10px 0px;
}
#leftzone .answers .answer, #rightzone .answers .answer {
	padding: 0 0 0 0;
	margin: 3px 0 10px 0;
}
.answers img {
	border: none;
}

.voted {
/*	border-top: 1px solid #393939;*/
	margin-top: 10px;
}
#middlezone_wide #leftB #contentLeftB p.voted, #middlezone_wide #rightB #contentRightB p.voted {

	margin-top: 10px;
}

.answerImg {
	width: 100%;
	/*background:url(../img/poll.png) bottom left no-repeat;   */
	padding: 0;
	margin: 4px 0 0 0;
	line-height: 6px;
	*margin: -8px 0 0 0;
}
#leftzone .answerImg, #righttzone .answerImg {
	width: 100%;
	padding: 0;
	margin: 4px 0 0 0;
	line-height: 6px;
	_margin: -8px 0 0 0;
}
#leftzone  .answerImg{
margin-left:10px;
}
.answerImg span {
	margin: 0;
	padding: 0;
}
#leftB .answerImg img, #rightB .answerImg img {
	margin: 0;
	padding: 0;
	border: none;
}
#leftzone .answerImg img, #rightzone .answerImg img {
	margin: 0;
	padding: 0;
	border: none;
}


/* --------------- ankety -------------------- */

/* --------------- stitky -------------------- */
#leftzone .Box ol.tags {
	text-align: center;
	padding: 10px 0 15px 5px;
	color: #fff;
	line-height: 1.8em;
	list-style-type: none;
	list-style: none;	
	margin: 0;
	font-size: 1.2em;
}
#rightzone .Box ol.tags {
	text-align: center;
	padding: 10px 0 15px 0;
	color: #2565B9;
	line-height: 1.8em;
	list-style-type: none;
	list-style: none;
	margin: 0;
	font-size: 1.2em;
}
.Box ol.tags a{
 color: #2565B9;
}
ol.tags a:hover {
	color: #d72f1d;
	text-decoration: none;
	white-space: normal;
}
#middlezone .Box ol.tags, #middlezone_wide .Box ol.tags {
	text-align: center;
	padding: 5px 5px 5px 5px;
	color: #CDCDCD;
	line-height: 1.8em;
	list-style-type: none;
	list-style: none;
	margin: 0;
	font-size: 1.2em;
}
ol.tags li {
	display: inline;
	margin: 0 0.5em 0 0.5em;
	list-style-type: none;
	list-style: none;	
}
#leftzone ol.tags a {
	color: #fff;
	text-decoration: underline;
	white-space: normal;
}
#leftzone ol.tags a:hover {
	color: #d72f1d;
	text-decoration: none;
	white-space: normal;
}
#middlezone ol.tags a, #middlezone_wide ol.tags a {

	text-decoration: none;
  white-space: normal;
}
#middlezone ol.tags a:hover, #middlezone_wide ol.tags a:hover {
	color: #d72f1d;
	text-decoration: none;
	white-space: normal;
}
/* --------------- stitky -------------------- */

/* --------------- text ---------------------- */

.contentwsw {
	padding: 0;
	margin: 0;
	color: #352e2e;
}
#leftzone .contentwsw {
	padding: 0;
	margin: 0;
	color: #fff;
}
.contentwsw img {
border:none;
	/*margin: 5px;    */
}


/* --------------- text ---------------------- */

/* --------------- strankovani--------------- */

#leftzone .paging, #rightzone .paging {
	
	margin-top: 5px;
	margin-bottom: 5px;
	color: #CDCDCD;
	text-align: center;
	line-height: 30px;
	width: 100%;
}
#content .paging {
	margin: 0 0 10px 0; 
	color: #CDCDCD;
	text-align: right;
	line-height: 30px;
	padding-right: 10px;
}
#leftB .paging, #rightB .paging {
	margin: 0 0 10px 0px;
	color: #CDCDCD;
	text-align: center;
	line-height: 30px;
	padding-left: 5px;
	float: center;
	width:100%
}


#middlezone_wide #leftB .pagingInfo, #middlezone_wide #rightB .pagingInfo {
	margin:10px 0 10px 0px;
	width: 100%;
}
#middlezone .pagingInfo {
	margin:10px 0 10px 0px;
}

.pagingInfo {
	margin: 5px 0 10px 0px;
	color: #888888;
	float: left;
}
#middlezone_wide .pagingInfo {
	margin: 5px 0 10px 0px;
	color: #888888;
	float: left;
}
.pagingInfoFAQ {
	margin: 5px 0 10px 0px;
	color: #888888;
	float: left;
}
#leftB .pagingInfoFAQ, #rightB .pagingInfoFAQ {
	margin: 5px 0 10px 0px;
	color: #888888;
	width: 100%;
	float: none;
}
#leftzone .pagingInfoFAQ, #rightzone .pagingInfoFAQ {
	margin: 10px 0 10px 0;
	color: #888888;
	float: none;
}

.pagingInfoArticles, .pagingInfoProducts, #middlezone_wide .pagingInfoArticles, #middlezone_wide .pagingInfoProducts  {
	margin: 0;
	
	color: #888888;
	float: left;
}
#middlezone_wide #leftB .pagingInfoArticles, #middlezone_wide #leftB .pagingInfoProducts, #middlezone_wide #rightB .pagingInfoArticles, #middlezone_wide #rightB .pagingInfoProducts  {
	margin: 5px 0 10px 0px;
	color: #888888;
	width: 100%;
}
#leftzone .pagingInfoArticles, #rightzone .pagingInfoArticles, #leftzone .pagingInfoProducts, #rightzone .pagingInfoProducts {
	margin: 10px 0 10px 0;
	color: #888888;
	float: none;
}
#leftzone .pagingInfoPhotogallery,#middlezone .pagingInfoPhotogallery, #leftB .pagingInfoPhotogallery, #rightB .pagingInfoPhotogallery, #rightzone pagingInfoPhotogallery  {
width:100%
}
#middlezone .content .paging{text-align:center;}
#leftzone .pagingInfoPhotogallery{
color:#D7E2EF;
}
.pagingInfoPhotogallery {
	margin: 5px 0 10px 10px;
	color: #888888;
	float: left
}



.linkBlock {
	margin: 10px 0 0 30px;
}
.newPost {

}

#leftzone .newPost{
margin-left:10px;  
}
#leftzone .newPost a, #rightzone .newPost a {


	font-size: 0.9em;
	font-weight: bold;

}

.allPost {
	margin: 0;
}
#leftB .allPost, #rightB .allPost {
  margin: 10px 0 0 20px;
}
.allPost a {
	color: #2565b9;
	font-weight: bold;
}
.allPost a:hover {
	color: #ED6B1D;
	font-weight: bold;
}
#leftzone .allPost, #rightzone .allPost {
	margin: 10px 0 0 0;
}
#leftzone .allPost a, #rightzone .allPost a {
	color: #d72f1d;
	font-weight: bold;
}
#leftzone .allPost a:hover, #rightzone .allPost a:hover {
	color: #d72f1d;
	font-weight: bold;
}

#leftzone .paging a, .Box .paging a {
	color: #eefdf8;
	text-decoration: underline;
	margin-right: 5px;
}

.paging a, .Box .paging a {
	color: #919192;
	text-decoration: underline;
	margin-right: 5px;
}
.paging a:hover, .Box .paging a:hover, #leftzone .paging a:hover,#leftzone .Box .paging a:hover{
	color: #d72f1d;
	text-decoration: underline;
	margin-right: 5px;
}
.paging a.left, .paging a.leftEnd {	
	color: #a7ccf0;
	text-decoration: underline;
}
.paging a.left:hover, .paging a.leftEnd:hover {	
	color: #d72f1d;
	text-decoration: underline;
}
.paging a.rightEnd, .paging a.right {	
	color: #a7ccf0;
	text-decoration: underline;
	margin-right: 5px;
}
.paging a.rightEnd:hover, .paging a.right:hover {	
	color: #d72f1d;
	text-decoration: underline;
	margin-right: 5px;
}

.paging .selected .pageText {
	padding: 3px 5px;
	margin-right:5px;
	background: #cae4f4;
	color: #000000;
	font-weight: bold;
}
.paging .separator,.paging .separatorText {
	visibility: hidden;
	display:none;
}
.separator, .separatorText {
	visibility: hidden;

}
/* --------------- strankovani --------------- */


#footer {
	width: 973px;
	height: 56px;
	background: url(../img/footer_bg.png) repeat-y scroll 0 0;
	color: #eefdf8;
	padding: 0;
	margin: -56px 0 0 0;
	margin-left:14px;
	overflow: hidden;
	position: relative;
	z-index:1;
}
#footerRight{
float:right;
padding:7px 20px 10px 0;
}
#footerLeft {
	float: left;
	padding: 7px 0 10px 20px;
	font-size: 0.9em;
	line-height: 1.5em;
	width: 420px;
	margin: 0;
}
#footerLeft p {
	padding: 0 0 5px 0;
	height: 1.3em;
	_height: 1.7em;
	overflow: hidden;
}
#footerRight a {
	color: #bfd4ed;
	text-decoration: underline;
}
#footerRight a:hover {
	color: #d72f1d;
	text-decoration: underline;
}

#headerRight {
	width: 973px;
	height: 29px;
	/*position: relative;*/
	top: 0;
	
	/*border:1px solid red;*/
	overflow: visible;
	margin: 0;
	margin-left:14px;
	padding: 0;
	
	font-size: 0.9em;
	text-align:right;
	color: #adc4e2;
	background: #2565b9 url(../img/headerright_bg.jpg) no-repeat;
}
#headerRight p {
	padding: 5px 0 0 0;
	margin-right:20px;
	height:29px;
}
#headerRight p span {
	margin: 0 0 0 15px;
}
#headerRight a {
	color: #adc4e2;
	text-decoration: underline;
}
#headerRight a:hover {
	color: #ED6B1D;
	text-decoration: underline;
}
#headerRight .print {
	background: url(../img/print.png) no-repeat left center;
	padding-left: 20px;
}
#headerRight .sitemap {
	background: url(../img/map.png) no-repeat left center;
	padding-left: 20px;
}
#headerRight .rss {
	background: url(../img/rss.png) no-repeat left center;
	padding-left: 20px;
}
#headerRight .homepage {
  background: url(../img/home.png) no-repeat left center;
	padding-left: 20px;
}

/* ----------------- privateAccessForm --------------------- */

.privateAccessForm form {

	margin-top: 5px;
}

.privateAccessForm label {
	color: #CDCDCD;
	font-weight: bold;
	margin-left: 5px;
}
.privateAccessForm fieldset {
	background-color: #eceff2;
	border: 1px solid #c1d3eb;
	margin: 0;
	padding: 10px;
}
.privateAccessForm #postUserName, .privateAccessForm #postPasswd {
	background-color: #fff; 
	border: 1px solid #c1c1c1;
	color: #000;
	height: 1.5em;
	margin: 0 0 5px 5px;
	width:355px;
}
.privateAccessForm td {
text-align:
}

.privateAccessForm .error {
	margin-left: 20px;
	margin-bottom: 10px;
	color: #d72f1d;
}

#lostPasswordLink {
	margin-top: 10px;
	margin-left: 20px;
}
#lostPasswordLink a {
	color: #d72f1d;
	font-weight: bold;
	text-decoration: underline;	
}
#leftzone .imgProduct{
 margin-left:10px;
}
#leftzone .description{
margin-left:10px;
}
#rightzone .imgproduct {float:none;}
#leftzone .rbcReplaceTextColor{margin-left:10px;}
/* ----------------- privateAccessForm --------------------- */