ul, ul li {
  margin: 0px;
  padding: 0px;
}

html, body {
	border: 0px none;
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 80%;
	color: #282828;
}

.reseter {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

body {
	background: url(../images/header-back-banner.gif) top repeat-x #282828;
	/*background: url(../images/header-back.gif) top repeat-x #282828;*/
	text-align: center; /* centerovani webu pro IE */
}

.separator { /* slouzi k oddeleni jednotlivych casti stranek - pouze pro zobrazeni bez CSS */
	display: none;
	visibility: hidden;
}

#bodywrap { /* zajistuje "natahovani" sirky stranky - pro IE je pouzit specialni styl */
	width: 760px;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	border-top: 0px;
	position: relative;
}

#header {
	width: 760px;
	width: 900px;
	height: 179px;
	text-align: left;
	position: relative;
}

#logo-text {
  display: block;
	margin:0px; padding:0;
	position:relative;
	left:0px; top:37px;
	width:203px; height:106px;
	overflow:hidden;
	text-align: center;
	z-index:2;
	background-color: #EEEEEE;
}
		
#logo-text a {
  color: black;
  font-size: 2em;
  font-weight: normal;
  display: block;
  margin-top: 30px;
  z-index:2;
}
		
#logo-text span {
  display:block;
  position:absolute; left:0; top:0; z-index:3;
  width:203px; height:106px;
  margin:0; padding:0;
  background:url(../images/logo.gif) top left no-repeat;
  cursor: pointer;
}

#links {
  position: absolute;
  right: 220px;
  top: 3px;
  text-align: right;
  line-height: 200%;
  font-size: 1.2em;
  color: #d9d9d9;
}

#vyhledavanitop {
  position: absolute;
  right: 0px;
  top: 3px;
  text-align: right;
  line-height: 200%;
  font-size: 1.2em;
  color: #d9d9d9;
  width: 220px; 
}

  #vyhledavanitop input {
    vertical-align: middle;
  }

#main_menu {
  width: 441px;
  height: 113px;
  position:absolute;
  top: 34px;
  *top: 33px;
  right: 0px;
  background-color: #EEEEEE;
}

#main_menu ul#menu_hlavni {
  text-align: center;
  margin: 0px;
  padding: 0px;
  float: left;
  background: url(../images/menu-line.gif) no-repeat right;
  padding-right: 1px;
}

#main_menu ul#menu_hlavni li {
  margin: 0px;
  padding-left: 0px;
  list-style: none;
  display: block;
  float: left;
  font-size: 1.4em;
}

#main_menu ul#menu_hlavni li a {
  color: #282828;
  display: block;
  float: left;
  width: 110px;
  line-height: 140%;
  padding: 0px;
  height: 113px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

#main_menu ul#menu_hlavni li a:hover, #main_menu ul#menu_hlavni li a:focus {
  color: #dc2e86;
}

#main_menu ul#menu_hlavni li strong {
  color: #dc2e86;
  display: block;
  float: left;
  width: auto;
  line-height: 140%;
  height: 113px;
  width: 110px;
  position: relative;
  z-index: 2;
}

#main_menu ul#menu_hlavni li a span,
#main_menu ul#menu_hlavni li strong span {
  position: absolute;
  height: 113px;
  width: 110px;
  top: 0px;
  left: 0px;
  z-index: 3;
  cursor: pointer;
  background-position: 0px 0px;
}

#main_menu ul#menu_hlavni li strong span {
  cursor: default;
}

#main_menu ul#menu_hlavni li#uvod a span,
#main_menu ul#menu_hlavni li#uvod strong span {
  background: url(../images/button-uvod.gif) no-repeat;
}

#main_menu ul#menu_hlavni li#modelky a span,
#main_menu ul#menu_hlavni li#modelky strong span {
  background: url(../images/button-modelky.gif) no-repeat;
}

#main_menu ul#menu_hlavni li#modelove a span,
#main_menu ul#menu_hlavni li#modelove strong span {
  background: url(../images/button-modelove.gif) no-repeat;
}

#main_menu ul#menu_hlavni li#fotografove a span,
#main_menu ul#menu_hlavni li#fotografove strong span {
  background: url(../images/button-fotografove.gif) no-repeat;
}

