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-family: "Helvetica CE", "Helvetica", "Arial CE", "Arial", sans-serif;
  font-size: 0.80em;
  color: #000000;
  background-color: #383431;
  /*margin: 10px;*/
}


/* MARGINS */
DIV#margin-top
{
  position: relative;
  z-index: 2;
  height: 10px;
  width: 100%;
  background-color: #383431;
}





/* LAYOUT */
#layout
{
  position: relative;
  margin: 0px auto;
  /*background: #F8F8F8 url('../theme/layout-background.gif') repeat-y left top;*/
  background: #F8F8F8 url('../theme/main-background.gif') repeat-y left top;
  /*width: expression(document.body.clientWidth <  965 ?  "960px" :
                   (document.body.clientWidth > 1280 ? "1280px" : "auto"));
  min-width: 980px;
  max-width: 1280px;*/
  width: 980px;
  height: auto;
  min-height: 100%;
  _height: 100%;
}

#layout-back
{
  position: absolute;
  bottom: 10px;
  left: 0px;
  background: transparent url('../theme/main.jpg') no-repeat left bottom;
  width: 100%;
  height: 100%;
}

BODY > #layout
{
  height: auto;
}


.layout-col1
{
  position: relative;
  float: left;
  width: 300px;
  height: 100%;
  _margin-right: -3px;
}

.layout-col2
{
  position: relative;
  height: 100%;
  margin-left: 300px;
  _margin-left: 297px;
}




/* HEADER */
#header
{
  width: 100%;
  height: 160px;
}

#header #logo, #header #logo-win
{
  position: relative;
  background-color: #F8F8F8;
}

#header #logo A
{
  position: relative;
  top: 20px;
  left: 25px;
  display: block;
  width: 250px;
  height: 127px;
  background: transparent url('../theme/logo.png') no-repeat left top;
}

#header #logo-win A
{
  position: relative;
  top: 20px;
  left: 25px;
  display: block;
  width: 250px;
  height: 95px;
  background: transparent url('../theme/logo-win.png') no-repeat left top;
}


#header #splash
{
  background: #F3CE44 url('../theme/splash.jpg') no-repeat right top;
}

#header #splash2
{
  position: relative;
  background: #F3CE44 url('../theme/splash2.jpg') no-repeat right top;
}

#header #splash2-win
{
  position: relative;
  background: #F3CE44 url('../theme/splash2-win.jpg') no-repeat right top;
}

#header P
{
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 25px 32px;
  line-height: 20px;
}




/* FOOTER */
#footer
{
  position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	height: 40px;
	width: 100%;
	background: transparent url('../theme/bottom.gif') repeat-x left bottom;
}

#footer DIV.text
{
  height: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-right: 128px;
  background: transparent url('../theme/footer.png') no-repeat right top;
}

#footer DIV P
{
  margin-left: 20px;
  /*font-size: 0.95em;*/
  /*text-align: center;*/
}




/* MENU */
#menu
{
  width: 100%;
}

#menu #menu-top
{
  width: 100%;
  height: 70px;
  background-color: #F3CE44;
}

#menu #menu-top #menu-top-left
{
  background-color: #D63B00;
}

#menu #menu-top #menu-top-right
{
  position: relative;
  background: #E37000 url('../theme/menu-top-right.jpg') no-repeat right top;
}

#menu #menu-top #menu-top-right2
{
  position: relative;
  background: #E37000 url('../theme/menu-top-right2.jpg') no-repeat right top;
}

#menu #menu-top #menu-top-right2-win
{
  position: relative;
  background: #E37000 url('../theme/menu-top-right2-win.jpg') no-repeat right top;
}

#menu #menu-bottom
{
  width: 100%;
  height: 25px;
  background-color: #D63B00;
}

#menu #menu-bottom #menu-bottom-left
{
  background-color: #E37000;
}

#menu #menu-bottom #menu-bottom-right
{
  background-color: #D63B00;
}


/* TOP MENU */
#top-menu
{
  padding: 7px 0px 0px 17px;
}

#top-menu UL
{
  margin: 0px 0px 0px 0px;
}

#top-menu UL LI
{
  list-style: none;
  float: left;
  margin: 0px 1px;
}

#top-menu UL LI A
{
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 56px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  width: 160px;
  height: 56px;
  background: transparent url('../theme/top-menu-item.png') no-repeat left top;
}

#top-menu UL LI A:hover, #top-menu UL LI A.select
{
  background-position: right top;
  text-decoration: none;
}

#top-menu UL LI A.select
{
  /*color: #F7DD77;*/
}


