BODY,
DIV,
DL, DT, DD, UL, OL, LI,
H1, H2, H3, H4, H5, H6,
FORM, FIELDSET, INPUT, TEXTAREA,
P, BLOCKQUOTE, TH, TD,
PRE,
IMG
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}


HTML, BODY
{
	height: 100%;
}

BODY
{
	position: relative;
	font-family: "Arial", sans-serif;
	font-size: 0.85em;
	color: #383431;
	background: #FFFFFF url('../theme/body-background.png') repeat-x left top;
	z-index: 1;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Ubuntu", "Arial", sans-serif;
}

BODY.blank
{
	background-color: white;
	background-image: none;
}




/* LAYOUT */
#layout
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 980px;
	height: auto;
	min-height: 100%;
	_height: 100%;
}

BODY > #layout
{
	height: auto;
}

#layout-pad
{
	position: relative;
	padding: 0px 0px 160px 0px;
}




/* HEADER */
#header 
{
	position: relative;
	width: 100%;
	height: 150px;
	background: transparent url('../theme/header-background.png') no-repeat left top;
}

#header A IMG
{
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

#header UL
{
	margin: 0px;
	padding: 0px;
}

#header UL LI
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#header-left
{
	position: relative;
	float: left;
	width: 260px;
	height: 100%;
	background: transparent url('../theme/logo-background.png') no-repeat left top;
}

#header-left-pad
{
	padding: 10px 10px 0px 10px;
}

#header-right
{
	position: relative;
	float: right;
	width: 720px;
	height: 100%;
}

#header-right-pad
{
	padding: 10px 10px 0px 10px;
}


#header-menu
{
	position: absolute;
	top: 74px;
	left: 20px;
}

#header-menu UL LI
{
	/*display: block;
	float: left;*/
    display: inline-block;
	margin: 0px 1px 5px 0px;
}

#header-menu UL LI A
{
	display: block;
	line-height: 33px;
	background: #FFFFFF url('../theme/header-menu-background.png') repeat-x left top;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	font-size: 1.00em;
	text-shadow: #FFFFFF 0px 1px 1px;
}

#header-menu UL LI A:hover, #header-menu UL LI A.select
{
	background-color: #FFFFFF;
	background-image: none;
	text-decoration: none;
}

#header-lang
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 41px;
	/*background: transparent url('../theme/header-lang-background.png') repeat-x left top;*/
	padding: 0px 12px 0px 12px;
    z-index: 2;
}

#header-lang UL LI
{
	display: inline;
	line-height: 48px;
	padding: 0px 1px 0px 1px;
}


#header-user
{
	position: absolute;
	top: 10px;
	left: 10px;
	height: 41px;
	line-height: 41px;
	/*background: transparent url('../theme/header-lang-background.png') repeat-x left top;*/
	padding: 0px 12px 0px 12px;
    z-index: 2;
	color: #FFFFFF;
}

#header-user UL LI
{
    display: inline-block;
	margin: 0px 25px 5px 0px;
}

#header-user A
{
	color: #FFFFFF;
}



/* FOOTER */
#footer-background
{
	position: relative;
	height: 133px;
	width: 100%;
	background: #383431 url('../theme/footer-background.png') repeat-x left top;
    margin-top: -133px;
}

#footer
{
	position: relative;
	margin: 0px auto 0px auto;
	height: 133px;
	width: 980px;
	color: #B1B1B1;
}

#footer-left
{
	position: relative;
	float: left;
	width: 260px;
	height: 125px;
}

#footer-left-pad
{
	padding: 49px 10px 10px 10px;
}

#footer-right
{
	position: relative;
	float: right;
	width: 720px;
	height: 125px;
}

#footer-right-pad
{
	padding: 25px 10px 10px 10px;
}

#footer-left p
{
	font-size: 0.80em;
	/*width: 240px;*/
    width: 100%;
}

#footer-right p
{
	font-size: 0.80em;
	/*width: 240px;*/
    width: 33%;
}

#footer p span
{
	color: #FFFFFF;
}

#footer a
{
	color: #FFFFFF;
	font-size: 0.80em;
	text-decoration: none;
}

#footer a#facebook
{
	display: block;
	width: 113px;
	height: 26px;
	position: absolute;
	top: 0px;
	right: 149px;
	z-index: 99;
	background: transparent url('../theme/facebook.png') no-repeat left top;
}

