/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by Michal Madleňák <madlenak@ltweb.cz>, www.LTweb.cz
 */
 
.clear {
  clear: both;
}
.clear-1 {
  clear: both;
  height: 70px;
}
.toplist {
  position: absolute;
  z-index: -9999;
  visibility: hidden;
}

#page {
  position: relative;
  width: 100%;
  margin-left: 0;
	height: 100%;  
  min-height: 100%;
}

body>#page {
 	height: auto;
}

#top_background {
  width: 50%;
  height: 113px;
  position: absolute;
  margin: 0;
  left: 0;
  background: url(../img/index/top_background.jpg) repeat-x top;
  height: 113px;
}
#page-center {
  width: 941px;
  position: relative;
  z-index: 2;
}
/*HEADER ---------------------------------------------------------------------*/
#header {
  background: url(../img/index/header.jpg) no-repeat left;
  width: 941px;
  height: 142px;
  margin: 0;
  left: 0;
}
#header a.title {
  display: block;
  width: 330px;
  margin-left: 180px;
  height: 90px;
}
#header .logo-hh {
  width: 110px;
  height: 130px;
  display: block;
  margin-left: 30px;
  margin-top: -90px;
  position: absolute;
}

#topmenu {
  position: relative;
  float: right;
  top: 24px;
  width: 750px;
  padding: 0 0 0 50px;
  text-align: left;
}
#topmenu .separator-text {
  margin-left: 7px;
  margin-right: 7px;
  text-transform: uppercase;
  color: #ffffff;
}
#topmenu .topmenu-ul {
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
#topmenu .topmenu-ul li {
  list-style: none;
  display: inline;
}
#topmenu a {
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}
#topmenu a:link, #topmenu a:visited {
  color: #ffffff;
  text-decoration: none;
} 
#topmenu a:hover, #topmenu a:active {
  color: #ffffff;
  text-decoration: underline;
} 

/*MAINPART -------------------------------------------------------------------*/
#mainpart {
  padding-bottom: 120px;
  width: 935px;
  margin-left: 0;
}

/*LEFTMENU -------------------------------------------------------------------*/
#leftmenu {
  width: 186px;
  float: left;
  left: 0;
}

#leftmenu .ul-prvni-uroven {
  margin: 0;
  padding: 0;
}
#leftmenu .ul-prvni-uroven li {
  list-style-image: url();
  list-style: none;
  margin: 0;
  padding: 0;
}
#leftmenu .nabidka .separator-text {
  font-size: 0.9em;
  display: block;
  padding-left: 35px;
  
}
#leftmenu .nabidka .separator-cara {
  display: block;
  
}
#leftmenu .separator3 {
  margin: 0;
  padding: 0;
  padding-top: 15px; 
  padding-bottom: 4px;
  font-size: 0.85em;
  color: #dbdbdb;
  margin-left: 32px;
}
#leftmenu .separator3-bold {
	font-size: 1.1em;
	font-weight: bolder;
}
#leftmenu .separator1 {
  display: block;
  margin-left: 7px;
  margin-top: -6px; 
}
#leftmenu .separator1-normal {
  display: block;
  margin-left: 6px;
  margin-top: -7px;
 
}
#leftmenu .separator1-cara {
  display: block;  
}

#leftmenu .nabidka .pruh2 {
  margin: 0;
  padding: 0;
  display: block;
  background: url(../img/index/pruhy-menu.jpg) no-repeat;
  width: 180px;
  height: 4px;
  margin-left: 6px;
  position: absolute;
}

#leftmenu .nabidka .pruh1 {
  margin: 0;
  display: block;
  padding: 0;
  background: url(../img/index/pruh-menu.jpg) no-repeat;
  width: 180px;
  height: 2px;
  margin-left: 6px;
  position: absolute;
}
#leftmenu .nabidka a {
  display: block;
  padding: 0;
  margin: 0;
  width: 180px;
  padding-left: 6px;
  margin-top: 0;
  vertical-align: top;
}
#leftmenu .nabidka .level1 {
  text-transform: uppercase;
  background: url(../img/index/erb.jpg) no-repeat left center;
  width: 150px;
  font-size: 0.9em;
  padding-left: 30px;
  height: 19px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  margin-top: 1px;
  padding-top: 4px;
}
#leftmenu .nabidka .level1-active {
  background: url(../img/index/level1-active.jpg) repeat-y left top;
  text-transform: uppercase;
  width: 180px;
  height: 19px;
  padding-left: 0;
  font-size: 0.9em;
  text-decoration: none;
  color: #ffffff;
  display: block;
  margin-top: 1px;
  padding-top: 4px;
}
#leftmenu .nabidka .level1-active .level1-active {
  font-size: 1em;
}
#leftmenu .nabidka .level1-active .level1-erb {
  display: block;
  height: 17px;
  width: 150px;
  margin-left: 0;
  padding-left: 30px;
  background: url(../img/index/level1-active-erb.jpg) no-repeat left center;
}

