BODY,
DIV,
DL, DT, DD, UL, OL, LI,
H1, H2, H3, H4, H5, H6,
FORM, FIELDSET, INPUT, TEXTAREA,
P, BLOCKQUOTE, TH, TD,
PRE
{
  margin: 0px;
  padding: 0px;
}


HTML, BODY
{
  height: 100%;
}

BODY
{
  font-family: "Verdana CE", "Verdana", "Tahoma", "Arial CE", "Arial", "Helvetica CE", "Helvetica", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #000000;
}


H1
{
  display: none;
}


/* LAYOUT */
DIV#layout
{
  position: relative;
  margin: 0px auto;
  /*width: expression(document.body.clientWidth <  760 ?  "756px" :
                   (document.body.clientWidth > 1256 ? "1256px" : "auto"));
  min-width: 756px;
  max-width: 1256px;*/
  width: 755px;
  height: auto;
  min-height: 100%;
  _height: 100%;
}

BODY > #layout
{
  height: auto;
}


/* HEADER */
DIV#header
{
  position: relative;
  text-align: center;
  width: 100%;
  height: 80px;
}


/* FOOTER */
DIV#footer
{
  position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
  height: 12px;
  border-top: 1px solid #941413;
  text-align: right;
  line-height: 8px;
}

DIV#footer A
{
  color: #999999;
  font-size: 8px;
  text-decoration: none;
}


/* MENU */
DIV#menu
{
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #941413;
}

DIV#menu UL
{
  margin-left: 10px;
}

DIV#menu UL LI
{
  display: inline;
  padding: 0px 5px;
}

DIV#menu UL LI A
{
  font-weight: bold;
  font-size: 15px;
  color: #FFFF80;
}



/* MAIN */
DIV#main
{
  position: relative;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 12px; /* paticka */
}

/* LEFT */
DIV#left
{
  position: relative;
  width: 256px;
  float: left;
  _margin-right: -3px;
}

DIV#left DIV#left-pad
{
  margin: 0px 10px 0px 11px;
}


/* RIGHT */
DIV#right
{
  position: relative;
  width: 120px;
  float: right;
}

DIV#right DIV#right-pad
{
  margin: 0px 10px 0px 11px;
}


/* CONTENT */
DIV#content
{
  position: relative;
  /*margin: 0px 0px 0px 256px;*/
  height: 1%; /* fix 3px text gap */
  /*_margin-left: 253px;*/
}


DIV#content-pad
{
  position: relative;
  padding: 0px 10px 0px 5px;
}


/* Nadpisy */
H2
{
  font-size: 20px;
  font-weight: bold;
  color: #FFFF80;
  margin-bottom: 25px;
}

H3
{
  font-size: 16px;
  font-weight: bold;
  color: #E88B00;
  margin-top: 20px;
  margin-bottom: 15px;
}

H4
{
  font-size: 14px;
  font-weight: bold;
  color: #7B2F2C;
  margin-top: 15px;
  margin-bottom: 10px;
}

H5
{
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}


/* Zarovnani textu */
.align-left
{
  text-align: left;
}

.align-center
{
  text-align: center;
}

.align-right
{
  text-align: right;
}

.center
{
  margin: 0px auto 0px;
}

.block
{
  display: block;
}

.inline
{
  display: inline;
}


/* Obtekani */
.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

.image-text
{
  float: left;
  margin-right: 8px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.text-image
{
  float: right;
  margin-left: 8px;
  margin-bottom: 2px;
  margin-top: 2px;
}


.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix
{
  display: inline-block;
}

html[xmlns] .clearfix
{
  display: block;
}

* html .clearfix
{
  height: 1%;
}

.cleaner {
  clear: both;
}


/* Pozice pozadi */
.bg-left
{
  background-position: left;
}

.bg-right
{
  background-position: right;
}


/* Odkazy */
A
{
  color: #FFFFFF;
  text-decoration: none;
}

A:hover
{
  text-decoration: underline;
}

H2 A
{
  color: #FFFF80;
}

A IMG
{
  border-width: 0px;
}

TABLE TH A
{

}

TABLE TH A:hover
{

}


/* Formular */
DIV.form
{
  position: relative;
  width: 100%;
  background-color: #FFF0C7;
  margin: 10px 0px;
}

DIV.form DIV.form-pad
{
  border: 1px dashed #7B2F2C;
  padding: 5px 10px;
}


FIELDSET
{
  padding: 5px 10px 5px;
  border-color: #7B2F2C;
  border-style: double;
  border-width: 4px 1px 2px 1px;
  margin-bottom: 5px;
}

FIELDSET DIV.spacer
{
  _font-size: 1px;
  _height: 5px;
}

LEGEND
{
  font-size: 13px;
  font-weight: bold;
  padding: 0px 2px;
  color: #E88B00;
  _margin-top: -5px;
}

LABEL
{
  float: left;
  width: 150px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: right;
}

INPUT, TEXTAREA
{
  padding: 1px;
  /*margin-bottom: 2px;
  _margin-bottom: 0px;*/
}

TEXTAREA
{
  font-size: 12px;
  font-family: "Verdana CE", "Verdana", "Tahoma", "Arial CE", "Arial", "Helvetica CE", "Helvetica", sans-serif;
}

.submit
{
  margin: 10px 0px 10px 0px;
  text-align: center;
}

.submit2
{
  margin-top: 5px;
  margin-bottom: 5px;
}

FORM .desc
{
  font-size: 11px;
  font-style: italic;
  text-align: right;
}


/* Tabulkovy formular */
TABLE TD.submit
{
  padding-top: 5px;
}


/* Tabulky */
TABLE
{
	border-collapse: collapse;
  /*table-layout: fixed;*/
}

TABLE.center
{
  margin: 0px auto 0px;
}

TABLE.nostyle
{
  border-width: 0px;
  background-color: transparent;
}

TABLE.nostyle TH
{
  border-width: 0px;
}

TABLE.nostyle TD
{
  border-width: 0px;
}



/* Zadne vysledky */
.noresults
{
  font-style: italic;
  padding: 2px;
  text-align: center;
}


/* Dulezite (zvyrazneni) */
SPAN.important
{
  color: #FF0000;
  font-weight: bold;
  font-size: 13px;
}


/* Zvyrazeni hranice */
.border
{
  border: 1px solid red;
}

.no-border
{
  border: none;
}


/* Velikost pisma */
.larger
{
  font-size: 20px
}

.large
{
  font-size: 16px
}

.normal
{
  font-size: 12px;
}

.small
{
  font-size: 10px;
}

.smaller
{
  font-size: 8px;
}


/* Viditelnost */
.hidden
{
  display: none;
}

.shown
{
  display: block;
}

TR.shown
{
  display: table-row;
}


/* Dekorace textu */
.caps
{
  font-variant: small-caps;
}

.underline
{
  text-decoration: underline;
}

.nounderline
{
  text-decoration: none;
}


/* Kursor */
.click
{
  cursor: pointer;
}


/* No word warp */
.nowarp
{
  white-space: nowrap;
}


/* Spacer */
DIV.space-5px
{
  font-size: 1px;
  height: 5px;
}


