/* Začátek komentáře

Pozadí prvku:
background-color: rgb(255,255,255); - barva pozadí prvku bílá
background-image: url('./img/obrazek.jpg'); - obrázek na pozadí prvku obrazek.jpg
background-repeat: repeat/no-repeat/repeat-x/repeat-y; - opakování obrázku na pozadí pokud se nevyplní, je automaticky repeat
background-position: x y; - pokud je opakování no-repeat, dá se nastavit pozice pozadí v prvku
padding: a b c d; - odsazeni uvnitr pole a=horni, b=pravy, c=spodni, d=levy
margin: a b c d; - odsazeni vne pole (da se pouyit auto - dopocita se automaticky)
font-family:
font-size:
font-weight: normal/bold;
font-style:  normal/italic/oblique
color: rgb(r, g, b); barva písma
width: sirka;
height vyska;
text-align: left/right/center/justify;
text-decoration: none/underline;
border-color: rgb(r, g, b);
border-style: solid/dotted/dashed/double/groove/ridge/inset/outset/none (http://www.jakpsatweb.cz/css/border-style.html)
border-width: a b c d; - odsazeni uvnitr pole a=horni, b=pravy, c=spodni, d=levy
Konec komentáře - */

/*+ Telo stranky */
body {
  margin: 0px;
  padding: 0px;
  background-color: #f0e6d7;
  color: #937c51;
  font-family: arial, verdana, "Trebuchet MS";
  font-size: 12px;
}

/*+ Vrchni cast obsahu stranky */
div#top_area {
  background-image: url(./img/topbck.png);
  background-repeat: repeat-x;
  margin: 0px;
  padding: 0px;
  height: 296px;
}
div#top_area_content {
	position: relative;
  background-image: url(./img/top.png);
  background-repeat: no-repeat;
  margin: 0px auto 0px auto;
  padding: 0px;
  height: 296px;
  width: 942px;
}
div#top_rand_img1_area {
	position: absolute;
	top: 121px;
	left: 26px;
	height: 162px;
	width: 210px;
	overflow: hidden;
}
img#penz_img1, img#penz_img2 {
	position: absolute;
	top: 1px;
	left: 0px;
	display: block;
}
img#penz_img1 {
}
div#top_rand_img2_area {
	position: absolute;
	top: 122px;
	left: 709px;
	height: 162px;
	width: 215px;
	overflow: hidden;
}
img#treb_img1, img#treb_img2 {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
}
img#treb_img1 {
}

a#link_to_home {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 106px;
  z-index: 1;
}
/*- Vrchni cast obsahu stranky */

/*+ Datova cast stranky */
div#main_area {
  background-image: url(./img/mainbck.png);
  background-repeat: repeat-y;
	position: relative;
  width: 942px;
  min-height: 400px;
  margin: 0px auto 0px auto;
}
img#main_top {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* Cast s menu */
div#main_menu_area {
  width: 228px;
  margin: 0px 3px 0px 7px;
  padding: 0px;
}

/* Cast ve ktere se zobrazuje obsah */
div#main_content_area {
	position: relative;
	margin: 0px 0px 0px 238px;
  width: 675px;
  padding: 10px;
}

/* + Leve menu */
div#main_menu_items_area {
	min-height: 130px;
}
table#mainmenu {
	width: 100%;
  border-style: none;
  margin: 0px;
}

/* + Odkazy nejvyssi urovne */
a:link.main_menu_item_top, a:visited.main_menu_item_top {
	position: relative;
  padding: 5px 10px 5px 40px;
  color: #62441d;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  border: none;
  background-image: url('./img/menoff.png');
  background-repeat: no-repeat;
  background-position: 20px 9px;
}
a:hover.main_menu_item_top {
  background-image: url('./img/menon.png');
  background-color: #dacba6;
  font-weight: bold;
}
/* - Odkazy nejvyssi urovne */

/* + Podmenu */
table#mainmenu td {
  border-style: none;
}

table.menu {
  border-width: 1px;
  border-style: solid;
  border-color:  #dedddd;
  background-color: #ffffff;
}

table.menu td {
  padding: 1px;
  width: 218px;
}

a:link.main_menu_item, a:visited.main_menu_item {
  left: 0px;
  color: #000000;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
  padding: 2px;
}
a:hover.main_menu_item {
  background-color: #dedddd;
  border-color: #dedddd;
}

a.left_menu_arrow {
  background-image: url('./img/lmenarr.gif');
  background-repeat: no-repeat;
  background-position: right 5px;
}
/* - Podmenu */
/* - Leve menu */

/* + Zobrazeni clanku */
/* + Cesta */
div#path {
  color: #838281;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

div#path a:link, a:visited {
  color: #838281;
  text-decoration: none;
}
div#path a:hover {
  color:  #a89a81;
}
/* - cesta */

/* Hlavicky */
h1.main_title, h2.main_subtitle, h2.main_subtitle_photo, h2.main_subtitle_download {
  color:  #a89a81;
  margin: 5px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  font-size: 17px;
  font-weight: bold;
  border-style: none;
}

h1.main_title {
  border-color: #a89a81;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
}

h2.main_subtitle, h2.main_subtitle_photo, h2.main_subtitle_download {
  font-size: 14px;
}

h2.main_subtitle {
  margin: 20px 0px 10px 0px;
  padding: 0px;
  border-width: 0px;
}

h2.main_subtitle a {
  color: #a89a81;
  font-size: 13px;
  text-decoration: underline;
}

