/* www.perspektivyjakosti.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	background: #ffffff url(page.gif) repeat-y top center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

body.editor {
	font-size: 0.7em;
}

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: 0em;
	padding-bottom: 0em;
	margin-bottom: 14px;
	background: url(arrow-green-right-up.gif) no-repeat left 0.2em;
	padding-left: 22px;
	color: #00a55c;
	font-family: "Times New Roman", serif;
	margin-left: -22px;
}

h2 {
	font-family: "Times New Roman", serif;
	font-size: 1.4em;
  color: #00a55c;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

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;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #666666;
}

a:hover {
	color: #00a55c;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend {
	border: 1px dotted #cccccc;
	padding: 0.3em;
}

input.text, input.captcha-number {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
	border: 2px solid #81d3af;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 1px;
	width: 250px;
}

* html input.text {
	margin-bottom: 0px; 
}

input.captcha-number {
	width: 84px;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	color: #ffffff;
	border: none;
	background: #00a55c;
	font-family: "Times New Roman", serif;
	padding: 10px 10px 10px 10px;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #ffffff;
	border: 2px solid #81d3af;
	padding-left: 2px;
	padding-right: 2px;
	overflow: auto;
	width: 250px;
}

select {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

table {
	font-size: 1em;
}

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;
}

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;
}

table.colored th {
	background-color: #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/* stranka */

div.homepage, div.page {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 0.7em;
}

/* vrstva pro tisk */

div.print-header {
	display: none;
}

/* presun na obsah */

div.shift-to-content {
	position: absolute;
	left: -10000px;
}

/* hlavicka */

div.header {
	background: url(header.jpg) no-repeat 293px 0px;
	height: 145px;
}

/* logo */

div.logo {
	width: 256px;
	height: 89px;
	overflow: hidden;
	margin-left: 25px;
	margin-top: 20px;
	float: left;
	display: inline;
}

div.logo p {
	width: 256px;
	height: 89px;
	overflow: hidden;
	position: relative;
}

div.logo span {
	width: 256px;
	height: 89px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url(perspektivy-jakosti.gif);
}

div.logo a span {
	cursor: pointer;
}

/* vyhledavani */

div.searching {
	float: right;
	margin-right: 35px;
	margin-top: 13px;
	display: inline;
}

div.searching input.text {
	background: #e7e7e7;
	border: none;
	color: #000000;
	width: 75px;
}

div.searching label {
	color: #00a55c;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	text-transform: lowercase;
}

div.searching input.image {
	width: 16px;
	height: 16px;
	margin-left: 7px;
	margin-bottom: -5px;
}

/* obsah */

/* sloupce */

div.content div.left {
	width: 253px;
	float: left;
	margin-left: 27px;
	display: inline;
}

div.content div.right {
	width: 570px;
	float: right;
	margin-right: 37px;
	display: inline;
}

/* levy sloupec */

/* hlavni menu */

div.mainmenu {
	margin-bottom: 23px;
}

div.mainmenu h2 {
	position: absolute;
	left: -10000px;
}

div.mainmenu ul {
	margin: 0em;
	padding: 0em;
}

div.mainmenu li {
	list-style-type: none;
	list-style-image: none;
	background: url(arrow-green-right-up.gif) no-repeat left 5px;
	padding-left: 23px;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 3px;
}

div.mainmenu li ul li {
	background: none;
	padding-left: 0px;
	font-size: 1em;
}

div.mainmenu a {
	color: #666666;
	text-decoration: none;
	background: #e7e7e7;
	padding: 4px 13px 4px 13px;
	display: block;
}

div.mainmenu li ul a {
	background: none;
}

* html div.mainmenu a {
	height: 1%;
}

div.mainmenu a:hover {
	color: #000000;
	text-decoration: none;
}

/* boxy */

div.box {
	margin-bottom: 25px;
	margin-left: 23px;
	position: relative;
}