#leftmenu .nabidka .level2 {
  display: block;
  width: 130px;
  padding: 1px 5px 1px 50px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.85em;
}
#leftmenu .nabidka .level2:hover, #leftmenu .nabidka .level2:active, #leftmenu .nabidka .level2-active {
  background: #3091c0 url(../img/index/level1-active.jpg) repeat-y left top;
}
#leftmenu .nabidka .level1:hover, #leftmenu .nabidka .level1:active {
  background: url(../img/index/erb-active.jpg) no-repeat left center;
}
#leftmenu .information_cell {
  padding-bottom: 9px;
  width: 180px;
  margin-left: 6px;
  background: #ffffff;
  color: #000000;
  position: relative;
  margin-top: 15px;
}
#leftmenu #mailservis {
  padding-bottom: 0;
  margin: 4px 0 0 6px;
  padding: 0;
}
#leftmenu #mailservis .text-svatek {
	font-size: 0.85em;
	padding-right: 5px;
}
#leftmenu .bile-pozadi1 {
  padding: 5px 0;
  background: #ffffff url() ;
  margin: 15px 0 0 6px;
  width: 180px;
}
#leftmenu .nadpis {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 1em;
  font-weight: bolder;
  background: #fec004 url(../img/content/h2.jpg) no-repeat right top;
  padding: 4px 10px 4px 10px;
  color: #333333;
}
#leftmenu .information_cell .hlasovani-ok {
  background: #ffffff;
}
#leftmenu .information_cell .text-svatek {
  display: block;
  margin-left: 15px;
  padding-top: 5px;
  margin-bottom: 5px;
  font-size: 0.9em;
}
#leftmenu .oranzovy-pruh {
  width: 163px;
  background: #f4e014 url(../img/index/oranzove-pozadi.jpg) repeat-y left top;
  display: block;
  padding-left: 17px;
  font-size: 0.9em;
  padding-top: 7px;
  padding-bottom: 7px;
}
#leftmenu .information_cell .oranzovy-pruh {
  
}
#leftmenu .text-input {
  width: 140px;
}
#leftmenu .vyhledat {
  text-align: right;
  float: right;
}
.invisible {
  visibility: hidden;
  z-index: -99999;
  float: left;
  position: absolute;
  display: none;
}
#leftmenu .vyhledat .vyhledat-submit {
  border: none;
  display: block;
  text-align: right;
  margin-right: 7px;
  font-size: 0.85em;
  font-weight: bolder;
  background: none;
}
#leftmenu .vyhledat .vyhledat-submit-over {
  border: none;
  display: block;
  text-align: right;
  margin-right: 7px;
  font-size: 0.85em;
  font-weight: bolder;
  background: none;
  color: #febf04;
}
#leftmenu .nabidka .posunuti-level1 {
  padding-top: 5px;
  border-top: 2px solid #0078b2;
}
#leftmenu .information_cell table {
  border-collapse: collapse;
  width: 100%;
  margin-left: -10px;
  font-size: 0.9em;
}
#leftmenu .information_cell img {

}
#leftmenu .information_cell p {
  font-size: 0.9em;
  padding: 0;
  margin: 0;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 5px; 
}

#nahodna_fotka .oranzovy-pruh {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 0;
}
#nahodna_fotka .oranzovy-pruh img {
  margin: 0 auto;
  display: block;
}
/*anketa -------------------------------*/
#leftmenu .information_cell .question {
  padding-left: 16px;
  background: url(../img/index/question.gif) no-repeat center left;
  text-align: left;
}
#leftmenu .information_cell .votes {
  text-align: right;
}
#leftmenu .information_cell .image {
  padding-bottom: 5px;
}
#leftmenu .information_cell .image img {
  display: block;
  padding: 0;
  margin-top: 4px;
  float: left;
  border: 1px solid #343432;
  text-align: left;
  background: none;
}

/*CONTENT --------------------------------------------------------------------*/
#content {
  float: left;
  width: 450px;
}
#content1 {
  float: left;
  width: 580px;
}
#content-white {
  background: #ffffff;
  margin-left: 14px;
  padding: 5px 10px;
}
#content-navigace {
  background: #ffffff;
  margin-left: 14px;
  padding-top: 3px;
  padding-left: 15px;
}
#content-navigace a {
  font-size: 0.85em;
}

/*RIGHTMENU ------------------------------------------------------------------*/
#rightmenu {
  width: 287px;
  float: right;
}
#rightmenu .bile-pozadi {
  width: 277px;
  padding: 5px;
  background: #ffffff url() ;
  margin-bottom: 4px;
}
#rightmenu .bile-pozadi1 {
  width: 287px;
  padding: 5px 0;
  background: #ffffff url() ;
  margin-bottom: 4px;
}
#rightmenu .bile-pozadi p {
  font-size: 0.85em;
}
#rightmenu .bile-pozadi ul {
	margin-bottom: 0;
}
#rightmenu ul li.no-list-style {
	list-style-image: none;
	list-style: none;
}
#rightmenu .separator-text {
	text-transform: uppercase;
	margin: 5px 0;
	display: block;
}

#rightmenu .nadpis {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  font-size: 1.4em;
  background: #fec004 url(../img/content/h1.jpg) no-repeat right center;
  padding: 9px 20px 9px 10px;
  color: #333333;
}
/*ZAPATI ---------------------------------------------------------------------*/
#footer {
	position: absolute;
	overflow: hidden;
	z-index: 5;
	width: 100%;
	height: 110px;
	background: #000000;
  bottom: 0;
  left: 0;
}
#footer_center_1 {
  margin: 0 auto;
  width: 941px;
}
#footer-center {
  width: 740px;
  margin-top: 20px;
  height: 56px;
  margin-right: 0;
  background: #191919;
}
#footer-center .f_left {
  margin-left: 20px;
  text-transform: uppercase;
  padding-top: 21px;
}
#footer-center .f_left a, #footer-center .f_right a {
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  color: #979183;
  font-size: 0.85em;
}
#footer-center .f_left a:hover, #footer-center .f_left a:active, #footer-center .f_right a:hover,
#footer-center .f_right a:active {
  color: #ffffff;
  text-decoration: underline;
}
#footer-center .f_right {
  padding-top: 12px;
  width: 150px;
}
#footer-center .f_right a {
  background: url(../img/index/footer-logo.jpg) no-repeat right;
  padding-right: 65px;
  height: 22px;
  text-transform: uppercase;
  display: block;
  padding-top: 10px;
    
}
