/* www.nfa.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

html {
	font-size: 100.01%;
	background: #000000;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 1.0em;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	background: #4a4951;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

body.win
{
  width: auto;
}

a img, a:link img {
	border: none;
}

p {
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h1 {
	font-size: 1.3em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h2 {
	font-size: 1.1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h3 {
	font-size: 1em;
	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;
}

strong {
	color: #66cccc;
}

ol {
	padding-left: 2.3em;
	margin-left: 0em;
}

ul {
	padding-left: 2.3em;
	margin-left: 0em;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #66CCCC;
}

a:hover {
	color: #ffffff;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend {
	border: 1px dotted #cccccc;
	padding: 0.3em;
}

input.text {
	font-family: sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: 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: sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
	padding-left: 2px;
	padding-right: 2px;
	overflow: auto;
}

select {
	font-family: 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;
}

img.border
{
  border: 1px solid #ffffff;
}

/* stranka */

div.homepage {
	background: #4a4951 url(homepage.gif) repeat-y left top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
  position: relative;
}
.homepage.hm-en {background: #4a4951 url(homepage.en.gif) repeat-y left top;}

div.page {
	background: #4a4951 url(page.gif) repeat-y left top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	position: relative;
}

/* vrstva pro tisk */

div.print-header {
	display: none;
}

/* presun na obsah */

div.shift-to-content {
	position: absolute;
	left: -10000px;
}

/* sloupcovani */

div.columns {
}

div.wrapper
{
  clear: both;
}

div.columns div.left {
	width: 827px;
	float: left;
	overflow: hidden;
}

div.columns div.right {
	width: 172px;
	float: right;
	overflow: hidden;
	
	font-size: 1.1em;
}

div.homepage div.content div.columns div.left, div.page div.content div.columns div.left {
	width: 172px;
	float: left;
	margin-right: 3px;
	overflow: hidden;
}

div.homepage div.content div.columns div.center {
	width: 305px;
	float: left;
	margin: 15px 15px 15px 10px;
	overflow: hidden;
}

div.homepage div.content div.columns div.center-en {
	width: 605px;
	float: left;
	margin: 15px 15px 15px 10px;
	overflow: hidden;
}

div.homepage div.content div.columns div.right {
	width: 320px;
	float: right;
	overflow: hidden;
}

div.page div.content div.columns div.right {
	width: 650px;
	float: right;
}

div.text {
	margin: 15px;
}

/* hlavicka */

div.header {
	background: #000000 url(header.png) no-repeat left top;
	position: relative;
	min-height: 13.2em;
}

* html div.header {
	height: 13.2em;
}

/* vyber jazyka */

div.langmenu {
	position: absolute;
	left: 190px;
	top: 50px;
}

div.langmenu h2 {
	position: absolute;
	left: -10000px;
}

div.langmenu ul {
	margin: 0em;
	padding: 0em;
}

div.langmenu ul li {
	list-style-type: none;
	list-style-image: none;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 2em;
}

div.langmenu a {
	color: #ffffff;
	text-decoration: none;
}

div.langmenu a:hover, div.langmenu a.active {
	color: #000000;
	text-decoration: none;
}

/* logo */

div.logo {
	width: 144px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	left: 29px;
	top: 51px;
}

.logo-home-link
{
	position: absolute;
	top: 0px;
	left: 0px;

	display: block;

	width: 150px;
	height: 80px;
}

div.logo p {
	width: 144px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

div.logo p span {
	width: 144px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url(header.png) -29px -51px;
}

div.logo a span {
	cursor: pointer;
}

/* submenu */

div.submenu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000000;
	width: 100%;
}

div.submenu h2 {
	position: absolute;
	left: -10000px;
}

div.submenu ul {
	margin: 0em;
	padding: 0em;
}

* html div.submenu ul
{
  margin-left: -17px;
}

div.submenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	font-weight: bold;
	font-size: 0.75em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 17px;
	margin-left: 17px;
}

div.submenu a {
	color: #ffffff;
	text-decoration: none;
}

div.submenu a:hover, div.submenu a.active {
	color: #66cccc;
	text-decoration: none;
}

/* hlavni menu */

