/* Honza Danek*/


/* Univerzalni */

html, body, div, p, li, ul, ol, menu, form, fieldset, h1, h2, h3, h4, h5, h6   { margin: 0; padding: 0; list-style: none; }


body		      { font: normal 62.8%/1.3 Arial, Helvetica, sans-serif; background: #251912 url("../images/bg-body.png"); color: #c3a184; padding: 45px; }
a			        { color: #a1555a; }
a:hover	      { text-decoration: none; color: #c3a184;}
a:link        { text-decoration: none; }
a img   	    { border:0; }

/* -- Velikosti pisma u nadpisů -- */
h1	{ font-size: 2.0em;  color: #fff; text-align: center; }                     /* velikost pismá; barva; zarovnání */
h2	{ font-size: 1.6em; color: #fff; text-align: center; }
h3	{ font-size: 1.4em; color: #fff; text-align: center; }
h4	{ font-size: 1.2em; color: #fff; text-align: center; }
h5	{ font-size: 1.1em; color: #fff; text-align: center; }
h6	{ font-size: 1em; color: #fff; text-align: center; }
p   { line-height: 20px; }

table           { border-collapse: collapse; width: 100%; }                     /*collapse znamena ze rámečky sousedních buněk splývají*/
.hidden         { display: none; }

/* Hlavni Divy - pisma*/
#view     { position: relative; }
#head     { font-size: 1.2em; }
#content  { font-size: 1.2em; }
#foot     { font-size: 1.2em; clear: both; }                                    /* clear se pouziva u paticek casto, znamena ze se vykresli pod ostatnimi prvky */

/* -- V Hlavicce obrazek + text -- */
#logo .block  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; text-decoration: none !important; }
#logo h1      { font-size: 2.8em; font-weight: normal; margin-top: 46px; color: #fff; }
#logo h2      { color: #cfe4e9; font-weight: normal; line-height: 12px; font-size: 1.3em; }
#logo *       { font-family: Georgia, utopia, serif; cursor: pointer; }
#logo2 .block  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; cursor: pointer; text-decoration: none !important; }
#logo2 h1      { font-size: 2.8em; font-weight: normal; margin-top: 46px; color: #fff; }
#logo2 h2      { color: #cfe4e9; font-weight: normal; line-height: 12px; font-size: 1.3em; }
#logo2 *       { font-family: Georgia, utopia, serif; cursor: pointer; }

/* -- Centrovani + vlastnosti -- */
.fr		    { float: right !important; }
.fl		    { float: left !important; }
.clear    { clear: both !important; }
.right	  { text-align: right !important; }
.left		  { text-align: left !important; }
.center	  { text-align: center !important; }
.never		{ margin: 0px!important; }
.coll     { width: 64%; float: left; margin-right: 10px !important; }
.colr     { width: 34%; float: right; }
.coll2    { width: 57%; float: left; margin-right: 10px !important; border-left: 1px #685952 solid; padding-left: 19px; margin-bottom: 2em; }
.colr2    { width: 37%; float: right;  margin-bottom: 2em; }
.maxw     { width: 420px !important; }

/* -- Hlavni divy -- */
#view       { width: 898px; margin: 0 auto; padding: 0 20px 20px; background: url("../images/bg-view.png"); border: 1px #685952 solid; border-width: 1px 0; }
#logo       { position: relative; height: 164px; overflow: hidden; background: #46691d url("../images/bg-logo.jpg") no-repeat; text-align: center; clear: both; }
#logo2       { position: relative; height: 164px; overflow: hidden; background: #46691d url("../images/bg-logo2.jpg") no-repeat; text-align: center; clear: both; }
#content    { padding: 35px 10px; }
#foot       { clear: both; height: 33px; background: url("../images/bg-foot.png"); }


/* -- Leve Menu -- */
#menuBlock                      { width: 100px; float: left; text-align: left; }
#menuBlock .subMenu ul          { margin-left: 5px; border-left: 1px #685952 solid; }
#menuBlock .subMenu li          { margin-left: -1px; }
#menuBlock .subMenu li a        { display: block; padding: 6px 20px; height: 14px; color: #dbebf2; text-decoration: none; }
#menuBlock .subMenu li.active a,
#menuBlock .subMenu li a:hover  { border-left: 1px lime solid; padding-left: 19px; color: #fff; }

/* -- OBSAH -- */
#contentBlock                   { width: 730px; float: right;  }
#contentBlock .item             { position: relative; padding: 15px; width: 690px; left: 30px; border-left: 1px #685952 solid; margin-bottom: 6em; }
#contentBlock .item2            { position: relative; padding: 5px; width: 690px; left: 30px; border-left: 1px #685952 solid; margin-bottom: 3em; }
#contentBlock .noBorder         { border: none; }
#contentBlock img               { margin: 8px; }
#contentBlock ul,
#contentBlock ol,
#contentBlock table             { margin-top: 3em; }
#contentBlock table td          { border: 1px #685952 solid; border-width: 1px 0; padding: 6px 15px; }
#contentBlock table .first td,
#contentBlock table .last td    { border: none; }
#contentBlock table .even td    { background: url("../images/bg-foot.png"); }

/* -- Lists -- */
#contentBlock ul,
#contentBlock ol                { padding-left: 20px; margin-top: 2em; }
#contentBlock .colr2 ul        { padding-left: 20px; margin-top: 0em !important; }
#contentBlock ul li             { padding-left: 20px; margin: 10px 0; background: 0 .3em url("../images/bg-list.gif") no-repeat; }
#contentBlock ol li,


/* -- Footer part -- */
#foot p       { padding: 8px 15px 0; }

/* -- Foto -- */
.imageOver{
	background:url(../images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