#main_menu ul#menu_hlavni li#zebricek a span,
#main_menu ul#menu_hlavni li#zebricek strong span {
  background: url(../images/button-zebricek.gif) no-repeat;
}
    
#main_menu ul#menu_hlavni li#uvod a:hover span, 
#main_menu ul#menu_hlavni li#modelky a:hover span, 
#main_menu ul#menu_hlavni li#modelove a:hover span,
#main_menu ul#menu_hlavni li#fotografove a:hover span,
#main_menu ul#menu_hlavni li#zebricek a:hover span,

#main_menu ul#menu_hlavni li#uvod a:focus span, 
#main_menu ul#menu_hlavni li#modelky a:focus span, 
#main_menu ul#menu_hlavni li#modelove a:focus span,
#main_menu ul#menu_hlavni li#fotografove a:focus span,
#main_menu ul#menu_hlavni li#zebricek a:focus span,

#main_menu ul#menu_hlavni li#uvod strong span, 
#main_menu ul#menu_hlavni li#modelky strong span, 
#main_menu ul#menu_hlavni li#modelove strong span,
#main_menu ul#menu_hlavni li#fotografove strong span,
#main_menu ul#menu_hlavni li#zebricek strong span {
  background-position: 0px -113px;
}




#secondary_menu {
  width: 900px;
  height: 31px;
  position: absolute;
  top: 147px;
  left: 0px;
  color: #6f6f6f;
  color: #3F3F3F;
  line-height: 270%;
  font-size: 1.1em;
}

#secondary_menu a {
  color: #6f6f6f;
  color: #AFAFAF;
  text-decoration: none;
  margin: 0px 2px;
}

#secondary_menu a:hover, #secondary_menu a:focus, #secondary_menu strong {
  color: #EFEFEF;
  font-weight: normal;
  margin: 0px 2px;
  text-decoration: underline;
}

  #secondary_menu a.forum, #footer-menu a.forum {
    color: #B73978;
  }

#doporucte {
  position: absolute;
  top: 147px;
  *top: 152px;
  right: 0px;
  color: #6f6f6f;
  color: #AFAFAF;
  line-height: 270%;
  font-size: 1.1em;
}

#doporucte img {
  vertical-align: middle;
  margin-left: 3px;
}


#content {
  width: 760px;
  width: 900px;
  *width: 765px;
  *width: 905px;  
	text-align: left;
	background-color: #282828;
	font-size: 110%;
	margin-top: 20px;
}

#container {
  float: left;
  width: 760px;
  width: 900px;
}

#container-smaller {
  float: left;
  width: 570px;
  width: 710px;
  *width: 550px;
  *width: 690px;  
}

.content-pad {
  padding: 10px 30px;
  background-color: #ebebeb;
  margin: 20px 0px 0px 0px;
  border: 2px solid white;
}

.content-pad-smaller {
  padding: 10px 30px 10px 30px;
  width: 484px;
  width: 624px;
  *width: 548px;
  *width: 688px;  
  float: left;
  background-color: #ebebeb;
  margin: 20px 20px 0px 0px;
  border: 2px solid white;
  position: relative;
  *display: inline;
}

.zobrazit-pruh {
  height: 27px;
  *height: 29px;
  border-top: 2px solid white;  
  width: 664px;
  *width: 684px;
  margin: 0px -10px -10px -10px;
  padding: 0px 10px;
  background: url(../images/box-bottom-back.gif) repeat-x #717171;
  text-align: right;
  line-height: 240%;
  float: left;
  color: white;
  position: relative;
}

  .zobrazit-pruh a {
    color: white;
    font-weight: bold;
  }

#right {
  width: 190px;
  float: left;
  text-align: left;
  position: relative;
}

.box {
  width: 170px;
  *width: 180px;
  margin: 20px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  border: 1px solid white;
  background: #dfdfdf;
  position: relative;
}

.box .roh {
  width: 48px;
  height: 38px;
  position: absolute;
  top: -10px;
  right: -1px;
}

.box strong a {
  text-decoration: none;
  color: white;
}