/* LANGUAGE */
#language
{
  position: absolute;
  top: 15px;
  right: 15px;
  width: 80px;
  height: 40px;
  background-color: #B31212;
  text-align: center;
  line-height: 36px;
}

#language SPAN
{
  position: relative;
  color: #FFFFFF;
  font-size: 1.6em;
}

#language A
{
  position: relative;
  top: 0px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

#language A:hover/*, #language A.select*/
{
  color: #F7DD77;
}





/* MAIN */
#main
{
  position: relative;
  width: 100%;
}

#main-pad
{
  position: relative;
  padding-bottom: 40px; 
  /*background: transparent url('../theme/main.jpg') no-repeat left bottom;*/
}

.main-win
{
  background: #F8F8F8 url('../theme/main-win.jpg') no-repeat left bottom;
}




/* LEFT */
#left
{
  position: relative;
}

#left #left-pad
{
  position: relative;
  margin: 0px 10px 0px 10px;
  padding-bottom: 32px;
}


/* LEFT MENU */
#left-menu
{
  margin: 20px 10px;
}

#left-menu UL
{
  margin: 0px;
}

#left-menu LI
{
  list-style: none;
  margin: 5px 0px;
}

#left-menu LI A
{
  display: block;
  color: #000000;
  text-decoration: none;
  background: transparent url('../theme/left-menu-item6.gif') no-repeat left top;
  height: 32px;
  line-height: 30px;
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 50px;
}

#left-menu LI A.item1
{
  background: transparent url('../theme/left-menu-item1.gif') no-repeat left top;
}

#left-menu LI A.item2
{
  background: transparent url('../theme/left-menu-item2.gif') no-repeat left top;
}

#left-menu LI A.item3
{
  background: transparent url('../theme/left-menu-item3.gif') no-repeat left top;
}

#left-menu LI A.item4
{
  background: transparent url('../theme/left-menu-item4.gif') no-repeat left top;
}

#left-menu LI A.item5
{
  background: transparent url('../theme/left-menu-item5.gif') no-repeat left top;
}

#left-menu LI A.item6
{
  background: transparent url('../theme/left-menu-item6.gif') no-repeat left top;
}

#left-menu LI A:hover, #left-menu LI.select A
{
  background-position: left bottom;
  text-decoration: none;
  color: #FFFFFF;
}

#left-menu LI A.row2
{
  line-height: 15px;
}

/* LEFT MENU - podmenu */
#left-menu LI UL
{
  display: none;
  /*border: 1px solid #FFFFFF;
  background-color: #EB942D;*/
  margin-left: 40px;
}

#left-menu LI.select UL
{
  display: block;
}

#left-menu LI UL LI
{
  position: relative;
  list-style: none;
  /*border: 1px solid #FFFFFF;
  background-color: #EB942D;*/
  margin: 0px;
  margin-left: 20px;
  padding: 5px;
}

#left-menu LI UL LI A
{
  display: inline;
  background: none;
  padding: 0px;
  line-height: 1.0em;
  font-size: 1.0em;
  font-weight: bold;
}

#left-menu LI.select UL LI A
{
  color: #000000;
}

#left-menu LI.select UL LI A:hover
{
  color: #FFFFFF;
}






/* CONTENT */
#content
{
  height: 1%; /* fix 3px text gap */
}

#content-pad
{
  position: relative;
  padding: 20px;
}



/* Sloupce */
DIV.cols
{
  position: relative;
  width: 100%;
}

DIV.cols DIV.col12
{
  position: relative;
  width: 50%;
  float: left;
}

DIV.cols DIV.col12-pad
{
  position: relative;
  padding-right: 10px;
}

DIV.cols DIV.col22
{
  position: relative;
  width: 50%;
  _width: 49%;
  margin-left: 50%;
  /*float: right;*/
}

DIV.cols DIV.col22-pad
{
  position: relative;
  padding-left: 10px;
}


/* Styly */
P
{
  margin-bottom: 15px;
  line-height: 1.33em;
}

UL
{
  margin: 0px 0px;
}

OL
{
  margin: 0px 0px;
}

LI
{
  margin-left: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
}

UL LI, UL.disc LI
{
  list-style-type: disc;
}

UL.circle LI
{
  list-style-type: circle;
}

UL.square LI
{
  list-style-type: square;
}

UL.nostyle LI
{
  list-style-type: none;
}

DL
{
  margin: 10px 0px;
}

DT
{
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 1.2em;
}

DD
{
  padding: 8px 10px 10px 10px;
  margin-bottom: 20px;
  background-color: #F7DD77;
  line-height: 1.33em;
}





/* Nadpisy */
H1
{
  font-size: 1.5em;
  font-weight: bold;
  /*color: #B31212;*/
  color: #000000;
  margin-bottom: 20px;
}

H2
{
  font-size: 1.33em;
  font-weight: bold;
  /*color: #FF6600;*/
  color: #B31212;
  margin-top: 25px;
  margin-bottom: 5px;
}

H3
{
  font-size: 1.2em;
  font-weight: bold;
  color: #383431;
  margin-top: 20px;
  margin-bottom: 5px;
}

H4
{
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 15px;
  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: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.text-image
{
  float: right;
  margin-left: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
}


/* Cleaner */
.clearfix:after
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0px;
  height: 0px;
}

.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: #B31212;*/
  color: black;
  font-weight: bold;
  text-decoration: underline;
}