#footer a#linkedin
{
	display: block;
	width: 113px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 99;
	background: transparent url('../theme/linkedin.png') no-repeat left top;
}

#footer a#facebook span, #footer a#linkedin span
{
	line-height: 25px;
	padding-left: 5px;
}

#footer a#rss
{
	display: block;
	width: 24px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
	background: transparent url('../theme/rss.png') no-repeat left top;
		
}



/* MAIN */
#main
{
	position: relative;
	width: 100%;
}

#main-pad
{
	position: relative;
	padding: 0px 0px; 
}

#main-left
{
	position: relative;
	float: left;
	width: 260px;
	height: 100%;
	background: transparent url('../theme/main-left-background.png') no-repeat left top;
}

#main-left-pad
{
	padding: 40px 10px 10px 10px;
}

#main-right
{
	position: relative;
	float: right;
	width: 720px;
	height: 100%;
}

#main-right-pad
{
	position: relative;
	padding: 0px 10px 0px 20px;
}

#main-bottom
{
    display: none;
    width: 260px;
    margin: 0px auto 0px auto;
}




/* CONTENT */
#content
{
  position: relative;
  height: 1%; /* fix 3px text gap */
  font-size: 0.95em;
}

#content-pad
{
  position: relative;
  padding: 0px 0px 0px 0px;
}




/* 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%;
  float: right;
}

DIV.cols DIV.col22-pad
{
  position: relative;
  padding-left: 10px;
}


/* Styly */
P
{
  margin: 10px 0px;
  line-height: 1.5em;
}

UL
{
  margin: 10px 0px;
}

OL
{
  margin: 10px 0px;
}

LI
{
  margin-left: 0px;
  padding-left: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
}

#content UL LI
{
  list-style-type: none;
  background: transparent url('../theme/li-image.png') no-repeat 0px 1px;
  line-height: 1.50em;
}

#content OL LI
{
	margin-left: 20px;
	line-height: 1.50em;
}

#content UL LI UL LI 
{
	margin-left: 25px;
	padding-left: 0px;
	background-image: none; 
	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: 15px 0px;
}

DT
{
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}

DD
{
  padding: 15px 20px 15px 20px;
  margin-bottom: 20px;
  background-color: #F7F7F7;
  line-height: 1.25em;
}


IMG, A IMG
{
  /*padding: 4px;
  background-color: #F3F1FC;*/
  border: 1px solid #9EA1B0;
  text-decoration: none;
}

.caption
{
  font-size: 90%;
  font-style: italic;
  padding: 0px 5px 0px 7px;
}





/* Nadpisy */
H1
{
  font-size: 1.80em;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin-bottom: 20px;
  color: #B31212;
}

H2
{
  font-size: 1.60em;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #F76800;
}

H3
{
  font-size: 1.40em;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 8px;
  color: #F69B0C;
}

H4
{
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #FFCD00;
}

H5
{
  font-size: 1.10em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 3px;
  color: #383431;
}

H6
{
  font-size: 1.00em;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 2px;
  color: #FF9900;
}


DIV.line
{
  position: relative;
  margin: 5px -10px 5px -10px;
  border-bottom: 1px solid #303030;
  height: 1px;
  font-size: 0px;
}



/* 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;
}

.inline-block
{
  display: inline-block;
}


/* Obtekani */
.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

.image-text
{
  float: left;
  margin-right: 10px;
  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: #383431;
  text-decoration: underline;
  font-weight: bold;
}

a:hover, a.select
{
  color: #383431;
  text-decoration: none;
}


/* Formular */
FORM DL
{
  margin: 0px;
  position: relative;
}

FORM DT, FORM DD
{
  display: block;
  float: left;
  position: relative;
  margin: 1px 0px;
  padding: 0px;
}

FORM DT
{
  font-weight: normal;
  width: 150px;
  _padding-top: 3px; /* IE fix */
}

FORM DD
{ 
  width: 400px;
  border: 1px solid transparent; /* Chrome fix */
  background-color: transparent;
  line-height: 100%;
  _border-width: 0px;
}

DIV.form
{
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 15px 20px 15px 20px;
	overflow: hidden;
	background-color: #EDEDED;
	border-top: 7px solid #B31212;
}

DIV.form DIV.info
{
  margin-top: 5px;
}