#reference {
    text-align: center;
  }

  a#reference {
  color: black;
  font-size: 2em;
  font-weight: normal;
  display: block;
  margin: 20px 0px 10px 0px;
  /*margin-left: 4px;*/
  z-index:2;
  width: 192px;
  height: 192px;
  position: relative;
}
		
  a#reference span {
    display:block;
    position:absolute; left:0; top:0; z-index:3;
    width: 192px;
    height: 192px;
    margin:0; padding:0;
    background:url(../images/napiste-zkusenost.jpg) no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
  }
  
  a#reference:hover span, a#reference:focus span {
    background-position: 0px -192px;
  }

  .box #prihlaseni {
    background: url(../images/box-roh-prihlaseni.gif) no-repeat;
  }
  
  .box #prihlaseni2 {
    background: url(../images/box-roh-prihlaseni2.gif) no-repeat;
  }
  
  .box #vyhledavani {
    background: url(../images/box-roh-vyhledavani.gif) no-repeat;
  }
  
  .box #statistiky {
    background: url(../images/box-roh-statistiky.gif) no-repeat;
  }
  
  .box #novinky {
    background: url(../images/box-roh-novinky.gif) no-repeat;
  }

.box strong {
  background: #9D143B;
  display: block;
  width: 170px;
  *width: 190px;
  margin: 0px -10px 0px -10px;
  color: white;
  padding: 0px 10px;
  line-height: 240%;
  height: 27px;
  *height: 28px;
  background: url(../images/box-header-back.gif) repeat-x #aa1660;
  border-bottom: 1px solid white;
  text-align: left;
}

  .box strong#username {
    background: #717171;
    display: block;
    width: 170px;
    *width: 190px;
    color: white;
    padding: 0px 10px;
    line-height: 280%;
    height: 31px;
    *height: 32px;
    border-bottom: 1px solid white;
  }
  
  .box p#menu-uzivatel  {
    line-height: 200%;
  }
  
    .box p#menu-uzivatel a:hover, .box p#menu-uzivatel a:focus {
      color: #ee298c;
    }

.box a {
  color: #000;
}

.box a.strong { 
  font-weight: bold;
}

.box p {
  padding: 7px 0px;
  margin: 0px;
  text-indent: 0em;
}

.box p.bottom, .box p.bottom-2 {
  height: 27px;
  *height: 28px;
  border-top: 1px solid white;  
  width: 170px;
  *width: 190px;
  margin: 0px -10px 0px -10px;
  padding: 0px 10px;
  background: url(../images/box-bottom-back.gif) repeat-x #717171;
  text-align: right;
  line-height: 240%;
}

  .box form p.bottom {
    text-indent: 2.3em;
    text-align: left;
  }
  
  .box form p.bottom-2 {
    text-indent: 0.8em;
    text-align: left;
  }
 
  .box form input#prihlasit, .box form input#vyhledat {
    position: absolute; 
    bottom: 0px;
    right: 0px;
  }

.box p.bottom a, .box p.bottom-2 a {
  color: white;
}

.box p a#odhlasit {
    position: absolute; 
    bottom: 0px;
    right: 0px;
    line-height: 80%;
  }

.box table {
  margin: 5px 0px;
  width: 170px;
}

  .box table td, .box table th {
    padding: 5px 3px;
    vertical-align: middle;
  }
  
  .box table td.right {
    text-align: right;
  }
  
    .box table td input.text {
      width: 104px;
      *width: 110px;
      border: 1px solid #aeaeae;
      padding: 3px;
      height: 14px;
      *height: 22px;
      vertical-align: middle;      
    }
    
    .box input#search, .box input#hledam {
      width: 160px;
      *width: 164px;
      border: 1px solid #aeaeae;
      padding: 3px;
      height: 14px;
      *height: 22px;
      margin: 5px 0px;      
      vertical-align: middle;      
    }
  
.box ul {
  padding: 0px 0px; 
  width: 170px;
}

.box ul li {
  list-style-type: none;
  color: #000;
  margin: 10px 5px; 
}

.box #provizni-system {
  margin: 10px 45px;
}

  .box #provizni-system a img {
    border: 0px;
  }

.reklama {
  width: 180px;
  *width: 190px;
  padding: 0px 0px 0px 10px;
}

.reklama strong {
  margin: 0px 0px 5px -10px;
}