A:hover
{
  color: #B31212;
  text-decoration: none;
}

A IMG
{
  border-width: 0px;
  text-decoration: none;
}

TABLE TH A
{

}

TABLE TH A:hover
{

}


/* Formular */
DIV.form
{
  position: relative;
  width: 100%;
  background-color: #F7DD77;
  margin: 10px 0px;
}

DIV.form DIV.form-pad
{
  padding: 10px 15px;
}


FIELDSET
{
  padding: 5px 10px 5px;
  border-color: #383431;
  border-style: double;
  border-width: 4px 1px 2px 1px;
  margin-bottom: 5px;
}

FIELDSET DIV.spacer
{
  _font-size: 1px;
  _height: 5px;
}

LEGEND
{
  font-size: 1.0em;
  font-weight: bold;
  padding: 0px 2px;
  color: #FE9901;
  _margin-top: -5px;
}

LABEL
{
  width: 150px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: right;
}

INPUT, TEXTAREA, SELECT
{
  padding: 1px;
  /*margin-bottom: 2px;
  _margin-bottom: 0px;*/
  /*border: 1px solid #E77844;*/
  /*border: 1px solid #000000;*/
  font-size: 1em;
  font-family: "Helvetica CE", "Helvetica", "Arial CE", "Arial", sans-serif;
}


FORM .submit
{
  margin: 10px 0px 10px 0px;
  text-align: center;
}

.submit2
{
  margin-top: 5px;
  margin-bottom: 5px;
}

FORM .desc
{
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
}


/* Tabulkovy formular */
DIV.form TABLE
{
  border-width: 0px;
  background-color: transparent;
}

DIV.form TABLE TD
{
  border-width: 0px;
  padding: 1px;
  vertical-align: middle;
}

DIV.form TABLE TD.label
{
  text-align: left;
}

DIV.form TABLE TD.submit
{
  padding-top: 5px;
}

DIV.form TABLE TD LABEL
{
  float: none;
  width: auto;
}


/* Obrazek ochrany proti spamu */
.captcha
{
  border: 1px solid #000000;
}


/* Tabulky */
TABLE
{
	border-collapse: collapse;
  /*table-layout: fixed;*/
  /*border: 1px solid #B31212;
  background-color: #F7DD77;*/
}

TABLE.center
{
  margin: 0px auto 0px;
}

TABLE TH
{
  /*border-bottom: 3px double #B31212;*/
}

TABLE TR.odd
{
  background-color: #F7DD77;
}

TABLE TR.even
{
  background-color: #F3CE44;
}

TABLE TR.odd-mark
{
  background-color: #F3C0C0;
}

TABLE TR.even-mark
{
  background-color: #FFCCCC;
}

TABLE TR.select
{
  background-color: #FFFF80;
}

TABLE TD
{
  padding: 1px 2px;
  vertical-align: top;
  border-right: 1px dashed #000000;
}

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: 1.33em;
  line-height: 0.8em;
}


/* Zvyrazeni hranice */
.no-border
{
  border: none;
}


/* Velikost pisma */
.larger
{
  font-size: 1.5em;
}

.large
{
  font-size: 1.2em;
}

.medium
{
  font-size: 1.0em;
}

.small
{
  font-size: 0.9em;
}

.smaller
{
  font-size: 0.8em;
}


/* 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;
}


/* Banner */
.banner
{
  text-align: center;
  margin: 10px;
}


/* No word warp */
.nowarp
{
  white-space: nowrap;
}


/* Spacer */
DIV.space-5px
{
  font-size: 1px;
  height: 5px;
}

DIV.space-10px
{
  font-size: 1px;
  height: 10px;
}


.relative
{
  position: relative;
}


/* Highlight */
.highlight
{
  color: #B31212;
  font-weight: bold;
}               


.bull
{
  font-size: 16px;
  line-height: 12px;
  font-weight: bold;
  padding-left: 2px;
  padding-right: 4px;
}