div.mainmenu {
	background: url(mainmenu.gif) no-repeat left top;
	padding-top: 10px;
}

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;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: 1px solid #000000;
	width: 100%;
	display: table;
}

div.mainmenu li li li
{
	font-size: 1em !important;
	padding-left: 5px;
}
div.mainmenu li li li a {font-weight: normal;}

* html div.mainmenu li {
  /*margin-bottom: -3px;*/
}

*+html div.mainmenu li {
  /*margin-bottom: -3px;*/
}

div.mainmenu li.first {
	border-top: none;
}

div.mainmenu li.active {
	background: #66cccc;
}

div.mainmenu li.active li {
	background: #4a4951;
}

div.mainmenu a {
	color: #ffffff;
	text-decoration: none;
	position: relative;
	display: block;
	float: left;
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 10px;
	margin-left: 10px;
	display: inline;
}

div.mainmenu a:hover, div.mainmenu a.active {
	color: #66cccc;
	text-decoration: none;
	padding-left: 13px;
}

div.mainmenu a.active {
	color: #000000 !important;
	background: #66cccc;
}

div.mainmenu span.pointer {
	width: 6px;
	height: 7px;
	top: 0.8em;
	visibility: hidden;
}

div.mainmenu span.pointer.left {
	background-position: -32px 0px;
}

div.mainmenu span.pointer.right {
	background-position: -38px 0px;
}

div.mainmenu a:hover span.pointer,
div.mainmenu a.active span.pointer {
	visibility: visible;
}

div.mainmenu ul ul {
	clear: both;
}

div.mainmenu ul ul a {
	padding-left: 13px;
	color: #66cccc;
}

div.mainmenu ul ul a:hover, div.mainmenu ul ul a.active {
	padding-left: 13px;
	color: #ffffff !important;
	background: transparent;
}

div.mainmenu ul ul li {
	font-size: 0.9em;
}

div.mainmenu ul ul ul li
{
	font-size: 0.8em;
}

div.mainmenu ul ul ul a.active,
div.mainmenu ul ul ul a,
div.mainmenu ul ul ul a:hover {
	padding-left: 20px;
}

div.mainmenu ul ul ul span.pointer.left,
div.mainmenu ul ul span.pointer.left {
	visibility: visible;
}

/* bio ponrepo odkaz */

div.ponrepo {
	width: 172px;
	height: 120px;
	overflow: hidden;
}

