body, html {
	background: url(../images/bg.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
img {
	border: 0;
}
a img, a:visited img {
	border: 2px solid #999999;
}
a:hover img {
	border: 2px solid #666666;
}
#stranka {
  width: 800px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -300px 0 0 -400px;
  overflow: hidden;
  color: #000;
  background: url(../images/bg_content.gif) repeat-x;
  voice-family: "\"}\"";
  voice-family: inherit;
}
#toplogo {
/*	position: relative;*/
	background: url(../images/top_bg.gif) no-repeat; 
	margin: 15px 15px 0 15px;
	height: 66px;
}
#hlavny {
/*	position: relative; */
	float: left;
	width: 600px;
}
#hlavny p {
	padding: 15px;
}

#hlavny h2 {
	padding: 5px 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
}
#hlavny a, #hlavny a:visited {
	font-weight: bold;
	color: #666666;
}
#hlavny a:hover {
	color: #FFFFFF;
}
#content-maly {
/*	position: relative; */
	width: 636px;
	height: 114px;
	margin: 10px 15px 0 15px;
	background: url(../images/content_bg_maly.gif) no-repeat;
}
#content-maly p {
	padding: 5px 15px 0 15px;
}
#content-velky {
	position: relative;
	width: 636px;
	height: 298px;
	margin: 10px 15px 10px 15px;
/*	background: url(../images/content_admin.gif) no-repeat;*/
}
#content-download {
	position: absolute;
	width: 69px;
	height: 137px;
	top: 448px;
	left: 7px;
	background: url(../images/download_bg.gif);
}
#content-download p {
	padding: 80px 0 0 0;
	margin: 0;
	text-align: center;
}
#content-download a, #content-download a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#content-download a:hover {
	color: #FFFFFF;
}
#content-download a img {
	border: 0;
}
#panel {
	position: relative;
	float: right;
	width: 132px;
	height: 518px;
	background: url(../images/panel.gif) repeat-y;
}
#panel p {
	padding: 0 20px 0 5px;
}
#footer {
	position: absolute;
	width: 500px;
	height: 52px;
	top: 520px;
	right: 149px;
	background: url(../images/footer.gif) right no-repeat;
	text-align:center;
	color: #999999;
	padding-top: 10px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
}

/* zobrazovanie fotiek */

#thumbBox {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar {
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: center;
}


#thumbBox #thumbImage {
	background-color: white;
}

#thumbLoading {
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 10;
}

/* scrolovanie na stranke */

#contentClip {
  float: left;
}
#content {
	position:absolute;;
}
#scrollbar {
	float: right;
	position: relative; 
	width:10px; 
	height:290px; 
	background-image:url(../images/posuvatko_bg.gif);
	margin: 2px 0;
}
#scrollbar #drag {
	display:block;
	width:10px;
	height:10px;
	position:relative; 
	top:0px; 
	left:0px;
}