h2.main_subtitle_photo, h2.main_subtitle_download {
  border-style: none;
  margin: 15px 5px 5px 5px;
  padding: 10px 0px 0px 0px;
}

/* + Nahled clanku ve vypisu kategorie */
div.main_article_preview {
  margin: 5px;
  text-align: justify;
}

table.main_article_preview {}

table.main_article_preview td {
  vertical-align: top;
  text-align: justify;
}

td.main_article_preview_thumb {
  padding: 0px 5px 0px 0px;
}

img.thumb_img {
  margin: 0px;
  padding: 5px;
  filter: glow(color=#a89a81, strength=4);
}

/* + Nahled clanku ve vypisu kategorie */

/* + Strankovani nahledu clanku pri vetsim poctu */
div.offset_part {
  text-align: center;
  color: #000000;
  margin: 20px 30px 0px 30px;
  border-style: none;
  padding: 5px;
}

div.offset_part a {
  text-decoration: none;
  color: #000000;
}

a.offset_href_arrow {}

a.offset_href {}

span.offset_selected {
  color: #a89a81;
}
/* - Strankovani nahledu clanku pri vetsim postu */

/* + Fotogalerie pod clankem */
div.photo_area {
  padding: 5px;
}

a:link.main_thumb_envelope, a:visited.main_thumb_envelope {
  margin-right: 5px;
  padding: 1px;
  width: 120px;
  height: 90px;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #a89a81;
  text-align: center;
  text-decoration: none;
}

a:hover.main_thumb_envelope {
  background-color: #a89a81;
  border-color: #a89a81;
}

a.main_thumb_envelope img {
  border-width: 0px;
}
/* - Fotogalerie pod clankem */

/* + Soubory ke stazeni pod clankem */
ul.main_download {
  list-style-type: none;
  margin: 0px;
  padding: 5px;
}

li.main_download_item {
  margin-bottom: 15px;
}

a.main_download_link {}

div.main_download_item_description {
  margin-left: 30px;
  font-size: 11px;
  font-style: italic;
}
/* - Soubory ke stazeni pod clankem */

/* + Prihlaseni */
div#login_form_message {
  width: 290px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

div#login_form_envelope {
  margin: auto;
  width: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: #8da9c1;
  background-color: #b9cedf;
  padding: 10px 5px 10px 5px;
  color: #000000;
  text-align: right;
}

form#login_form {}

label.class {}

input#user_login, input#user_password {
  margin-left: 10px;
  width: 125px;
  padding: 1px;
  margin: 2px 5px 2px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
}

input.input_button {
  border-width: 1px;
  border-style: ridge;
  border-color: #8da9c1;
  background-color: #7d9bb3;
  color: #ffffff;
}
/* - Prihlaseni */

/* + Zobrazeni seznamu podkategorii */
ul.main_subcategory_ul {
  margin: 15px 200px 15px 10px;
  padding: 5px;
  color: #000000;
}

li.main_subcategory_li {
  margin: 0px 0px 5px 15px;
}

a:link.main_subcategory_a, a:visited.main_subcategory_a {
  color: #000000;
}
a:hover.main_subcategory_a {
  color: #a7240c;
}

/* - Zobrazeni seznamu podkategorii */

a.print_link {}
/* - Misto s tlacitkem k tisku */

/* + Spodni cast stranky */
div#bottom_area {
	clear: both;
	position: relative;
  background-image: url(./img/botbck.png);
}

table#bottom_part {
	position: relative;
	margin: 0px auto 0px auto;
	width: 942px;
	height: 62px;
  padding: 0px;
  background-image: url(./img/bottom.png);
  background-repeat: no-repeat;
}

table#bottom_part td {
  vertical-align: middle;
  margin: 0px;
  padding-top: 30px;
  color: #937c51;
}
table#bottom_part td a {
  color: #937c51;
}
td#bottom_cell1 {
	text-align: left;
  width: 53%;
  padding-left: 70px;
}
td#bottom_cell2 {
	text-align: center;
  width: 23%;
}
td#bottom_cell3 {
	text-align: right;
  width: 23%;
  padding-right: 70px;
}
a.bottom_link {
  text-decoration: none;
}
a.bottom_link img {
  margin: 0px 0px -4px 0px;
  border-style: none;
}
/* - Spodni cast stranky */

div#blank_area {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	z-index: 10;
	background-image: url('./img/cancel.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.pdf_frame {
	position: relative;
	border: none;
	position: relative;
	margin: 0px;
	width: 90%;
	height: 95%;
	border: none;
	left: 5%;
}


.InputElement
{
	padding: 1px;
	font-size: 11px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #a7240c;
}
.InputElementError
{
	padding: 1px;
	font-size: 11px;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: red;
}
.InputElementDescription
{
	padding: 1px;
	margin-top: 3px;
	font-size: 11px;
	color: #000000;
}
.InputElementErrorDescription
{
	padding: 1px;
	margin-top: 3px;
	font-size: 11px;
	color: #f9917d;
}
.InputElementButton, .InputButton
{
	padding: 1px;
	font-size: 11px;
	color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #a7240c;
}
.InputElementHelpImage {
	cursor: Help;
}

div#adresa {
	position: absolute;
	top: 235px;
	left: 420px;
}
a#email {
	display: block;
	position: absolute;
	top: 268px;
	left: 420px;
	color: rgb(98, 68, 29);
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}