div.ponrepo {
	width: 172px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

div.ponrepo a {
	width: 172px;
	height: 120px;
	display: block;
	overflow: hidden;
}

div.ponrepo span {
	width: 172px;
	height: 120px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(bio-ponrepo.png);
	cursor: pointer;
}

/* nadchazejici akce */

div.upcoming-events {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;
	margin-top: 10px;
}

div.upcoming-events a {
	color: #66cccc;
	font-weight: bold;
}

div.upcoming-events a:hover {
	color: #ffffff;
}

div.upcoming-events div.item {
	margin-top: 10px;
}

div.upcoming-events div.item span.img-nest {
	width: 146px;
	overflow: hidden;
	background: #ffffff;
	padding: 1px;
	margin: 10px 0px 10px 0px;
	display: block;
}
div.upcoming-events div.item.film span.img-nest {margin: 0px;}

div.upcoming-events div.item ins {
	text-decoration: none;
	font-weight: bold;
}

div.upcoming-events div.item a {
	font-size: 1.1em;
}

/* obsah */

div.content {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 12px;
}

/* obecny box */

div.box {
	overflow: hidden;
	margin-bottom: 10px;
	width: 100%;
	display: table;
	
	font-size: 1.05em;
}

div.box div.container {
	padding: 10px;
}

div.box h2 {
	background: #000000;
	text-align: center;
}

/* oddelovac */

div.divider {
	padding-top: 8px;
	padding-bottom: 11px;
	background: url(horizontal-dots.gif) repeat-x -50px center;
}

/* ukazatele */

span.pointer {
	position: absolute;
	display: block;
	background: url(pointers.gif);
	overflow: hidden;
	cursor: pointer;
}

span.pointer.left {
	left: 0px;
}

span.pointer.right {
	right: 0px;
}

/* systemove odkazy */

p.more {
	font-weight: bold;
	position: relative;
	padding-right: 22px;
	text-transform: lowercase;
	margin-bottom: 1em;
	float: left;
}

p.more a {
	color: #66cccc;
}

p.more a:hover {
	color: #ffffff;
}

p.more span.pointer.right {
	width: 16px;
	height: 7px;
	top: 0.7em;
	background-position: 0px 0px;
}

ul.pagemenu {
	margin: 10px 0em 20px 0em;
	padding: 0em;
}

ul.pagemenu li {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	line-height: 140%;
	position: relative;
}

ul.pagemenu span.pointer.left {
	width: 7px;
	height: 7px;
	top: 0.4em;
	background-position: 0px 0px;
}

ul.pagemenu a {
	color: #66cccc;
	padding-left: 12px;	
}

ul.pagemenu a:hover, ul.pagemenu a.active {
	color: #ffffff;
}

/* levy sloupec */

/* vyhledavani */

div.searching h2 {
	position: absolute;
	left: -10000px;
}

div.searching form {
	margin: 0em;
}

div.searching input.text {
	background: #ffffff url(input-text.gif) no-repeat left top;
	color: #333333;
	border: none;
	width: 90px;
	padding-left: 12px;
	padding-top: 5px;
}

* html div.searching input.text {
	padding-top: 6px;
}

*+html div.searching input.text {
	padding-top: 6px;
}

div.searching input.submit {
	background: #66cccc url(input-submit.gif) no-repeat left top;
	color: #333333;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}

/* newsletter */

div.newsletter form {
	margin: 0em 0em 20px 0em;
}

div.newsletter input.text {
	background: #ffffff url(input-text.gif) no-repeat left top;
	color: #333333;
	border: none;
	width: 90px;
	padding-left: 12px;
	padding-top: 5px;
}

* html div.newsletter input.text {
	padding-top: 6px;
}

*+html div.newsletter input.text {
	padding-top: 6px;
}

div.newsletter input.submit {
	background: #66cccc url(input-submit.gif) no-repeat left top;
	color: #333333;
	border: none;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}

div.newsletter p.more {
	text-transform: none;
	padding-right: 0px;
}

div.newsletter a {
	color: #66cccc;
	font-weight: bold;
	font-size: 0.9em;
	position: relative;
	padding-left: 12px;
}

div.newsletter a:hover {
	color: #ffffff;
}

div.newsletter span.pointer.left {
	width: 7px;
	height: 7px;
	top: 0.4em;
}

/* partneri */

div.partners {
	background: #ffffff;
}

div.partners div.container {
	color: #000000;
}

/* stredni sloupec */

/* pravy sloupec */

/* aktuality */

div.news {
	margin-top: 20px;
	padding-left: 39px;
	padding-right: 15px;
}

div.news h2 {
	text-transform: uppercase;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	position: relative;
	padding-left: 34px;
	margin-left: -32px;
}

* html div.news h2 {
	float: left;
	clear: both;
	margin-left: -16px;	
}

div.news h2 span.pointer.left {
	width: 27px;
	height: 14px;
	top: 0.4em;
	background-position: -44px 0px;
}

div.news div.item {
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
	width: 100%;
	display: table;
	background: url(divider.white.gif) repeat-x left bottom;
	padding-bottom: 13px;
}
div.news div.item .more
{
	margin: 5px 0px 0px 0px;
}

div.news div.item ins {
	font-weight: bold;
	text-decoration: none;
}

/* servis k clanku */

div.pageservice {
	margin-top: 30px;
	padding-top: 30px;
	background: url(divider.white.gif) repeat-x left top;
	width: 100%;
	display: table;
}

div.pageservice ul {
	margin: 0em;
	padding: 0em;
}

div.pageservice li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	text-transform: lowercase;
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 3px;
	position: relative;
}

div.pageservice li.top {
	padding-right: 13px;
}

div.pageservice span.pointer.right {
	width: 7px;
	height: 7px;
	top: 0.25em;
}

div.pageservice a {
	color: #66cccc;
	text-decoration: none;
}

div.pageservice a:hover {
	color: #339999;
	text-decoration: none;
}

/* mapa stranek */

ul.sitemap li {
	list-style-type: none;
	font-weight: bold;
	line-height: 1.5em;
}

ul.sitemap a {
	color: #66cccc;
	text-decoration: none;
	background-image: url(li-sitemap.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	
	padding-left: 15px;
}

ul.sitemap a:hover {
	color: #ffffff;
	text-decoration: none;
}

ul.sitemap li ul li {
	font-weight: normal;
}

/* vypis fotogalerii */

div.photogalleries-list {
	width: 100%;
	display: table;
}

div.photogalleries-list div.item {
	float: left;
	width: 137px;
	text-align: center;
	display: block;
	margin-right: 20px;
}

div.photogalleries-list div.item.last-in-row {
	margin-right: 0px;
}

div.photogalleries-list span.img-nest {
	width: 137px;
	overflow: hidden;
	background: #ffffff;
	padding: 1px;
	margin: 10px 0px 10px 0px;
	display: block;
}

/* vypis fotogalerie */

div.photogallery-list div.item {
	width: 100%;
	display: table;
}

div.photogallery-list div.item p {
	float: left;
	margin-right: 20px;
	text-align: center;
	width: 137px;
}

div.photogallery-list div.item p.last-in-row {
	margin-right: 0px;
}

div.photogallery-list div.item p span.img-nest {
	width: 137px;
	overflow: hidden;
	background: #ffffff;
	padding: 1px;
	margin: 10px 0px 0px 0px;
	display: block;
}

/* jednotlive foto */

div.single-photo {
	width: 100%;
	display: table;
}

div.single-photo div.photo {
	float: left;
}

div.single-photo div.thumbnails {
	float: right;
	width: 137px;
}

div.photo span.img-nest {
	width: 450px;
	overflow: hidden;
	background: #ffffff;
	padding: 1px;
	margin: 10px 0px 10px 0px;
	display: block;
}

div.thumbnails span.img-nest {
	width: 137px;
	overflow: hidden;
	background: #ffffff;
	padding: 1px;
	margin: 10px 0px 10px 0px;
	display: block;
}

/* strankovani */

div.paging {
	width: 100%;
	display: table;
	background: url(divider.black.gif) repeat-x left top;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

div.paging.on-single-photo {
	width: 452px;
}

div.paging ul {
	margin: 0em;
	padding: 6px 0em 12px 0em;
	background: url(divider.black.gif) repeat-x left bottom;
	width: 100%;
	display: table;
}

div.paging li {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
	text-transform: lowercase;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}

div.paging li.previous {
	padding-left: 32px;
	margin-right: 10px;
}

div.paging li.next {
	padding-right: 32px;
	margin-left: 10px;
}

div.paging span.pointer {
	width: 27px;
	height: 14px;
	top: 0.1em;
}

div.paging span.pointer.left {
	background-position: -71px 0px;
}

div.paging span.pointer.right {
	background-position: -44px 0px;
}

* html div.paging span.pointer.right {
	right: auto;
	margin-left: 10px; 
}

div.paging a {
	color: #ffffff;
}

div.paging a:hover, div.paging a.active {
	color: #66cccc;
}

/* bulletin */

div.bulletin-perex {
	font-weight: bold;
	color: #66cccc;
}

div.bulletin-header {
	background: url(divider.white.gif) repeat-x left bottom;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div.bulletin-header {
	height: 4em;
}

div.bulletin-header h2 {
	line-height: 2em;
	color: #66cccc;
}

div.bulletin-header span.nfa {
	position: relative;
	width: 56px;
	height: 30px;
	display: block;
	float: left;
	overflow: hidden;
}

div.bulletin-header span.nfa span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 56px;
	height: 30px;
	overflow: hidden;
	background: url(../data/nfa.gif);
}

div.bulletin-content ins {
	text-decoration: none;
	font-weight: bold;
	color: #66cccc;
}

div.bulletin-footer {
	background: url(divider.white.gif) repeat-x left top;
	width: 100%;
	display: table;
	font-size: 0.85em;
	margin-top: 5px;
	padding-top: 5px;
}

div.bulletin-footer a {
	font-weight: bold;
	color: #66cccc;
}

div.bulletin-footer p.credits {
	float: left;
}

div.bulletin-footer p.sing-off {
	float: right;
}

/* guestbook */

div.guestbook form {
	background: #33cccc;
	color: #000000;
	font-size: 0.85em;
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
div.guestbook form table.guestbook
{
   margin: 10px;
   width: auto;
}
.guestbook table.guestbook td
{

}

div.guestbook fieldset {
	float: left;
	margin: 10px;
	padding: 0em;
	width: 29%;
	border: none;
}

div.guestbook fieldset.basic
{
  width: 23%;
}

div.guestbook fieldset.message
{
  width: 30%;
}

div.guestbook fieldset.captcha
{
  width: 33%;
}

div.guestbook fieldset.captcha div.captcha
{
  display: inline;
}

div.guestbook legend {
	display: none;
}

div.guestbook input.text {
	background: #ffffff url(input-text.gif) no-repeat left top;
	color: #000000;
	border: none;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-right: 28px;
}

div.guestbook textarea {
	background: #ffffff url(input-text.gif) no-repeat left top;
	color: #000000;
	border: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-top: 6px;
	padding-bottom: 2px;
}

div.guestbook input.submit {
	border: none;
	background: #686868 url(input-submit-guestbook.gif) no-repeat 100px;
	color: #ffffff;
	text-transform: lowercase;
	font-weight: normal;
	padding: 5px 50px 5px 5px;
	text-align: left;
}

* html div.guestbook input.submit {
	padding-right: 14px;
	margin-left: -10px;
}

*+html div.guestbook input.submit {
	padding-right: 14px;
	margin-left: -10px;
}

div.guestbook label {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
}

div.guestbook fieldset.basic input.text
{
  margin-bottom: 10px;
}

div.guestbook form img {
	border: 1px solid #999999;
	margin-right: 10px;
}

div.guestbook form a {
	color: #ffffff;
}

div.guestbook form a:hover {
	color: #000000;
}

div.guestbook div.responses {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
}

div.guestbook div.responses ins {
	text-decoration: none;
	font-weight: bold;
}

div.guestbook div.responses b {
	color: #33cccc;
}

/* pata */

div.footer {
	font-size: 0.7em;
	width: 100%;
	display: table;
	margin-top: 15px;
	background: #4a4951 url(horizontal-dots.gif) repeat-x left top;
	border-bottom: 4px solid #000000;
}

div.servicemenu {
	float: left;
	margin: 8px 0px 8px 10px;
}

div.servicemenu ul {
	margin: 0em;
	padding: 0em;
}

div.servicemenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 12px;
	margin-right: 7px;
	background: url(divider-servicemenu.gif) no-repeat right center;
	font-weight: bold;
}

div.servicemenu li.last {
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}

div.servicemenu a {
	color: #ffffff;
}

div.servicemenu a:hover {
	color: #33cccc;
}

div.credits {
	float: right;
	margin: 8px 10px 8px 0px;
}

div.credits p {
	float: left;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	color: #33cccc;
	padding-right: 6px;
	margin-right: 6px;
	padding-top: 0em;
	padding-bottom: 0em;
	background: url(divider-credits.gif) no-repeat right center;
}

div.credits p.last {
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}

div.credits a {
	color: #ffffff;
	font-weight: bold;
}

div.credits a:hover {
	color: #33cccc;
}

div.footer span.dots {
	position: absolute;
	left: 0px;
	bottom: 4px;
	width: 1000px;
	height: 4px;
	background: url(dots.gif);
	overflow: hidden;
}

/* formulare */
div.custom-form input.text {
	background: #ffffff url(input-text.gif) no-repeat left top;
	color: #000000;
	border: none;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-right: 28px;
	
	width: 200px;
}

div.custom-form textarea {
	background: #ffffff url(input-text.gif) no-repeat left top;
	color: #000000;
	border: none;
	padding-left: 10px;
	padding-top: 2px;
	padding-top: 6px;
	padding-bottom: 2px;
	
	width: 226px;
	height: 70px;
}

div.custom-form input.submit {
	border: none;
	background: #686868 url(input-submit-guestbook.gif) no-repeat 4em;
	color: #ffffff;
	text-transform: lowercase;
	font-weight: normal;
	padding: 5px 50px 5px 5px;
	text-align: left;
}

* html div.custom-form input.submit {
	padding-right: 14px;
}

*+html div.custom-form input.submit {
	padding-right: 14px;
}

div.custom-form label {
	font-size: 1em;
}
div.custom-form td.label
{
   font-weight: bold;
}
div.custom-form h3
{
   font-size: 1.4em;
   border-bottom: 1px solid #FFFFFF;
   margin: 10px 0px 5px 0px;
}

div.custom-form td.description
{
   font-style: italic;
}
/* captcha */
.captcha
{
   margin: 5px 0px 10px 0px;
}
.captcha img
{
   float: left;
   margin: 0px 5px 0px 0px;
}
.captcha span.captcha-help
{
   display: block;
   width: 300px;
   height: 40px;
   
	float: left;
}
.captcha input.captcha-number
{
	background: #ffffff url(input-text.gif) no-repeat left top;
	color: #CC0000;
	border: none;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-right: 28px;

   width: 52px;
   margin: 5px 0px 0px 0px;
   letter-spacing: 5px;
   font-weight: bold;
}

div.guestbook .captcha
{
   margin-top: 12px;
}

div.guestbook .captcha img
{
	float: none;
}
div.guestbook .captcha span.captcha-help
{
   display: block;
   width: 200px;
   height: 40px;
}
div.guestbook .captcha span.captcha-help strong
{
   color: #000000;
}

.error span
{
   color: #66CCCC;
}

.br
{
   overflow: hidden;
   height: 5px;
}
.br.h3
{
   height: 3px;
}
.br.h5
{
   height: 5px;
}
.br.h10
{
   height: 10px;
}
.br.h20
{
   height: 20px;
}
.br.h30
{
   height: 30px;
}
.br.h40
{
   height: 40px;
}
.br.h50
{
   height: 50px;
}
.br.h100
{
   height: 100px;
}

/* article */
.article
{
}
.article .item
{
   margin: 0px 0px 10px 0px;
}
.article.detail .perex
{
   font-size: 120%;
   margin: 5px 0px 5px 0px;
}
.article .item img
{
   float: left;
   border: 1px solid white;
   margin: 5px 5px 5px 0px;
}
.article .perex
{
	/*float: left;*/ /* oprava DS, je treba testovat vsechny prohlizece */
	margin: 5px 0px 0px 0px;
}
.article .content
{
	margin: 5px 0px 0px 0px;
	font-size: 100%;
}
.article h3,
.article h3 a
{
   font-size: 14px;
   color: #66CCCC;
}
.article h3 a:hover
{
   color: #FFFFFF;
}
.cl
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}
.editor .cl {border: 1px dotted white;}

.vat
{
   vertical-align: top;
}
.form.recommend
{
   background-color: #33CCCC;
}
.gallery-item
{
   margin: 10px 10px 0px 0px;
   width: 140px;
   overflow: hidden;

   float: left;

   text-align: center;
}
.gallery-item.list
{
   height: 180px;
}
.gallery-item h3
{
   margin: 3px 0px 0px 0px;
}
.gallery-item a img
{
   border: 1px solid white;
}
.gallery .navigation,
.photo-detail .navigation
{
   margin-top: 5px;
   padding: 5px;

   border-top: 3px dotted black;
   border-bottom: 3px dotted black;
   
   text-align: center;
}
.photo-detail .navigation
{
   margin-top: 15px;
}
.gallery .navigation a.previous,
.photo-detail .navigation a.gallery-previous
{
   padding-left: 35px;

   background-image: url(arrow-previous.gif);
   background-repeat: no-repeat;
   background-position: left;
   
   color: white;
}
.gallery .navigation a.next,
.photo-detail .navigation a.gallery-next
{
   padding-right: 35px;

   background-image: url(arrow-next.gif);
   background-repeat: no-repeat;
   background-position: right;
   
   color: white;
}
.photo-detail .img
{
   margin-top: 10px;
	text-align: center;
}
.photo-detail .img img
{
   border: 1px solid white;
}

.right .box h2 {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.75em;
}

.right .box .container {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 0.7em;	
}

.hidden { display: none; }