div.box h2 {
	background: #e7e7e7;
	color: #666666;
	padding: 4px 13px 4px 13px;
	margin-bottom: 3px;
  font-family: "Times New Roman", serif;
	font-size: 1.2em;
}

div.box div.container {
	background: #e7e7e7;
	padding: 13px;
}

/* pravy sloupec */

div.text {
	padding-top: 20px;
	margin-left: 22px;
	margin-bottom: 10px;
}

div.homepage div.text {
	background: #00a55c;
	margin-left: 0px;
	padding: 23px 20px 23px 23px;
}

div.homepage div.text * {
	color: #ffffff;
}

div.homepage div.text h1 {
	background: none;
	margin-left: -22px;
}

/* clanky */

div.homepage div.articles {
	margin-left: 22px;
}

div.articles h3.rubric {
	margin-left: -22px;
}

div.articles div.item {
   position: relative;

	padding: 13px 20px 0px 23px;
	background: url(arrow-green-right-up.gif) no-repeat left 1.5em;
	font-style: italic;
	margin-left: -22px;
}

div.articles div.item.hot {
	border: 1px solid #00a55c;
	background: none;
	margin-top: 13px;
}

div.articles div.item h2 {
	color: #00a55c;
  font-family: "Times New Roman", serif;
	font-style: normal;
	padding-top: 0em;
	margin-top: 0px;
}

div.articles div.item h2 a {
	color: #00a55c;
	text-decoration: none;
}

p.additional {
	font-family: "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 0em;
	padding-bottom: 0em;
}

p.additional ins {
	text-decoration: none;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	padding-left: 8px;
	padding-right: 8px;
}

p.additional a {
	text-decoration: none;
	border-right: 1px solid #b2b2b2;
	padding-left: 8px;
	padding-right: 8px;
}

div.page p.additional a {
	border-right: none;
	padding-right: 3px;
}

span.img-nest {
	/*width: 150px;*/
	overflow: hidden;
	float: left;
	margin-right: -3px;
}

span.img-nest img {
	margin-right: 14px;
	margin-bottom: 14px;
}

/* diskuse */

div.discussion {
	font-style: normal;
	clear: both;
}

div.discussion label {
	font-weight: bold;
	float: left;
	width: 10em;
	font-family: "Times New Roman", serif;
}

div.discussion input.text, div.discussion textarea, div.discussion input.captcha-number {
	border: 2px solid #81d3af;
}

div.discussion input.submit {
	color: #ffffff;
	border: none;
	background: #00a55c;
	font-family: "Times New Roman", serif;
	padding: 10px 10px 10px 10px;
	display: inline;
	float: right;
	clear: both;
}

div.captcha {
	width: 250px;
	font-family: "Times New Roman", serif;
	margin-left: 10em;
}

div.discussion input.captcha-number {
	width: 84px;
}

