* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
	font-family: Arial,  Tahoma, Verdana, lucida, sans-serif;
	background: url("images/back.gif") repeat-x #4c4c4c;
	color: #fff;
	font-size: 13px;
	text-align: center;
	letter-spacing:0.02em;
	behavior: url(csshover.htc);
	min-width: 770px;
}

/* MAIN */

#main {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	min-height: 100%;
	background: url("images/back.gif") repeat-x #fff;
}

h1.logo {
	width: 190px;
	height: 231px;
	font-size: 10px;
	overflow: hidden;
	z-index: 0;
	margin: 0;
	position: relative;
	float: left;
	text-align: center;
}

h1.logo span {
	width: 190px;
	height: 231px;
	background:  url("images/logo.gif") no-repeat left;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	cursor: pointer;
}

h1.logo a {
  text-decoration: none;
  font-size: 0px;
  color: #282828;
}

#top_right {
	float: left;
	width: 580px;
	height: 231px;
}

#obsah {
	width: 485px;
	padding: 10px 10px 0 10px;
	background:  url("images/obsah.gif") no-repeat left top #eee;
	float: right;
	margin: 5px 5px 0 0;
	min-height: 180px;
	color: #666;
}

#obsah img.napoveda{
  border:0px;
  max-width: 490px;
}

#obsah a.napoveda:link {text-decoration: none; color: none;}
#obsah a.napoveda:hover {text-decoration: underline; color: none;}
#obsah a.napoveda:visited {text-decoration: none; color: none;}
#obsah a.napoveda:active {text-decoration: underline; color: none;}

span.obsah {
	display: block;
	height: 15px;
	width: 505px;
	background:  url("images/obsah_bot.gif") no-repeat left top #eee;
	float: right;
	margin: 0 5px 0 0;
}

div.navigace {
	width: 505px;
	float: right;
	margin: 5px 5px 0 0;
	text-align: left;
}

div.navigace a {
	color: #999;
	font-size: 11px;
	display: block;
	float: left;
}

div.navigace a:hover {
	color: #0D8E00;
}

div.navigace a.selected {
	color: #0D8E00;
}


div.navigace span.sipka {
	background:  url("images/sipka.gif") no-repeat right top;
	display: block;
	float: left;
	width: 10px;
	height: 9px;
	margin: 3px 10px 0 10px;
}

#left {
	width: 250px;
	float: left;
	margin: 5px 0 0 5px;
}

#menu {
	display: block;
	width: 250px;
}

#menu li {
	list-style: none;
	display: block;
	width: 250px;
	margin: 0 0 5px 0;
	clear: both;
}

#menu li a {
	background:  url("images/menu_btn.gif") no-repeat right top;
	display: block;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 0 0 10px;
	width: 240px;
	height: 22px;
	text-decoration: none;
}

#menu li a:hover {
	color: #FFB800;
}

#menu li a.selected {
	background:  url("images/menu_btn_on.gif") no-repeat right top;
	color: #FFB800;
}

#menu li ul {
	margin: 5px 0 0 0;
	display: block;
	float: left;
	clear:both;
}

#menu li ul li {
	margin: 0 0 3px 10px;
	height: 15px;
	display: block;
}

#menu li ul li a {
	display: block;
	background:  url("images/podpolozka.gif") no-repeat left 3px;
	width: 220px;
	font-size: 12px;
	color: #666;
	height: 15px;
	padding: 0 0 0 20px;
}

#menu li ul li a:hover {
	color: #000;
}

div.panel {
	width: 230px;
	margin: 10px 0 0 0;
	background:  url("images/panel_top.gif") no-repeat left top #eee;
	color: #666;
	float: left;
	text-align: justify;
	padding: 0 10px 0 10px;
}

div.panel h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #006600;
	height: 35px;
	margin: 16px 0 0 0;
}

span.panel_bot {
	display: block;
	height: 8px;
	width: 250px;
	background:  url("images/panel_bot.gif") no-repeat left top #eee;
	color: #666;
	float: left;
	font-size: 0px;
}

ul.zalozky {
	width: 393px;
	height: 73px;
	float: left;
	display: block;
	padding: 0 0 0 40px;
}

ul.zalozky li {
  list-style: none;
  display: block;
  margin: 49px 0 0 5px;
  float: left;
}

ul.zalozky li a {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  text-align: center;
  display: block;
  padding: 5px 0 0 0;
  height: 19px;
  width: 90px;
	background:  url("images/zalozka.gif") no-repeat left;
}

ul.zalozky li a:hover {
	color: #666;
}

span.rack {
	width: 147px;
	height: 205px;
	float: right;
	display: block;
	background:  url("images/rack.gif") no-repeat left;
}

p.top {
	text-align: justify;
	width: 403px;
	height: 102px;
	padding: 15px;
	display: block;
	background:  url("images/top_back.gif") repeat-x;
	float: left;
	overflow: hidden;
}
  span.top-content{
      position:relative;
      float: left;
      
      padding:200px 0px 0px 0px;
      font-size: 100%;
      color:rgb(255,255,255); 
  }
ul.hmenu {
	display: block;
	height: 26px;
	width: 485px;
	background:  #006600;
	text-align: right;
	margin-top:0px;
  padding: 0 0 0 95px;
	float: right;
}


ul.hmenu li {
  list-style: none;
  display: block;
  float: left;
  height: 26px;
  width: 160px;
}