#galerie-bottom {
  padding: 0px 10px;
  font-size: 0.1em;
  min-height: 70px;
  text-align: left;
  border-top: 2px solid #fff;
  margin: 20px -30px -10px -30px;
  *height: 70px;    
  background: url(../images/galerie-back.gif) right top no-repeat #282828;
}

#galerie-bottom img {
  margin: -25px 5px 35px 5px;
  padding: 1px;
  background-color: #fff;
  *position: relative;
}

#footer {
  width: 100%;
  height: 223px;
  height: 240px;
  background: url(../images/footer-back.gif) repeat-x #F5F5F5;
  font-size: 1.1em;
  margin-top: 30px;
}

#footer-menu {
  color: #6a6a6a;
  line-height: 270%;
  position: relative;
  width: 900px;
  margin: 0px auto;
  text-align: right;
}

#footer-menu a {
  color: #6a6a6a;
  text-decoration: none;
  letter-spacing: 0.03em;
  margin: 0px 5px;
}

#footer-menu a:hover, #footer-menu a:focus {
  color: #fff;
  text-decoration: underline;
}

#footer-menu a.last {
  margin-right: 0px;
}

#footer-menu a#nahoru {
  position: absolute;
  top: 0px;
  left: 5px;
  padding-left: 15px;
  display: block;
  background: url(../images/nahoru-sipka.gif) no-repeat left;
  color: white;
}

#footer div#copyright {
  text-align: right;
  width: 900px;
  line-height: 350%;
  margin: 0px auto;
  display: block;
  color: #1a1a1a;
}

#footer div#copyright a {
  color: #1a1a1a;
}

#footer div#copyright a.c3studio {
  color: #aa1660;
}

#footer div#doporuceni {
  text-align: right;
  width: 900px;
  line-height: 350%;
  margin: 0px auto;
  display: block;
  color: #1a1a1a;
  color: gray;
  height: 40px;
}

#footer div#doporuceni a {
  color: #1a1a1a;
  color: gray;
}

#footer #footer-banner {
  margin-top: 10px;
}

#footer #footer-banner div {
  margin: -7px auto -3px auto;
}



.hidden {
  display: none;
}

/* ========== GALERIE ========== */

a.fotka-ram {
  display: block;
  float: left;
  text-align: center;
  width: 125px;
  *width: 127px;
  border: 1px solid white;  
  margin: 5px 6px 5px 6px;
  *display: inline;
  background: #dcdcdc;  
  padding: 10px 0px;
  text-decoration: none;
  color: #000;
  height: 172px;
  *height: 192px;
  position: relative;  
}

a.fotka-ram:hover, a.fotka-ram:focus {
  background: url(../images/box-header-back.gif) repeat-x bottom #b73978;
  color: white;
}

a.fotka-ram img {
  margin-bottom: 5px;
}

a.fotka-ram strong {
  display: block;
  float: none;
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 125px;
  text-align: center;
  cursor: pointer;  
}

.tooltip { 
  border: 2px solid #ECA999; 
  padding: 3px 5px; 
  background: white; 
  font-size: 1.2em; 
  text-align: left;
  line-height: 150%;
  z-index: 10;
}
  
