/* Pozice */
DIV.jobs A
{
  padding-right: 3px;
}


.odd
{
  /*background-color: #F0CE59 !important;*/
  background-color: #F7DD77 !important;
  /*background-color: #F9EBB7 !important;*/
}

.even
{
  background-color: #F3CE44 !important;
  /*background-color: #F7DD77 !important;*/
  /*background-color: #F9E499 !important;*/
  /*background-color: #F7DC7A !important;*/
}

.margin-bottom
{
  margin-bottom: 20px;
}

/* Box */
DIV.box
{
  position: relative;
  background-color: #F7DD77;
  width: 100%;
  overflow: hidden;
}

DIV.box2
{
  position: relative;
  background-color: #F7DD77;
  width: 100%;
  overflow: hidden;
}

.box .box-pad, .box2 .box-pad
{
  padding: 8px 10px 10px 12px;
}

.box .box-pad-10px
{
  padding: 5px 7px 7px 9px;
}

.box .box-pad-8px
{
  padding: 2px 5px 2px 8px;
}

.box .padding-right
{
  padding-right: 32px;
}

.box .corner
{
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('../images/corners.gif');
}

.box .corner-10px
{
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url('../images/corners-10px.gif');
}

.box .corner-8px
{
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url('../images/corners-8px.gif');
}

.box .top-left
{
  top: 0px;
  left: 0px;
  background-position: top left;
}

.box .top-right
{
  top: 0px;
  right: 0px;
  background-position: top right;
}

.box .bottom-left
{
  bottom: 0px;
  _bottom: -1px;
  left: 0px;
  background-position: bottom left;
}

.box .bottom-right
{
  bottom: 0px;
  _bottom: -1px;
  right: 0px;
  background-position: bottom right;
}

.box .right-side
{
  position: absolute;
  width: 24px;
  height: 16px;
  top: 6px;
  right: 5px;
}

DIV.box P, DIV.box2 P
{
  margin: 2px;
}


/* Seznam v boxu */
.box UL
{
  margin: 0px;
}

.box UL LI
{
  margin-left: 16px;
}



/* Citace */
DIV.quotation
{
  position: relative;
  background-color: #F7DD77;
  width: 99%;
  margin-bottom: 10px;
  overflow: hidden;
}

.quotation DIV.quote-begin, .quotation DIV.quote-end
{
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  font-family: "Times New Roman";
}

.quotation DIV.quote-begin
{
  top: -20px;
  left: 10px;
}

.quotation DIV.quote-end
{
  bottom: -15px;
  right: 10px;
}

.quotation P.citation
{
  text-align: justify;
  padding: 10px 15px 10px;
  /*font-style: italic;*/
  line-height: 1.5em;
}

.quotation DIV.ref
{
  position: absolute;
  bottom: 8px;
  right: 40px;
  text-align: right;
}

.quotation .corner
{
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('../images/cite-corners.gif');
}

.quotation .top-left
{
  top: 0px;
  left: 0px;
  background-position: top left;
}

.quotation .top-right
{
  top: 0px;
  right: 0px;
  background-position: top right;
}

.quotation .bottom-left
{
  bottom: 0px;
  _bottom: -1px;
  left: 0px;
  background-position: bottom left;
}

.quotation .bottom-right
{
  bottom: 0px;
  _bottom: -1px;
  right: 0px;
  background-position: bottom right;
}


/* Vybrane pozice */
DIV#vybrane_pozice_head
{
  font-weight: bold;
  margin-left: 7px;
  font-style: italic;
  font-size: 1.0em;
}

DIV#vybrane_pozice_foot
{
  margin-right: 7px;
  font-size: 1.0em;
  text-align: right;
  margin-bottom: 20px;
}

DIV#vybrane_pozice
{
  border: 1px dashed #B31212;
  font-size: 1.0em;
  position: relative;
  margin: 1px -5px 0px -7px;
  background-color: #F7DD77;
  padding: 1px 2px 2px 2px;
}

DIV#vybrane_pozice .bull
{
  padding-left: 1px;
  padding-right: 3px;
}

DIV#vybrane_pozice IMG
{
  position: relative;
  top: 1px;
}


/* Vyber */
DIV#vyber
{
  position: relative;
  background-color: #F7DD77;
  border: 1px solid #B31212;
  margin: 50px 25px 0px 10px;
}

DIV#vyber DIV#vyber-img
{
  position: absolute;
  top: -16px;
  left: 210px;
  width: 48px;
  height: 32px;
  background: url('../theme/list.gif') no-repeat left top;
}

DIV#vyber DIV#vyber-title
{
  padding: 10px 0px 5px 0px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 1.2em;
}

DIV#vyber DIV#vyber-pad
{
  padding: 10px;
  text-align: center;
}

DIV#vyber A.reg
{
  display: block;
  margin-top: 2px;
  font-size: 1.1em
}


DIV#vyber2
{
  margin: 40px auto 10px auto; 
  position: relative;
  width: 280px;
  background-color: #F7DD77;
  border: 1px solid #000000;
}

DIV.vyber3
{
  background: #F7DD77 url('../theme/vyber-background.gif') repeat-y top left;
}

DIV#vyber2-pad
{
  position: relative;
  padding: 9px;
}

