/* www.kvalitavpraxi.cz, CSS styly pro zobrazeni */

/* stencil1 = oranzova, stencil2 = modra */

/* zakladni nastaveni */

html 
{
	font-size: 100.01%;
}

body 
{
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	/*font-size: 0.7em;*/
	color: #31667b;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

body.editor 
{
	font-size: 0.7em;
	background-color: #ffffff;
	color: #000000;
}

a img, a:link img 
{
	border: none;
}

p 
{
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1 
{
	font-size: 1.6em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #31667b;
}

h2 
{
	font-size: 1.4em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: #31667b;
}
div.page h2 a { text-decoration:none;}
div.page.stencil1 h2 a:hover { color: #ff7f00; }
div.page.stencil2 h2 a:hover { color: #31667b; }
h3 
{
	font-size: 1.2em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h4 
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h5 
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h6 
{
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

ol 
{
	padding-left: 2.3em;
}

ul 
{
	padding-left: 2.3em;
}


div.pager ul {
  list-style-type: none;
}

div.pager ul li {
  display: block;
	float: left;
  margin-right: 5px;  
}

ul li 
{
  list-style-type: square;
}

sub 
{
	font-size: 85%;
}

sup 
{
	font-size: 85%;
}

a 
{
	color: #31667b;
	font-weight: bold;
}

a:hover 
{
	font-weight: bold;
}

div.page.stencil1 a:hover 
{
	color: #ff6600;
}

div.page.stencil2 a:hover 
{
	color: #31667b;
}

fieldset 
{
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend 
{
	border: 1px dotted #cccccc;
	padding: 0.3em;
}

input.text 
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 80%;
	height: 18px;
}

input.checkbox 
{
	width: 12px;
	height: 12px;
}

input.radio 
{
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button 
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: 2px solid #999999;
	cursor: pointer;
}

input.file 
{
	width: 200px;
	height: 21px;
}

input.image 
{
	padding: 0px;
	border: none;
}

textarea 
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

select 
{
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

hr 
{
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

table 
{
	font-size: 0.9em;
}

table th, table td 
{
	padding-left: 5px;
	padding-right: 5px;
}

table.standard 
{
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.standard td 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #b4c9d2;
}

table.standard th 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.colored 
{
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.colored td 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #264d69;
}

table.colored th 
{
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

div.page.stencil1 table.standard th, div.page.stencil1 table.colored th 
{
	background-color: #ff7f00;
}

div.page.stencil2 table.standard th, div.page.stencil2 table.colored th 
{
	background-color: #31667b;
}

.clb {clear:both;}
/* stranka */

div.homepage, div.page 
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 62.5em;
}

/* vrstva pro tisk */

div.print-header 
{
	display: none;
}

/* presun na obsah */

div.shift-to-content 
{
	position: absolute;
	left: -10000px;
}

/* logo */

div.homepage div.logo {
	width: 500px;
	height: 124px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.page div.logo 
{
	width: 15em;
	height: 76px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.logo p 
{
	width: 500px;
	height: 124px;
	overflow: hidden;
	position: relative;
	padding: 0em;
}

div.logo p span 
{
	width: 500px;
	height: 124px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	/*background-image: url(quip-spolecnost-pro-zmenu.gif);*/
	background-image: url(quip-spolecnost-pro-zmenu.gif);
}

div.homepage div.logo.en p span 
{
	background-image: url(quip-spolecnost-pro-zmenu.en.gif);
}


div.logo ul 
{
	margin: 0em;
	padding: 0em;
}

div.logo ul li 
{
	list-style-type: none;
	list-style-image: none;
	width: 15em;
	height: 76px;
	overflow: hidden;
	position: relative;
}

div.logo ul li a 
{
	width: 15em;
	height: 76px;
	display: block;
}

div.logo ul li a span 
{
	width: 15em;
	height: 76px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background-image: url(quip.gif);
}

/* obsah */

div.homepage div.content {
	position: relative;
}

div.page div.content 
{
	display: table;
	width: 100%;
	background-repeat: repeat-y;
	background-position: 15.2em 0em;
}

div.page.stencil1 div.content 
{
	background-color: #ff7f00;
	background-image: url(page.content.stencil1.gif);
}

div.page.stencil2 div.content 
{
	background-color: #31667b;
	background-image: url(page.content.stencil2.gif);
}

/* sloupce */

div.columns {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}

div.homepage div.columns 
{
	background-image: url(homepage.columns.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

div.page div.columns 
{
	background-repeat: repeat-y;
	background-position: 52.45em 0em;
/*background-position: 53em 0em;*/
}

div.page.stencil1 div.columns 
{
	background-image: url(page.columns.stencil1.gif);
}

div.page.stencil2 div.columns 
{
	background-image: url(page.columns.stencil2.gif);
}

div.columns div.left 
{
	float: left;
	position: relative;
}

div.page.stencil1 div.columns div.left 
{
	background-color: #ff7f00;
}

div.page.stencil2 div.columns div.left 
{
	background-color: #31667b;
}

div.homepage div.columns div.left 
{
	width: 50%;
	min-height: 605px;
}

* html div.homepage div.columns div.left 
{
	height: 605px;
}

div.page div.columns div.left 
{
	width: 15.2em;
}

div.page div.columns div.center 
{
	width: 37.25em;
	float: left;
	overflow: hidden;
}

div.page.stencil1 div.columns div.center
{
	background-color: #ffdfbf;
}

div.page.stencil2 div.columns div.center 
{
	background-color: #d3dfe4;
}

div.columns div.right 
{
	float: right;
	position: relative;
}

div.homepage div.columns div.right 
{
	background-color: #31667b;
	width: 50%;
	min-height: 605px;
}

* html div.homepage div.columns div.right 
{
	height: 605px;
}

div.page div.columns div.right 
{
	width: 9.95em;
	overflow: hidden;
}

/* obecny box */

div.box 
{
	width: 12.6em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 0.7em;
	overflow: hidden;
}

* html div.box 
{
	margin-left: 10px;
	display: table;
}

div.right div.box 
{
	color: #000000;
}

div.box h2 
{
/*	text-transform: lowercase;*/
	color: #ff6600;
	position: relative;
	float: left;
	text-align: right;
	padding-right: 7px;
	line-height: 1.5em;
	margin-bottom: 5px;
	font-size: 13px;
}
div.box a 
{
	color: #ff6600;
	text-decoration:none;
}
div.box a:hover
{
	color: #9b9b9b;
}
div.box h2 span.bracket.right 
{
	width: 5px;
	height: 16px;
	right: 0px;
	bottom: 0.6em;
	background-position: -68px 0px;
}
div.box p.content 
{
	clear:both;
	float: left;
}
div.box.search h2 span.bracket.right, div.box.newsletter h2 span.bracket.right {
	bottom: 0.35em;
}

/* zavorky */

span.bracket 
{
	display: block;
	position: absolute;
	overflow: hidden;
	background-image: url(brackets.gif);
}

/* levy sloupec */

/* aktualne - homepage*/

div.news 
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffdfbf;
	width: 100%;
	display: table;
}

div.news h2
{
	padding-left: 12px;
	padding-right: 12px;
	text-transform: lowercase;
	color: #31667b;
	float: left;
	margin-right: 15px;
	position: relative;
	font-size: 0.8em;
	width: 12%;
	margin-top: 27px;
}

div.news h2 a
{
	color: #31667b;
}

div.news h2 span.bracket.right 
{
	width: 5px;
	height: 16px;
	background-position: 0px 0px;
	right: 0px;
	top: 0.4em;
}

div.news div.item 
{
	float: left;
	padding-left: 12px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 0.8em;
	width: 75%;
	padding-top: 27px;
	min-height: 46px;
	border-left: 4px solid #ffffff;
	overflow: auto;
}

* html div.news div.item 
{
	height: 46px;  
}

div.news div.item a 
{
	color: #31667b;
}

/* hlavni menu */

div.homepage div.mainmenu h2
{
	color: #ffffff;
	position: relative;
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 30px;
	font-size: 1.1em;
}

div.homepage div.left div.mainmenu h2 
{
	float: right;
}

div.homepage div.right div.mainmenu h2 
{
	float: left;
}
div.mainmenu h2 a{
	text-decoration:none;
	color: #ffffff;
	font-weight: normal;
}
div.mainmenu h2 a:hover {
	font-weight: normal;
}
div.left div.mainmenu h2 a:hover { color:#31667b; }
div.right div.mainmenu h2 a:hover { color:#ff7f00; }

div.homepage div.mainmenu h2 span.bracket.left 
{
	width: 7px;
	height: 23px;
	left: 0px;
	top: 0.2em;
	background-position: -5px 0px;
}

div.homepage div.mainmenu h2 span.bracket.right 
{
	width: 7px;
	height: 23px;
	right: 0px;
	top: 0.2em;
	background-position: -12px 0px;
}

div.mainmenu ul 
{
	margin: 0em;
	padding: 0em;
}

div.mainmenu ul li 
{
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}

div.homepage div.left div.mainmenu 
{
	margin-top: 220px;
	margin-right: 140px;
}

div.homepage div.right div.mainmenu 
{
	margin-top: 280px;
	margin-left: 100px;
}

div.homepage div.mainmenu ul 
{
	display: inline;
	clear: both;
}

div.homepage div.mainmenu ul li 
{
	clear: both;
	font-size: 0.7em;
}

div.homepage div.mainmenu ul li a span.bracket 
{
	width: 4px;
	height: 11px;
	top: 0.2em;
	visibility: hidden;
}

div.homepage div.mainmenu ul li a span.bracket.left 
{
	left: 0px;
	background-position: -19px 0px;
}

div.homepage div.mainmenu ul li a span.bracket.right 
{
	right: 0px;
	background-position: -23px 0px;
}

div.homepage div.mainmenu ul li a 
{
	color: #993300;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

div.homepage div.left div.mainmenu ul li a 
{
	float: right;
}

div.homepage div.right div.mainmenu ul li a 
{
	float: left;
}

div.homepage div.mainmenu ul li a:hover 
{
	color: #ffffff;
	text-decoration: none;
	margin-right: 0px;
}

div.homepage div.mainmenu ul li a:hover span.bracket.left, div.homepage div.mainmenu ul li a:hover span.bracket.right {
	visibility: visible;
}

div.homepage div.right div.mainmenu ul li 
{
	text-align: left;
}

div.homepage div.right div.mainmenu ul li a 
{
	color: #cccccc;
	text-decoration: none;
}

div.homepage div.right div.mainmenu ul li a:hover 
{
	color: #ffffff;
}

div.page div.mainmenu 
{
	display: table;
	width: 100%;
}

div.page.stencil1 div.mainmenu 
{
	background: #ffb973;
	border-bottom: 3px solid #ff7f00;
}

div.page.stencil2 div.mainmenu 
{
	background: #b8cbd2;
	border-bottom: 3px solid #31667b;
}

div.page div.mainmenu h2 
{
	position: absolute;
	left: -10000px;
}

div.page div.mainmenu ul 
{
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 0px;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 20px;
	padding-bottom: 0px;
	display: table;
	width: 83%;
}

div.page div.mainmenu ul li 
{
	float: left;
	margin-right: 20px;
	padding-right: 10px;
	position: relative;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	font-size: 0.95em;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	white-space: nowrap;
}

div.page div.mainmenu ul li a 
{
	color: #ffffff;
	text-decoration: none;
}

div.page.stencil1 div.mainmenu ul li a:hover, div.page.stencil1 div.mainmenu ul li a.active 
{
	color: #31667b;
}

div.page.stencil2 div.mainmenu ul li a:hover, div.page.stencil2 div.mainmenu ul li a.active 
{
	color: #31667b;
}

div.page div.mainmenu ul li a span.bracket.right 
{
	width: 7px;
	height: 23px;
	right: 0px;
	top: 0.25em;
}

div.page.stencil1 div.mainmenu ul li a span.bracket.right 
{
	background-position: -38px 0px;	
}

div.page.stencil2 div.mainmenu ul li a span.bracket.right 
{
	background-position: -31px 0px;
}

/* submenu */

div.submenu 
{
	margin-top: 100px;
}

div.submenu h2 
{
	text-align: right;
	font-size: 1em;
	padding-right: 14px;
	margin-right: 12px;
	margin-top: 15px;
	margin-bottom: 10px;
	position: relative;
}

* html div.submenu h2 
{
	float: right;
}

div.stencil1 div.submenu h2 {
	color: #ffffff;
}

div.stencil2 div.submenu h2 {
	color: #ff7f00;
}

div.submenu h2 span.bracket.right 
{
	width: 7px;
	height: 23px;
	right: 0px;
	top: 0.25em;
}

div.page.stencil1 div.submenu h2 span.bracket.right 
{
	background-position: -31px 0px;
}

div.page.stencil2 div.submenu h2 span.bracket.right 
{
	background-position: -38px 0px;
}

div.submenu ul 
{
	margin: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0em;
	background-repeat: no-repeat;
	background-position: right bottom;
	/*padding-bottom: 1px;*/
}

* html div.submenu ul 
{
	width: 100%;
}

div.submenu ul li 
{
	list-style-type: none;
	list-style-image: none;
	/*background-repeat: no-repeat;
	background-position: top right;*/
	/*margin-top: 1px;
	padding-top: 1px;*/
	text-align: right;
	font-size: 0.7em;
}

/*div.page.stencil1 div.submenu ul, div.page.stencil1 div.submenu ul li
{
	background-image: url(submenu-divider.stencil1.gif);
}

div.page.stencil2 div.submenu ul, div.page.stencil2 div.submenu ul li 
{
	background-image: url(submenu-divider.stencil2.gif);
}*/

div.submenu ul li a 
{
	padding-top: 5px;
	padding-bottom: 4px;
	padding-right: 12px;
	display: block;
	text-decoration: none;
}

div.stencil1 div.submenu ul li a {
	color: #ffffff;
}

div.stencil2 div.submenu ul li a {
	color: #ff7f00;
}

* html div.submenu ul li a 
{
	height: 1%;
}

div.submenu ul li a:hover 
{
	background-color: #ffffff;
	color: #31667b;
}

div.submenu ul li a.active 
{
	font-weight: bold;
}

div.submenu ul li ul 
{
	padding: 0px;
	margin: 0px;
}

div.submenu ul li ul li 
{
	margin-top: 0px;
	font-size: 1em;
	background-image: none;
	padding-top: 0px;
}

div.stencil1 div.submenu ul li ul li a 
{
	background-color: #f9b061;
	color: #31667b;
	font-weight: normal;
}

div.stencil2 div.submenu ul li ul li a {
	background-color: #91aeba;
	color: #31667b;
}

div.submenu ul li ul li a.active 
{
	background-color: #ffffff;
	color: #000000;
}

/* pravy sloupec */

/* infotext na hp */

div.info 
{
	margin-left: 100px;
	margin-top: 40px;
	margin-right: 90px;
	margin-bottom: 22px;
	line-height: 1.5em;
	max-height: 10em;
	overflow: hidden;
	font-size: 0.8em;
	color: #ffdfbf;
	position: absolute;
	top: 100px;
	left: 0px;
}

* html div.info 
{
	height: 10em;
}

/* kalendar */

div.calendar 
{
	color: #555555;
}

* html div.calendar 
{
	width: 94%;
}

div.calendar h2 
{
	position: absolute;
	left: -10000px;
}

div.calendar div.current-date h4 
{
	color: #31667b;
	text-align:center;
}

div.calendar table.calendar 
{
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

* html div.calendar table.calendar 
{
	width: 94%;
}

div.calendar table.calendar 
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.calendar table.calendar th, div.calendar table.calendar td 
{
	padding: 0em;
	width: 14%;
}

div.calendar table.calendar th p 
{
	color: #31667b;
	text-align: center;
}

div.calendar table.calendar td p 
{
	background-color: #dddddd;
	color: #9b9b9b;
	text-align: center;
	font-weight: bold;
}
div.calendar table.calendar a 
{
	text-decoration:none;
	color: #9b9b9b;
}

div.calendar table.calendar td.weekend p 
{
	background-color: #31667b;
	color: #ffffff;
}
div.calendar table.calendar td.weekend p a
{
	color: #ffffff;
}

div.calendar table.calendar td.today p 
{
	background-color: #ff7f00;
	color: #ffffff;
}
div.calendar table.calendar td.event p 
{
	background-color: #ff7f00;
	color: #31667b;
}
div.calendar table.calendar td.event p a
{
	color: #31667b;
}
div.calendar a 
{
	color: #31667b;
}

div.calendar ins 
{
	color: #ff7f00;
	text-decoration: none;
	font-weight: bold;
}

/* strankovani u kalendare */

div.paging 
{
	width: 100%;
	display: table;
}

div.paging ul 
{
	margin: 0em;
	padding: 0em;
}

div.paging ul li 
{
	list-style-type: none;
	list-style-image: none;
}

div.paging.calendar ul li.previous 
{
	float: left;
	margin-top: 0.5em;
}

div.paging.calendar ul li.select 
{
	float: left;
	margin-left: 2.8em;
}

div.paging.calendar ul li.select form 
{
	margin: 0em;
	font-size: 0.9em;
	font-weight: bold;
}

div.paging.calendar ul li.select form select 
{
	color: #31667b;
	background-color: #ebebeb;
	font-weight: bold;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}

div.paging.calendar ul li.next 
{
	float: right;
	margin-top: 0.5em;
}

div.paging.calendar ul li.previous, div.paging.calendar ul li.next 
{
	width: 4px;
	height: 7px;
	overflow: hidden;
	position: relative;
}

div.paging.calendar ul li.previous a, div.paging.calendar ul li.next a 
{
	width: 4px;
	height: 7px;
	overflow: hidden;
	display: block;
}

div.paging.calendar ul li.previous a span, div.paging.calendar ul li.next a span 
{
	cursor: pointer;
	width: 4px;
	height: 7px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.paging.calendar ul li.previous a span 
{
	background-image: url(previous.gif);
}

div.paging.calendar ul li.next a span 
{
	background-image: url(next.gif);
}

/* odkaz vice */

ul.more 
{
	margin: 0em;
	padding: 0em;
}

ul.more li 
{
	list-style-type: none;
	list-style-image: none;
	text-transform: lowercase;
	padding-right: 6px;
	position: relative;
	float: left;
	clear: both;
}

ul.more li a 
{
	color: #336699;
	text-decoration: none;
}

ul.more li a span.bracket.right 
{
	width: 4px;
	height: 11px;
	top: 0.2em;
	right: 0px;
	background-position: -59px 0px;
}

/* odkaz zpet */

ul.back 
{
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0em;
}

ul.back li 
{
	list-style-type: none;
	list-style-image: none;
	position: relative;
	padding-left: 11px;
	text-transform: lowercase;
}

* html ul.back li 
{
	display: inline;
}

ul.back li a 
{
	color: #31667b;
	text-decoration: none;
}

ul.back li a:hover 
{
	color: #ff6600;
}

ul.back li a span.bracket.left 
{
	width: 4px;
	height: 12px;
	left: 0px;
	top: 0.2em;
}

div.page.stencil1 ul.back li a span.bracket.left 
{
	background-position: -51px 0px;
}

div.page.stencil2 ul.back li a span.bracket.left 
{
	background-position: -73px 0px;
}

/* article-detail */
div.stencil1 div.item.article-detail h1, div.stencil2 div.item.article-detail h1 {
	color:#31667b;
}

/* servis clanku */

div.article-servis 
{
	padding-top: 15px;
	padding-bottom: 15px;
	display: table;
	font-style:italic;
/*	width: 100%;*/
}
div.article-servis.cela 
{
	margin-left: 0px;
	margin-top: 5px;
}

div.article-servis ul 
{
	margin: 0em;
	padding: 0em;
}

div.article-servis ul li 
{
	list-style-type: none;
	list-style-image: none;
	position: relative;
	float: left;
	text-transform: lowercase;
	padding-left: 15px;
	padding-right: 11px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 1.1em;
	margin-right: 3.5em;
	/*margin-right: 8.5em;*/
}
div.article-servis.cela li 
{
	padding-left: 0px;
}

div.article-servis ul li.recommend 
{
	background-image: url(recommend.gif);
}

div.article-servis ul li.print 
{
	background-image: url(print.gif);
}

div.article-servis ul li.top 
{
	margin-right: 0%;
}

div.article-servis ul li a 
{
	color: #31667b;
	font-weight: normal;
	text-decoration: none;
}

div.article-servis ul li.top a 
{
	color: #000000;
}

div.article-servis ul li a:hover 
{
	font-weight: normal;
}

div.article-servis ul li a span.bracket.right 
{
	width: 4px;
	height: 12px;
	top: 0.2em;
	right: 0px;
}

div.page.stencil1 div.article-servis ul li a span.bracket.right 
{
	background-position: -55px 0px;
}

div.page.stencil2 div.article-servis ul li a span.bracket.right 
{
	background-position: -77px 0px;
}

/* newsletter */

div.newsletter h2 
{
	text-transform: lowercase;
	/*color: #ff6600;*/
	/*position: relative;*/
	/*float: left;*/
	text-align: right;
	padding-right: 7px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 1.1em;
	/*display: none;*/
	clear: both;
}
div.box.newsletter {
	margin-bottom:0;
	position:relative;
	height:60px;
}
div.newsletter h2 span.bracket.right 
{
	width: 5px;
	height: 16px;
	right: 0px;
	bottom: 0.4em;
	background-position: -68px 0px;
}
div.newsletter-link-img {
	position:absolute;
	top:2em;
	left:3.6em;
	background-image: url(form-input-submit.gif);
	height: 13px;
	width: 13px;
}
div.newsletter-link-img {
	cursor:Pointer;
}
div.newsletter p.href {
		padding-left: 3.6em;
		letter-spacing: normal;
		font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
div.newsletter p.href a {
		background: url(form-input-submit.gif) no-repeat;
	font-weight: normal;
	clear: both;
	padding-left: 25px;
	border: none;
}
div.newsletter p.href a:hover {
	color: #ff6600;
}

/* newsletter form */

div.newsletter-form h1 
{
	text-transform: lowercase;
	color: #31667b;
	position: relative;
	float: left;
	text-align: right;
	padding-right: 15px;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-size: 1.5em;
}
div.newsletter-form h1 span.bracket.right 
{
	width: 5px;
	height: 16px;
	right: 0px;
	bottom: 0.4em;
	background-position: -68px 0px;
}

div.newsletter-form form 
{
	clear:both;
	color: #31667b;
}

div.newsletter-form form label, div.recommend form label 
{
	float: left;
	width: 140px;
	text-transform: lowercase;
	color: #31667b;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 3px;
}

div.newsletter-form form input.text 
{
	border: 1px solid #ff7f00;
	width: 15.0em;
	font-size: 1.1em;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	margin-bottom: 5px;
}
div.newsletter-form form input.submit, table.table-guestbook input.submit, div.recommend form input.submit 
{
	border: none;
	background-color: transparent;
	color: #31667b;
	padding-left: 13px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	background-image: url(form-input-submit.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	font-size: 12px;
	margin-left: 3.6em;
	margin-top: 7px;
}

div.recommend form {
margin-top: 10px;
}

* html div.newsletter-form form input.submit 
{
	margin-left: 3.8em;
	padding-left: 13px;
}



/* servis pro stanku - vr÷tit se zpet, vytisknout stranku, nahoru */
div.page-service 
{
	width:100%;
}
div.page-service .service-content 
{
	width:596px;
	text-align:center;
	margin-left:243px;
	padding-bottom:5px;
	font-size: 0.8em;
}

div.page-service .service-content {
	margin-left:244px\9;
}

div.page-service div.article-servis 
{
	padding-bottom: 0px;
}
div.page-service div.article-servis ul li 
{
	margin-right: 0.5em;
}
div.stencil1 div.page-service 
{
	background-color: #ff7f00;
}

div.stencil2 div.page-service 
{
	background-color: #31667b;
}
div.stencil1 div.page-service .service-content 
{
	background-color: #ff7f00;
	background-image: url(page.content.stencil1.gif);
}

div.stencil2 div.page-service .service-content 
{
	background-color: #31667b;
	background-image: url(page.content.stencil2.gif);
}

div.page-service a {
	color: #31667b;
}
/* paticka */

div.spacer {
	clear: both;
	height: 5em;
}

div.footer 
{
	width: 100%;
	display: table;
}

div.homepage div.footer 
{
	position: absolute;
	bottom: 0px;
	background-color: #b5c9d2;
	clear: both;
}

* html div.homepage div.footer {
	bottom: -1px;
}

div.page div.footer 
{
	background-color: #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.page.stencil1 div.footer 
{
	border-top: 3px solid #ff7f00;
}

div.page.stencil2 div.footer 
{
	border-top: 3px solid #31667b;
}

/* vyber jazyka */

div.home-langmenu 
{
	width: 176px;
	text-transform: lowercase;
	color: #31667b;
	float: left;
	background-color: #b5c9d2;
	min-height: 83px;
}

* html div.home-langmenu {
	height: 83px;
}

div.home-langmenu h2 
{
	position: absolute;
	left: -10000px;
}

div.home-langmenu ul 
{
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 11px;
	margin-bottom: 0em;
	padding: 0em;
}

div.home-langmenu ul li 
{
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 0.6em;
	position: relative;
	padding-right: 6px;
 	margin-top: 3px;
	margin-left: 54px;
	float: left;
	clear: both;
}

div.home-langmenu ul li a span.bracket.right 
{
	width: 4px;
	height: 12px;
	top: 0.8em;
	right: 0px;
	background-position: -23px 0px;
	cursor: pointer;
}

div.home-langmenu ul li.cs 
{
	/*background-image: url(cs.gif);*/
}

div.home-langmenu ul li.en 
{
	/*background-image: url(en.gif);*/
}

div.home-langmenu ul li a 
{
	color: #31667b;
	text-decoration: none;
}

div.home-langmenu ul li a:hover 
{
	color: #ff7f00;
	text-decoration: none;
}

/* esf na hp */

div.homepage div.esf 
{
	float: left;
	background-color: #b5c9d2;
  	min-height: 83px;
	width: 89px;
}

* html div.homepage div.esf {
	height: 83px;
}

div.homepage div.esf p 
{
	margin-left: 23px;
	margin-top: 24px;
	width: 43px;
	height: 37px;
	position: relative;
	float: left;
}

div.homepage div.esf p a span 
{
	width: 43px;
	height: 37px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(esf.gif);
	cursor: pointer;
}
div.homepage div.esf div.esf-text {
   float: left;
   margin-left: 9px;
   margin-top: 9px;
   /*width: 80px;*/
	color:#000000;
   font-size:9px;
}
/* vstup do organizeru */

div.organizer 
{
	background-color: #264d69;
	font-size: 0.7em;
}

div.homepage div.organizer 
{
	float: left;
	width: 227px;
	background-image: url(homepage.organizer.gif);
	background-position: 14em;
	background-repeat: no-repeat;
	min-height: 83px;
	/*border-left: 4px solid #ff7f00;*/
	border-right: 4px solid #ffffff;
	border-left: 4px solid #ffffff;
}

* html div.homepage div.organizer {
	height: 83px;
}

/*body.en div.homepage div.organizer { background: #264d69; }*/

div.homepage div.organizer p 
{
	float: left;
	position: relative;
	padding-right: 7px;
	padding-left: 5px;
	margin-top: 2.7em;
	margin-bottom: 2.1em;
}

* html div.homepage div.organizer p {
	padding-bottom: 2.4em;
}

*+html div.homepage div.organizer p
{
	padding-bottom: 2.4em;
}

div.homepage div.organizer p span.bracket.right 
{
	width: 5px;
	height: 16px;
	right: 0px;
	top: 0.25em;
	background-position: 0px 0px;
}

div.homepage div.organizer a 
{
	color: #ffffff;
	text-decoration: none;
}

div.page div.organizer 
{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-image: url(page.organizer.gif);
	background-position: center 3em;
	background-repeat: no-repeat;
	min-height: 8.5em;
	position: relative;
}

* html div.page div.organizer 
{
	height: 8.5em;
}
div.page div.organizer .organizer-link span
{
   display:block;
   height:65px;
   left:42px;
   position:absolute;
   top:34px;
   width:74px;
}
div.page div.organizer .organizer-link,
div.page div.organizer .organizer-link:hover
{text-decoration: none;cursor: pointer;}
div.page div.organizer h2 
{
	position: relative;
	float: left;
	padding-right: 11px;
	padding-left: 1em;
	text-transform: lowercase;
	font-size: 1.1em;
}

div.page div.organizer h2 a 
{
	color: #ffffff;
	text-decoration: none;
}

div.page div.organizer h2 a span.bracket.right 
{
	width: 5px;
	height: 16px;
	background-position: -63px 0px;
	top: 0.2em;
	right: 0px;
}

div.organizer a:hover 
{
	color: #ff7f00;
}

/* oddelovac */

div.page div.divider 
{
	height: 3px;
	overflow: hidden;
}

div.page.stencil1 div.divider 
{
	background-color: #ff7f00;
}

div.page.stencil2 div.divider 
{
	background-color: #31667b;
}

div.text 
{
	margin-left: 45px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.7em;
}

* html div.text 
{
	width: 48em;
}

div.text div.drob-navig 
{
	margin-bottom:15px;
}
/* formular guestbooku */

.guestbook
{
	clear: both;
	margin: 0px 0px 0px 0px;
}

div.guestbook form 
{
	color: #000000;
	width: 100%;
	display: table;
	margin-bottom: 10px;
	color: #31667b;
}
div.stencil1 div.guestbook form {
	background-color: #ffefdf;
}
div.stencil2 div.guestbook form {
	background-color: #e9eff2;
}
div.guestbook form fieldset 
{
	margin: 0em;
	float: left;
	border: none;
}

div.guestbook form fieldset.left 
{
	width: 58%;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.guestbook form fieldset.left .text {
	width:184px;
	height: 18px;
}

div.guestbook form fieldset.right 
{
	width: 30%;
	padding-top: 15px;
}

* html div.guestbook form fieldset.left 
{
	width: 56%;
}

* html div.guestbook form fieldset.right 
{
	width: 38%;
}

table.table-guestbook table td {
  width: 10em;
	text-transform: lowercase;
	color: #31667b;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 3px;
}

div.guestbook form label, 
{
/*
	font-size: 0.9em;
	color: #000000;
	line-height: 1.5em;
*/
	float: left;
	width: 10em;
	text-transform: lowercase;
	color: #31667b;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 3px;
  
}

div.guestbook form input.text 
{
	border: 1px solid #ff7f00;
	/*width: 15.0em;*/
	font-size: 12px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	margin-bottom: 5px;
}

div.guestbook form textarea 
{
	border: 1px solid #ff7f00;
	overflow: auto;
}

div.guestbook {
margin-top: 10px;
}

div.guestbook form input.submit 
{
	/*min-height: 38px;*/
	margin-left:3px;
	padding-left: 16px;
	background-image: url(form-input-submit.gif) no-repeat 2px left;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	text-transform: lowercase;
	margin-top: 10px;
}

* html div.guestbook form input.submit 
{
	padding-left: 13px;
	/*height: 38px;*/
}

div.guestbook form img 
{
	margin-top: 5px;
	float: left;
	margin-right: 5px;
}

/* form upraveny pro preposlani clanku */
div.guestbook.recommend form fieldset.left 
{
	width: 48%;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

div.guestbook.recommend form fieldset.right 
{
	width: 40%;
	padding-top: 15px;
}

* html div.guestbook.recommend form fieldset.left 
{
	width: 45%;
}

* html div.guestbook.recommend form fieldset.right 
{
	width: 48%;
}
/* ---- */

/* custom formulare */

div.custom-form
{
	color: #31667b;
	padding-bottom: 10px;
}
div.stencil1 div.custom-form {
	background-color: #ffefdf;
}
div.stencil2 div.custom-form {
	background-color: #e9eff2;
}

div.custom-form td.label
{
	width:120px;
}
div.custom-form span.required
{
	color:red;
}

div.guestbook form fieldset legend 
{
	display: none;
}
div.custom-form input.submit {
	background: transparent;
	border: none;
	color: #31667b;
	background: url(form-input-submit.gif) no-repeat;
	padding-left: 10px;
}

/* polozka diskuse */

div.item 
{
	padding-top: 10px;
	padding-bottom: 10px;
	width:540px
}
div.item .left-part 
{
	float:left;
	width:150px;
	padding:0;
	text-align:center;
	margin-right:10px;
	padding-bottom:10px;
}
*html div.item .left-part 
{
	padding:0;
	margin-right:10px;
	margin-bottom:10px;
}
div.item .right-part 
{
	float:left;
	width:372px;
	margin:0;
	padding:0;
}
*html div.item .right-part {
	margin-left:3px;
}
*html div.item .right-part.full {
	margin-left:0px;
}
div.item .right-part .perex {
/*	font-style:italic;*/
} 
div.item p.detail-content {
	float:none;
	margin:0;
	padding:0;
}
div.item .right-part.full 
{
	float:left;
	width:540px;
}

div.item p.header 
{
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: -0.8em;
}

div.stencil1 div.item p.header 
{
	color: #ff6600;
}
div.stencil1 div.item p.header a
{
	color: #ff6600;
	text-decoration:none;
}
div.stencil2 div.item p.header 
{
	color: #31667b;
}
div.stencil2 div.item p.header a
{
	color: #31667b;
	text-decoration:none;
}
/*
div.stencil1 div.item h1 
{
	color: #ff6600;
}
div.stencil2 div.item h1 
{
	color: #31667b;
}
*/
div.item ins 
{
	text-decoration: none;
	color: #31667b;
	font-size: 0.9em;
}

div.item span.email 
{
	/*color: #ffffff;*/
	font-size: 0.9em;
}

/* galerie prehled */

div.gallery.list div.items 
{
	width: 100%;
	display: table;
}

div.gallery.list div.items div.item 
{
	width: 167px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	text-align: center;
}

div.item.last-in-row 
{
	margin-right: 0px;
}

div.item img 
{
	border: 1px solid #cccccc;
}

/* galerie obrazek */

div.gallery.image div.item 
{
	text-align: center;
}

/* strankovani ve fotogaleriich */

div.paging.gallery-list, div.paging.single-image 
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div.paging ul li 
{
	position: relative;
	display: inline;
	/* width: 1%; */
	white-space: nowrap;
}

div.paging.gallery-list ul li 
{
	/* padding-right: 10px; */
	padding-right: 0px;
}

div.paging.single-image ul li 
{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

div.paging ul li a span.bracket 
{
	width: 4px;
	height: 12px;
	top: 0.2em;
}

div.paging ul li a span.bracket.left 
{
	left: 0px;
}

div.paging ul li a span.bracket.right 
{
	right: 0px;
}

div.page.stencil1 div.paging ul li a span.bracket.left 
{
	background-position: -51px 0px;
}

div.page.stencil2 div.paging ul li a span.bracket.left 
{
	background-position: -73px 0px;
}

div.page.stencil1 div.paging ul li a span.bracket.right 
{
	background-position: -55px 0px;
}

div.page.stencil2 div.paging ul li a span.bracket.right 
{
	background-position: -77px 0px;
}

div.page.stencil1 div.paging.gallery-list ul li a.active 
{
	color: #ff7f00;
}

div.page.stencil2 div.paging.gallery-list ul li a.active 
{
	color: #31667b;
}

/* servisni menu */

div.servicemenu 
{
	float: left;
	margin-left: 35px;
	display: inline;
	font-size: 0.6em;
}

div.servicemenu h2 
{
	position: absolute;
	left: -10000px;
}

div.servicemenu ul 
{
	margin: 0em;
	padding: 0em;
}

div.servicemenu ul li 
{
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 6px;
	margin-right: 5px;
	border-right: 1px solid #336699;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 0.9em;
}

div.servicemenu ul li.last 
{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}

div.servicemenu ul li a { color: #336699;}

/* credits */

div.credits 
{
	float: right;
	margin-right: 35px;
	display: inline;
	font-size: 0.6em;
}

div.credits p 
{
	float: left;
	padding-right: 6px;
	margin-right: 5px;
	border-right: 1px solid #31667b;
	font-weight: bold;
	color: #555555;
	padding-top: 0em;
	padding-bottom: 0em;
}

div.credits p.last 
{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

div.credits a 
{
	color: #31667b;
}

img.captcha-image 
{
	float: left;
	width: 90px;
	margin: 3px;
	margin-bottom: 0px;
}

span.captcha-help 
{
/*	float: left;
	display: block;*/
	text-align: left;
	margin: 3px;
	margin-bottom: 0px;
}

input.captcha-number 
{
	float: left;
	width: 88px;
	height: 18px;
	margin: 5px 3px 0 0;
	font-family: Tahoma, Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px !important;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #ff7f00;
}

div.no-foto 
{	
	border:1px solid;
	padding : 20px 0;
	width:100%;
}
.cl { clear:both;}
/* sitemap */
ul.sitemap
{
	margin:10px 0;
	padding:0;
	line-height:1.3em;
}
ul.sitemap li 
{
	list-style-type:none;
	padding-left:10px;
}
ul.sitemap li.first-level
{
	padding-left:0;
}

textarea.customFormTextarea 
{
	width: 80%;
	height: 50px;
}

/*  search form box */
div.search h2 
{
	text-transform: lowercase;
	color: #ff6600;
	position: relative;
	float: left;
	text-align: right;
	padding-right: 7px;
	line-height: 1.5em;
	margin-bottom: 10px;
	font-size: 1.1em;
}

div.search form 
{
	margin: 0em;
}

div.search form input.text 
{
	border: 1px solid #ff7f00;
	width: 11.5em;
	font-size: 0.8em;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	margin-bottom: 5px;
}

div.search form input.submit 
{
	border: none;
	background-color: transparent;
	color: #ff6600;
	padding-left: 25px;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	background-image: url(form-input-submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 3.6em;
	margin-top: 7px;
}

* html div.search form input.submit 
{
	margin-left: 3.8em;
	padding-left: 13px;
}

div.lang 
{
	margin-top: 3px;
	float: right;	
}

div.page div.mainmenu div.lang 
{
	margin-top: 26px;
	margin-right: 10px;
}

div.page div.mainmenu div.lang a {
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	float: left;	
	text-transform: uppercase;
}

div.page div.mainmenu div.lang span {
	display: block;
	float: left;
	width: 7px;
	height: 23px;
	background-image: url(brackets.gif);
	background-repeat: no-repeat;
	background-position: -31px 0px;
	position: relative;
	top: -2px;
}

form.guestbook 
{
	clear: both;
	width: 90%;
}

form.guestbook input.text 
{
	width: 140px;
	#position: relative;
	#top: 0px;
	float: right;
}

form.guestbook input.submit
{
	/*width: 140px;*/
	
}

form.guestbook textarea
{
	width: 175px;
	height: 125px;
	margin: 6px 0px;
}

form.guestbook .captcha-help { 
	clear: both;
}

form.guestbook .captcha-number {
	width: 88px;
	border: 1px solid #ff7f00;
}

.label-text {
	padding-top: 5px;
}

div.error 
{ 
   clear:both;
   color:red; font-weight:bold;
}

table.table-guestbook
{
	margin: 10px 5px 10px 5px;
}
table.table-guestbook td,
table.table-guestbook table td
{
	margin: 0px;
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
table.table-guestbook textarea
{
	margin: 0px;
}
td.table-guestbook-label
{
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}
table.table-guestbook .captcha
{
	position: relative;
	display: block;
	width: 170px;
	height: 150px;
	overflow: hidden;
}
table.table-guestbook .captcha img
{
	position: absolute;
	top: 58px;
	left: 0px
}
table.table-guestbook .captcha span.captcha-help
{
	position: absolute;
	top: 0px;
	left: 0px;
}
table.table-guestbook .captcha input.captcha-number
{
	position: absolute;
	bottom: 3px;
	left: 2px;
}

/** 11.11.2009 - pridano pro modifikaci praveho sloupce */

div.right div.box {
	margin: 0;
	padding:10px 9px;
}

/** oranzova */
.stencil1 div.right div.box {
	border-left:2px solid #FF7F00;
}

/** modra */
.stencil2 div.right div.box {
	border-left:2px solid #31667B;
}

div.right div.box img {
	padding:0 !important;
	margin:0 !important;
}

/* div.right div.box:hover h2 {
	color:#333;
} */