ul.hmenu li.last {
	background:  url("images/menu_right.gif") no-repeat right;
	width: 165px;
}

ul.hmenu li.last a{
	background:  none;
}

ul.hmenu li a:hover {
	color: #ffcc00;
	background:  url("images/menu_sep.gif") no-repeat right #0d8e00;
}

ul.hmenu li.last a:hover {
	background:  url("images/menu_right_on.gif") no-repeat right #0d8e00;
}

ul.hmenu li a {
	background:  url("images/menu_sep.gif") no-repeat right;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
  height: 21px;
  width: 160px;
  padding: 5px 0 0 0;
  float: left;
}

span.bottom {
	display: block;
	height: 95px;
	clear: both;
}

div.bottom {
	background:  url("images/bottom.gif") no-repeat left top #4C4C4C;
	display: block;
	width: 770px;
	height: 90px;
	margin: -90px auto;
}

div.bottom p {
	display: block;
	width: 760px;
	text-align: center;
	height: 35px;
	padding: 5px;
}

div.bottom a.right {
	float: right;
	margin: 5px 0 0 10px;
}

div.bottom a.left {
	float: left;
	margin: 5px 10px 0 0;
}

div.bottom a img {
	border: none;
}

#domena .domena {
	border: 1px solid #A5ACB2;
	background: #fff;
	font-size: 12px;
	padding: 3px;
	height: 15px;
	width: 130px;
}

#domena .tld {
	border: 1px solid #A5ACB2;
	background: #fff;
	font-size: 12px;
	padding: 3px;
	height: 22px;
	width: 75px;
}

#domena .detaily {
	border: 1px solid #A5ACB2;
	background: #fff;
	margin: 15px 0 0 0;
}

#domena .button {
	display: block;
	float: right;
	background:  url("images/button.gif") no-repeat left top;
	width: 88px;
	height: 27px;
	border: none;
	cursor: pointer;
	color: #FFB800;
	font-weight: bold;
	margin: 10px 0 0 0;
}

img.podpora {
	float: right;
	border: 1px solid #006600;
}

h4.podpora {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	color: #0D8E00;
	margin: 0 0 5px 0;
}

h4 {
text-align: left;
padding-right: 10px;
}

h5.podpora {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 20px 0
}

a.podpora {
	display: block;
	color: #0D8E00;
	text-align: left;
}

p.podpora {
	margin: 5px 0 0 0;
}

/* STYLY */

p {
	text-align: justify;
}

.black {
	color: #000;
}

.red {
	color: #f00;
}
.green {
	color: rgb(0,128,0);
}

.orange {
	color:rgb(204,102,0);
}

.cleaner {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both!important;
	visibility: hidden;
}

.nostyle {
	display: none;
}

a {
	color: #006600;
}

a:hover {
	color: #0D8E00;
}

/* OBSAH */

#obsah h1 {
	font-size: 22px;
	margin: 14px 0 5px 0;
	color: #004400;
	text-align: left;
}

#obsah h2 {
	font-size: 16px;
	margin: 10px 0 5px 0;
	color: #006600;
	text-align: left;
}

#obsah h3 {
	font-size: 14px;
	margin: 5px 0 5px 0;
	color: #0D8E00;
	text-align: left;
}

#obsah p {
	font-size: 12px;
	margin: 5px 0 5px 0;
	text-align: justify;
}

#obsah ul {
	display: block;
	text-align: left;
	margin: 5px 0 5px 0;
}

#obsah ul li {
	list-style: none;
	display: block;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
	background:  url("images/odrazka.gif") no-repeat left 3px;
}

.form {
     border: 1px solid #A5ACB2;
     background: #fff;
     font-size: 12px;
     padding: 10px;
     text-align: left;
     width: 390px;
     margin: 0 auto;
}

.form .input {
     border: 1px solid #A5ACB2;
     background: #fff;
     font-size: 12px;
     padding: 3px;
}

.form .checkbox {
     border: 1px solid #A5ACB2;
     background: #fff;
     margin: 15px 0 0 0;
}

.form .button {
     display: block;
     background:  url("images/button.gif") no-repeat left top;
     width: 88px;
     height: 27px;
     border: none;
     cursor: pointer;
     color: #FFB800;
     font-weight: bold;
     margin: 10px 0 0 0;
     float: right;
}

/* PODPURNE PRVKY */
.img_os {
  border: 4px solid #dcdcdc;
  float: right;
  margin-left: 10px;
}

#ramecek_obsah {
 background: rgb(238,238,238);
 border: 2px dotted rgb(0,102,0);
 font-weight: bold;
 padding: 5px ;
 color: rgb(0,68,0);
 text-align: justify;
}


#menu li.red a {
     background:  url("images/menu_btn_obj.gif") no-repeat right top;
}

#menu li.red a.selected {
     background:  url("images/menu_btn_obj_on.gif") no-repeat right top;
}

#menu li.red ul li a {
     background:  url("images/odrazka_cer.gif") no-repeat left 3px;
}

span.top-content a:hover {color:#fff;}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/lightbox/blank.gif) no-repeat; /* 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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


#kupon .button {
background:transparent url(images/button.gif) no-repeat scroll left top;
border:medium none;
color:#FFB800;
cursor:pointer;
display:block;
float:right;
font-weight:bold;
height:27px;
margin:10px 0 0;
width:88px;
}