DIV#vyber2-top
{
  position: absolute;
  width: 100%;
  height: 9px;
  top: 0px;
  left: 0px;
  background: transparent url('../theme/vyber-top.png') no-repeat top left;
}

DIV#vyber2-bottom
{
  position: absolute;
  width: 100%;
  height: 9px;
  bottom: 0px;
  _bottom: -8px;
  left: 0px;
  background: transparent url('../theme/vyber-bottom.png') no-repeat top left;
}

DIV#vyber2-title
{
  background-color: #B21212;
  padding: 5px 8px;
  font-size: 1.33em;
  color: #FFFFFF;
  font-weight: bold;
}

DIV#vyber2-pozice
{
  position: relative
}

DIV#vyber2-pozice DIV
{
  position: relative;
  padding: 4px 7px;
  padding-right: 30px;
  line-height: 16px;
}

DIV#vyber2-pozice .right-side
{
  position: absolute;
  width: 24px;
  height: 16px;
  top: 0px;
  right: -25px;
}

DIV#vyber2-akce
{
  margin-top: 10px;
  padding: 5px 7px;
  margin-bottom: 2px;
}

DIV#vyber2-akce A
{
  line-height: 24px;
  padding-left: 30px;
}

DIV.button
{
  margin: 1px auto;
  width: 240px;
  height: 25px;
  background: url('../theme/button.png') no-repeat left center;
}

DIV.button A
{
  margin: 2px 5px;
  text-decoration: none;
}

  
DIV#vyber2-akce A.now
{
  background: url('../theme/now.gif') no-repeat left center;
}  

DIV#vyber2-akce A.clr
{
  background: url('../theme/clr.gif') no-repeat left center;
}  

DIV#vyber2-akce A.prt
{
  background: url('../theme/prt.gif') no-repeat left center;
}  


/* Navigace - Predchozi a dalsi */
DIV.navigation
{
  width: 100%;
  height: 20px;
  position: relative;
}

DIV.navigation DIV.num
{
  position: relative;
  font-size: 10px;
  margin-top: -4px;
  font-weight: bold;
}

DIV.nav-top
{
  position: relative;
  margin-bottom: 10px;
}

DIV.nav-bottom
{
  position: relative;
}

.navigation DIV.list
{
  position: relative;
  height: 20px;
  line-height: 18px;
  text-align: center;
  margin-left: 160px;
  margin-right: 160px;
}

.navigation DIV.list A
{
  text-decoration: none;
}


.navigation DIV.prev
{
  position: relative;
  width: 160px;
  height: 20px;
  float: left;
}

.navigation DIV.prev A
{
  display: block;
  height: 20px;
  line-height: 16px;
  padding-left: 36px;
  text-align: left;
  background: url('../theme/prev.gif') no-repeat left center;
  text-decoration: none;
}

.navigation DIV.next
{
  position: relative;
  width: 160px;
  height: 20px;
  float: right;
  /*border: 1px solid blue;*/
}

.navigation DIV.next A
{
  display: block;
  height: 20px;
  line-height: 16px;
  padding-right: 36px;
  text-align: right;
  background: url('../theme/next.gif') no-repeat right center;
  text-decoration: none;
}


/* Pridat do vyberu / Odebrat z vyberu */
DIV.action
{
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 99;
  padding: 2px;
  /*width: 200px;*/
  /*height: 25px;*/
  font-size: 1.0em;
  text-align: right;
}

DIV.action DIV
{
  margin-bottom: 3px;
}

DIV.action A
{
  padding: 0px 30px 0px 0px;
  line-height: 16px;
  text-decoration: none;
}

DIV.action A.add
{
  background: url('../theme/add.gif') no-repeat right center;
}

DIV.action A.rem
{
  background: url('../theme/rem.gif') no-repeat right center;
}

DIV.action A.now
{
  background: url('../theme/now.gif') no-repeat right center;
}

DIV.action A.rec
{
  background: url('../theme/rec.gif') no-repeat right center;
}

DIV.action A.prt
{
  background: url('../theme/prt.gif') no-repeat right center;
}


IMG.border
{
  border: 1px solid #000000;
}


DIV.titul
{
  position: relative;
  background-color: #f3ce44;
  height: 720px;
}

DIV.titul-pad
{
  position: relative;
  padding: 20px 0px 10px 0px;
} 

DIV.titul DIV.jobs
{
  position: relative;
}


A#firmy
{
  display: block;
  width: 210px;
  height: 200px;
  background: #f3ce44 url('../theme/firmy.jpg') no-repeat top left;
  margin: 0px auto;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

A#uchazece
{
  display: block;
  width: 207px;
  height: 200px;
  background: #f3ce44 url('../theme/uchazece.jpg') no-repeat top left;
  margin: 0px auto;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

A#firmy SPAN, A#uchazece SPAN
{
  display: block;
  padding: 70px 10px 25px 10px;
  font-size: 1.6em;
  font-weight: bold;
}

A#firmy:hover, A#uchazece:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}


DIV.icons
{
  position: absolute;
  top: -32px;
  left: 20px;
  width: 256px;
  height: 20px;
  font-size: 0.85em;
}

DIV A.rss
{
  background: transparent url('../theme/rss.gif') no-repeat left center;
  line-height: 16px;
  padding: 2px 0px 2px 20px;
}