a.tip { background: url(../images/top-back.gif) top left no-repeat #dcdcdc; }
a.tip.fotograf { 
    background-image: url(../images/top-back.gif),url(../images/fotograf-back.gif);
    background-position: top left,top right;

}

a.gold { background: url(../images/gold-back.gif) top left no-repeat #dcdcdc;  }
a.gold.fotograf { 
    background-image: url(../images/gold-back.gif),url(../images/fotograf-back.gif);
    background-position: top left,top right;

}
a.profil_mesice { background: url(../images/profil-mesice-back.gif) top left no-repeat #dcdcdc; }
a.profil_mesice.fotograf { 
    background-image: url(../images/profil_mesice-back.gif),url(../images/fotograf-back.gif);
    background-position: top left,top right;

}

a.fotograf { background: url(../images/fotograf-back.gif) top right no-repeat #dcdcdc; }

a.fotograf:hover, a.fotograf:focus {
  background: url(../images/box-header-fotograf-back.gif) repeat-x bottom #363636;
  color: white;
}

a.gold:hover, a.gold:focus {
  background: url(../images/box-header-gold-back.gif) repeat-x bottom #DBB103;
  color: white;
}

a.profil_mesice:hover, a.profil_mesice:focus {
  background: url(../images/box-header-profil-mesice-back.gif) repeat-x bottom #425eb2;
  color: white;
}

/* ========== MODELOVE ========== */

.strankovani {
  clear: left;
  width: 100%;
  background-color: #AA1660;
  height: 25px;
  position: relative;
  margin: 12px 0px 6px 0px;
  float: left;
  *float: none;
}

.strankovani form {
  display: inline;
  position: absolute;
    top: 2px;
    *top: 1px;
    left: 375px;
    color: white;
}

  .strankovani a {
    color: white;
    font-weight: bold;
  }
  
  .strankovani a.predchozi {
    position: absolute;
    left: 10px;
    top: 5px;
  }
  
  .strankovani a.dalsi {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  
  .strankovani .kolik {
    position: absolute;
    top: 3px;
    left: 425px;
    color: white;
    font-size: 1.3em;
  }

/* ========== DETAIL ========== */

#fotka {
  width: 650px;
  float: left;
  text-align: center;
  margin: -10px 0px -10px -30px;
  *display: inline;
  position: relative;  
}

#fotka table tr td {
  height: 550px;
  width: 650px;
  vertical-align: middle;
  text-align: center;
}

#fotka table tr td img {
  vertical-align: middle;
  margin: 0px 2px;
}

#fotka table tr td a img, #fotka table tr td a:hover img {
  border: 0px;
}

#fotka table tr td a {
  font-size: 1em;
  text-decoration: none;
}

#fotka table tr td a.predchozi {
  position: absolute;
  top: 295px;
  left: 5px;
}

#fotka table tr td a.dalsi {
  position: absolute;
  top: 295px;
  right: 5px;
}

img#loading {
  position: absolute;
  margin: 0px;
  height: 35px;
  width: 35px;
  left: 250px;
  left: 305px;
  top: 295px;
  *top: 290px;
}

a#tip, a#gold, a#profil-mesice {
  position: absolute;
  top: 10px;
  right: 4px;
}

a#tip img, a#gold img, a#profil-mesice img {
  border: 0px;
}

#informace {
  width: 239px;
  *width: 240px;
  height: 660px;  
  float: right;
  border-left: 1px solid #d1d1d1;
  position: relative;
  margin: 0px -30px -10px 0px;
  *display: inline;
}

#informace h1 {
  margin-left: 13px;
  font-size: 1.8em;
  font-weight: bold;
  padding-top: 10px;
}

#informace h1 a {
  text-decoration: none;
  color: #aa1660;
}

#informace table {
  font-size: 1em;
  margin-left: 13px;
  width: 220px;
}

#informace table tr th, #informace table tr td{
  text-align: left;
  padding: 3px 5px;
  color: #5E5F4D;
  vertical-align: top;
}

#informace table tr td {
  text-align: right;
}

#kontakt {
  color: #5E5F4D;
  position: absolute;
  bottom: -10px;
  left: 20px;
}

#kontakt ul li {
  list-style: none;
  line-height: 200%;
}

#kontakt a {
  color: #aa1660;
  font-size: 1.2em;
}

#kontakt a img {
  border: 0px;
  vertical-align: middle;
}

#vlozit {
  position: absolute;
  bottom: 0px;
  left: 220px;
  width: 270px;
  padding: 10px;
  height: 200px;
  background-color: #5F0030;
  display: block;
  border: 1px solid black;
  line-height: 220%;
  z-index: 13;
}

  #vlozit h3 {
    color: white;
    font-size: 1.2em;
    padding: 0px;
    margin: 0px 0px 10px 0px;
  }
  
  #vlozit input {
    width: 250px;
  }
  
  #vlozit label {
    color: white;
    font-size: 1.1em;
  }

ul#search-results {
  margin: 0px 0px 40px 0px;
}

  ul#search-results li {
    line-height: 150%;
    margin-left: 15px;
  }

h2.detail {
  color: #CFCFCF;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 30px;
  margin-left: -10px;
}

h2.profil {
  color: #CFCFCF;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-top: 10px;
  margin-left: 20px;
}

/* ========== AGENTURY ========== */