div.captcha img {
	border: 1px solid #999999;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}

div.response {
	padding: 4px;
	clear: both;
	position: relative;
	margin-left: -10px;
}

div.response p.header {
	font-family: "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
}

p.header ins {
	text-decoration: none;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	padding-left: 8px;
	padding-right: 8px;
}

p.header span.name {
	border-right: 1px solid #b2b2b2;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 8px;
}

/* fotogalerie */

div.fotogalerie hr {
 display: none;
}

p.img-nest {
	text-align: center;
}

/* vypis fotogalerii */

div.photogalleries-listing {
	margin-left: -7px;
	margin-top: 15px;
}

div.photogalleries-listing div.item {
	border: 2px solid #80d2ae;
	float: left;
	width: 150px;
	padding: 5px;
	margin-right: 22px;
	margin-bottom: 15px;
	position: relative;
}

/* fotogalerie vypis */

div.photogallery-listing {
	margin-left: -7px;
	margin-top: 15px;
}

* html div.photogallery-listing {
	display: inline;
}

div.photogallery-listing div.item {
	border: 2px solid #80d2ae;
	float: left;
	width: 150px;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
}

* html div.photogallery-listing div.item {
	 margin-right: 18px;
}

/* fotogalerie detail */

div.photo {
	border: 2px solid #80d2ae;
	padding: 55px 15px 85px 15px;
	position: relative;
	margin-left: -3px;
	margin-top: 15px;
}

div.photo h2 {
	text-align: center;
}

/* strankovani */

div.paging {
	width: 100%;
	display: table;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	clear: both;
}

div.paging ul {
	margin: 0em;
	padding: 0em;
}

div.paging li {
	list-style-type: none;
	list-style-image: none;
}

div.paging a {
	text-decoration: none;
}

div.paging a:hover {
	color: #000000;
  text-decoration: none;
}

div.paging.single-photo li.previous {
	float: left;
	width: 25%;
}

div.paging.single-photo li.back-to-gallery {
	width: 50%;
	float: left;
	text-align: center;
}

div.paging.single-photo li.next {
	width: 25%;
	float: right;
	text-align: right;
}

div.paging.single-photo li.previous a {
	background: url(arrow-green-left-up.gif) no-repeat left top;
	padding-left: 25px;
	padding-bottom: 3px;
	display: block;
}

div.paging.single-photo li.next a {
	background: url(arrow-green-right-up.gif) no-repeat right top;
	padding-right: 25px;
	padding-bottom: 3px;
	display: block;
}

div.pager {
	clear: both;
	font-weight: bold;
}

/* mapa webu */

ul.sitemap {
	margin: 0em;
	padding: 0em;
}

ul.sitemap li {
	list-style-type: none;
	list-style-image: none;
	background: url(arrow-green-right-down.gif) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

/* sipky */

span.arrow {
	position: absolute;
	left: -25px;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

span.arrow.grey.right.up {
	background: url(arrow-grey-right-up.gif) no-repeat;
}

span.arrow.green.right.up {
	background: url(arrow-green-right-up.gif) no-repeat;
}

span.arrow.green.right.down {
	background: url(arrow-green-right-down.gif) no-repeat;
}

div.response span.arrow {
		left: -16px;
}

div.photogalleries-listing span.arrow, div.photogallery-listing span.arrow {
	left: -17px;
	top: -2px;
}

div.photo span.arrow {
	left: -17px;
	top: -2px;
}

* html div.photo span.arrow {
	left: -32px;
	top: 0px; 
}

div.box span.arrow {
	background: url(arrow-grey-right-up.gif) no-repeat;
}

div.wrap {
	clear: both;
	overflow: hidden;
}

/* statusy */

p.status.ko {
	color: #cc0000;
}

p.status.ok {
	color: #009933;
}

/* formular */

td.label {
	font-family: "Times New Roman", serif;
	color: #666666;
}

div.formular hr {
	display: none;
}

/* footer */

div.footer {
	clear: both;
}

div.page div.footer {
	margin-left: -22px;
}

/* sekundarni menu */

div.secondarymenu {
	margin-top: 15px;
	margin-bottom: 4px;
	padding: 7px 23px 7px 23px;
	background: #e7e7e7;
}

div.secondarymenu ul {
	margin: 0em;
	padding: 0em;
}

div.secondarymenu li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	font-family: "Times New Roman", serif;
	font-weight: bold;
	white-space: nowrap;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #00a55c;
}

div.secondarymenu a {
	color: #00a55c;
	text-decoration: none;
}

div.secondarymenu a:hover {
	color: #000000;
	text-decoration: none;
}

/* copyright */

div.copyright {
	padding: 7px 23px 7px 23px;
	background: #e7e7e7;
}

div.copyright p {
	font-family: "Times New Roman", serif;
	font-weight: bold;
	display: inline;
  margin-right: 5px;
	padding-right: 5px;
	padding-top: 0em;
  padding-bottom: 0em;
	border-right: 1px solid #666666;
}

div.copyright p.last {
  margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
.rubric
{
   background-color: #00A55C;
   color: white;
   padding: 5px 5px 5px 10px;
}
.rubric a
{
   color: white;
}
.an-l1 { margin-left: -1px; }