FIELDSET
{
  padding: 10px;
  border: 1px solid #000000;
	margin-bottom: 10px;
}

FIELDSET DIV.spacer
{
  _font-size: 1px;
  _height: 5px;
}

LEGEND
{
  font-size: 1.1em;
  font-weight: bold;
  padding: 0px 2px 0px 2px; 
  _margin-top: -10px;
  _padding-bottom: 10px;
}

LABEL
{
	padding-right: 5px;
	font-weight: bold;
	vertical-align: middle;
}

INPUT, TEXTAREA, SELECT, .jsSimpleCombo
{
  padding: 1px;
  /*margin-bottom: 2px;
  _margin-bottom: 0px;*/
  border: 1px solid #B0B0B0;
  font-size: 1.0em;
  font-family: "Arial", sans-serif;
  /*font-family: "Helvetica CE", "Helvetica", "Arial CE", "Arial", sans-serif;*/
  background: #FFFFFF url('../theme/input-background.png') repeat-x left top;
}

input[type="checkbox"]
{
	border: none;
	background: none;
}


INPUT:hover, TEXTAREA:hover, SELECT:hover, .jsSimpleCombo:hover
{
	border: 1px solid #383431;
}

input[type="checkbox"]:hover
{
	border: none;
}

INPUT.required, TEXTAREA.required, SELECT.required
{
	border: 1px solid #B31212;
}

TEXTAREA.monospace
{
  font-size: 1.0em;
  font-family: "Courier New", monospace;
}

FORM .submit
{
  margin: 10px 0px 0px 0px;
  text-align: center;
}

FORM .submit A
{
  margin-left: 5px;
}

FORM .submit INPUT
{
  font-size: 1.25em;
  font-weight: bold;
  padding: 2px 5px;
}

.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;
  margin-bottom: 0px;
}

DIV.form TABLE TD
{
  border-width: 0px;
  padding: 5px 5px 5px 5px;
  vertical-align: middle;
}

DIV.form TABLE TD.label
{
  text-align: right;
}

DIV.form TABLE TD.submit
{
  padding-top: 5px;
}

DIV.form TABLE TD LABEL
{
  padding-right: 5px;
  float: none;
  width: auto;
}

DIV.form TABLE TD.column
{
	padding-right: 20px;
}


/* Obrazek ochrany proti spamu */
.captcha
{
  border: 2px solid #F7F7F7;
}


/* Tabulky */
table
{
	border-collapse: collapse;
}

table th
{
	padding: 5px 10px;
	background-color: #F7F7F7;
	border: 1px solid #D0D0D0;
}

table td
{
  padding: 5px 10px;
  vertical-align: top;
  border: 1px solid #D0D0D0;
}

table td.th
{
  padding: 5px 10px;
  vertical-align: top;
  background-color: #F7F7F7;
  border: 1px solid #D0D0D0;
  border-right: 2px solid #D0D0D0;
}

/*table TR.odd
{
  background-color: #F7DD77;
}

table TR.even
{
  background-color: #F3CE44;
}*/

table TR.odd
{
  background-color: #DED8B4;
}

table TR.even
{
  background-color: #F0EAC8;
}

table TR.odd-mark
{
  background-color: #F3C0C0;
}

table TR.even-mark
{
  background-color: #FFCCCC;
}

table TR.select
{
  background-color: #FFFF80;
}

TABLE TD.nopad
{
  padding: 0px;
  vertical-align: top;
}

TABLE.nostyle
{
  border-width: 0px;
  background-color: transparent;
}

TABLE.nostyle TH
{
  border-width: 0px;
}

TABLE.nostyle TD
{
  border-width: 0px;
}


.box
{
	padding: 0px 12px 10px 12px !important;
	background-color: #F7F7F7;
}


/* Zadne vysledky */
.noresults
{
  font-style: italic;
  padding: 2px;
  text-align: center;
}


/* Dulezite (zvyrazneni) */
span.important
{
	color: #B31212;
	font-size: 1.33em;
	font-weight: 700;
	line-height: 0.8em;
}


/* Zvyrazeni hranice */
.no-border, .noborder
{
  border: none !important;
}


.nowrap
{
  white-space: nowrap !important;
}


/* 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;
}

.margin-bottom-10px
{
	margin-bottom: 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;
}


.border
{
  border: 1px solid red;
}


/* DEBUG */
#debug
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	color: #FFFFFF;
}