.agentura {
  margin: 10px 0px;
  width: 847px;
}

  .agentura .header {
    background: url(../images/box-agentura-top.gif) top left no-repeat #aa1660;  
    height: 55px;
  }
    
    .agentura .header h2 {
      color: white;
      font-size: 1.6em;
      font-weight: normal;
      padding: 19px 10px 10px 20px;
    }
    
    .agentura .header h2 a {
      color: white;
      text-decoration: none;
    }
  
  .agentura .content {
    background: url(../images/box-agentura-content.gif) top left repeat-y #d7d7d7;  
    padding: 10px 0px;
  }
  
  .agentura .footer {
    background: url(../images/box-agentura-bottom.gif) top left no-repeat;
    height: 24px;  
  }

.agentura table {
  margin: 0px 25px;
}

.agentura table td, .agentura table th {
  vertical-align: top;
  text-align: left;
  line-height: 150%;
}

.agentura table td a img {
  border: 1px solid #737373;
  padding: 1px;
  background-color: white;
  vertical-align: middle;
  margin-right: 15px;
}

.agentura table td.nazev {
  font-size: 1.9em;
  vertical-align: middle;
}


/* ========== ČLÁNKY ========== */

div.clanek {
  margin: 0px 0px 30px 0px;
  width: 480px;
  width: 620px;
  *width: 475px;
  *width: 615px;  
}

div.clanek p.right {
  margin-top: -5px;
}

img.clanek {
  margin-right: 10px;
  border: 1px solid #9D143B;
}

img.left {
  float: left;
}

/* ========== PŘIHLÁ ENÍ ========== */

table#prihlaseni {
  margin: 20px 140px;
}


/* ========== MOJE FOTKY ========== */

.moje-fotka {
  padding: 5px;
  border: 1px solid #9D143B;
  float: left;
  text-align: center;
  line-height: 150%;
  margin: 10px 5px 10px 5px;
  margin: 3px;
  height: 198px;
  *height: 208px;
}

.moje-fotka a.img {
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid gray;
  margin-bottom: 3px;
}

.moje-fotka a img, .moje-fotka a:hover img {
  border: 0px;
  
}

.vychozi {
  background-color: #FBA3BC;
}

table#nahravani-fotek td input.text {
  width: 80px;
}


/* ========== SLOVNIK POJMU ========== */

p.pojem {
  text-indent: 0em;
  margin: 0px 0px 30px 20px;
}

a.right {
  float: right;
}


/* ========== RIGHT ========== */

#right p.fotka a {
  margin: 5px;
  display: block;
}

#right p.fotka {
  text-align: center;
  *margin-left: 10px;
}


/* ========== ODKAZY ========== */

#partneri {
  margin: 10px 0px;
}

#partneri a img {
  border: 0px;
}


/* ========== ZEBRICEK ========== */

.nej p.fotka a {
  margin: 5px;
  display: block;
  
}

.nej p.fotka {
  text-align: center;
  float: left;  
  *display: inline;
  height: 200px;  
}


/* ========== CASTINGY ========== */

table.casting td, table.casting th{
  vertical-align: top;
  line-height: 150%;
}

table.casting th {
  width: 150px;
}


/* ========== UVOD ========== */

#uvod-content {
  background: url(../images/uvod-back.gif) no-repeat bottom right #ebebeb;
}

  #uvod-content ol li {
    line-height: 150%;
  }

.uvod-modelky {
  margin: 0px -20px;
  float: left;
  *display: inline;
}

.uvod-modelky a.fotka-ram {
  margin: 5px 2px 5px 2px;
}

a#registrace {
  margin: 20px 200px;
  display: block;
}


/* ========== TEXT, OBRAZKY, TABULKY .. atd ========== */

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #aa1660;
	margin: 0px;
	padding: 20px 0px 5px 0px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #d91c7b;
	text-align: left;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

h2.pruh {
	font-size: 1em;
	font-weight: bold;
	color: white;
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 380%;
	background: url(../images/h2-pruh-back.gif) no-repeat #aa1660;
	width: 680px;
	height: 43px;
	margin: -12px -38px 0px -38px;
	position: relative;
}

h2#doporucujeme {
  background: url(../images/h2-doporucujeme-back.gif) no-repeat #aa1660;
}

  h2.pruh a {
    color: white;
  }


h3 {
	font-size: 1em;
	font-weight: bold;
	color: #d91c7b;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

p {
  text-indent: 2em;
	text-align: justify;
	line-height: 150%;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px;
}

p.no-indent {
  text-indent: 0em;
}

p.zvyrazneny {
  text-indent: 0em;
  background: #FFCFE7;
  color: black;
  padding: 10px;
  border: 1px solid #AA1660;
}

  p.zvyrazneny a {
    color: black;
    font-weight: bold;
  }  

p.no-margin {
  margin: 0px;
  padding: 0px;
}

p.justify, td.justify {
  text-align: justify;
}

p.right {
  float: right;
}

fieldset {
  margin: 15px 0px;
}

legend {
  padding: 0px;
  border: 1px solid #ffffff;
}

legend strong {
  color: #fff; 
  padding: 2px 7px;
  background-color: #9D143B;
}

div.kod {
  border: 1px solid gray; 
  padding: 10px; 
  background-color: #DADADA;
  margin-bottom: 30px;
}

div.kod code {
  font-size: 0.9em;
  font-family: courier-new;
}

#links a, #vyhledavanitop a {
  color: #d9d9d9;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.9em;
}

#links a:hover, #links a:focus, #vyhledavanitop a:hover, #vyhledavanitop a:focus {
  color: #d91c7b;
}

a {
	color: #ee298c;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

a img {
  border: 1px solid #000;
}

a:hover img, a:focus img {
  border: 1px solid #fff;
}

a img.no_boarder, a:hover img.no_boarder {
  border: 0px;
  text-decoration: none;
}        

img.right {
  float: right;
  margin: 0px 0px 15px 15px;
}

table {
  font-size: 1em;
}

table.pink {
  width: 100%;
  margin: 15px 0px;
}

  table.pink th {
    font-weight: normal;
    padding: 5px;
    
    background-color: #DFDFDF;
  }
  
  table.pink td {
    font-weight: bold;
    padding: 5px;
    background-color: #AA1660;
    color: white;
    text-align: center;
  }
  
    table.pink td a {
      color: white;
    }
  
    table.pink td span {
      font-weight: normal;
    }
  
  table.pink td.space {
    background: none;
  }

p.poradi {
  padding: 10px 10px;
  border: 1px dotted #AA1660;
  background-color: #DFDFDF;
  font-size: 1.2em;
}

strong.poradi {
  font-size: 2.4em;
  color: #AA1660;
}

.tisk {
	display: none;
}

.strong { font-weight: bold; }

input.text {
  width: 104px;
  *width: 110px;
  border: 1px solid #aeaeae;
  height: 14px;
  *height: 22px;
  padding: 3px;
  vertical-align: middle;            
}

table#doporuceni td label {
  font-weight: bold;
}

table#doporuceni input.text {
  width: 200px;
  border: 1px solid #9D143B;
  height: 14px;
  *height: 16 px;
}

table#doporuceni #text {
  border: 1px solid #9D143B;
}

th {
  vertical-align: top;
  text-align: left;
}

th.center {
  vertical-align: middle;
}

img.middle {
  vertical-align: middle;
}

form {
  margin: 0px;
  padding: 0px;
}

ul.margin {
  margin: 10px 0px 10px 20px;
}

ul.novinky {
  line-height: 200%;
}

ol.podminky {
  line-height: 150%;
}

hr.line {
  height: 1px; 
  color: #FBA3BC; 
  background-color: #FBA3BC; 
  border: 0px solid #FBA3BC;
  margin: 20px 0px;
}

#right-image-box {
  position: absolute; 
  top: 320px;
  /* top: 220px;  */
  right: -180px; 
  z-index: 10; 
  display: block; 
  width: 160px; 
  height: 800px; 
}

#right-image-box a {
  display: block;
  margin-bottom: 10px;
  text-align: left;
}

#slevomatAdContainer {
  margin-bottom: 10px;
}

#prochazeniModelkami {
  position: absolute;
  top: 55px;
  left: 20px;
}

#slevomat_ad {
  margin-bottom: 10px;
}


/* ======== LIGHTBOX2 ========= */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox2/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox2/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* =============================== */

