body {
  margin: 0px;
  padding: 0px;
  background: #4dd5ff url(../graphics/bckg.gif) top center repeat-x;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: black;
  height: 100%;
}

html
{
	height: 100%;
}

p {
  padding-top: 6px;
  margin-top: 0px;
  /* line-height: 1.5em; */
  font-size: 1em;
}

h1 {
  font-size: 1.6em;
  font-weight: bold; 
  padding: 0px; 
  margin: 0px;
  padding-bottom: 5px;
  padding-top: 5px; 
  color: white;
  margin-bottom: 5px;
}

h2 {
  margin: 0px;
  padding: 10px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin-bottom: 0px;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  color: white;
}


a {
  font-weight: bold;
  text-decoration: underline;
  color: white;
}

a:hover {
  text-decoration: underline;
  color: black;
}

a img {
  border: 0px;
}


.cleaner {
  clear: both;
  font-size: 0px;
}

#holder
{
	width: 917px;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
	display: block;
	background: #0493c9;
}

#header
{
	width: 917px;
	height: 281px;
	background: url(../graphics/header.jpg) no-repeat;
	position: relative;
}

#leftshadow
{
	width: 8px;
	height: 793px;
	display: block;
	position: absolute;
	left: -8px;
	background: url(../graphics/shadow_left.gif);
}

#rightshadow
{
	width: 7px;
	height: 793px;
	display: block;
	position: absolute;
	right: -7px;
	background: url(../graphics/shadow_right.gif);
}

#content
{
	position: relative;
	width: 917px;
	min-height: 523px;
	_height: 523px;
	background: #0493c9 url(../graphics/contentbckg.gif) top repeat-x;
}

#col1
{
	position: relative;
	float: left;
	width: 421px;
	min-height: 100px;
	_height: 100px;
}

#col2
{
	position: relative;
	float: left;
	width: 253px;
	min-height: 100px;
	_height: 100px;
}

#col3
{
	position: relative;
	float: left;
	width: 241px;
	min-height: 100px;
	_height: 100px;
}

.colborder1
{
	position: absolute;
	float: left;
	display: block;
	height: 95%;
	width: 1px;
	left: 421px;
	background: white;
	top: 4%;
}

.colborder2
{
	position: absolute;
	float: left;
	display: block;
	height: 95%;
	width: 1px;
	left: 674px;
	background: white;
	top: 4%;
}

.nadpis
{
	font-size: 1.2em;
	padding-bottom: 2px;
	display: block;
}

.datum
{
	font-size: 0.8em;
}

.text
{
	padding: 0px;
	margin: 0px;
}

#homebtt
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 281px;
}

.registrace
{
	color: white;
	font-weight: bold;
	position: absolute;
	left: 690px;
	top: 130px;
}

.formuser
{
	background: none;
	border: 0px;
	height: 25px;
	width: 150px;
	position: absolute;
	left: 690px;
	top: 55px;
	font-size: 1.2em;
}

.formsubmit
{
	background: none;
	cursor: pointer;		
	border: 0px;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 869px;
	top: 98px;
}

h1 {
  color: #e91074;
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  letter-spacing: -2px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 45px;
  background: url(../graphics/h1.gif) left center no-repeat;
}

h1.okraj {
  color: white;
  position: absolute;
  left: 20px;
  top: 19px;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  font-weight: bold;
  padding-left: 45px;
  background: none;
}

.reglabel
{
	float: left;
	display: block;
	width: 100px;
	color: white;
}

.reglabels
{
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	color: white;
}

.reginput
{
	width: 150px;
	background: none;
	border: 1px solid white;
	margin-bottom: 2px;
}

.regtext
{
	width: 510px;
	height: 100px;	
	background: none;
	border: 1px solid white;
	margin-bottom: 2px;
}

.regsubmit
{
	background: none;
	color: white;
	font-weight: bold;
	width: 150px;
	cursor: pointer;
	border: 2px solid white;
}


#userbox
{
	width: 160px;
	height: 60px;
	display: block;
	position: absolute;
	left: 698px;
	top: 60px;
}

#userbox a
{
	color: #0e9cd1;
	position: relative;
	top: 5px;
}

#userbox a:hover
{
	color: #e91074;
}

#userbox span
{
	color: #0e9cd1;
	position: relative;
	top: 5px;
}

#logavatar
{
	position: absolute;
	left: 555px;
	top: 38px;
}

.post_box
{
	width: 600px;
	padding: 5px;
	border: 1px solid white;
	margin-bottom: 5px;
}

.post_box strong
{
	color: white;
}

.post_box img
{
	float: left;
	border: 2px solid white;
}

.post_box p
{
	float: left;
	padding: 0px;
	padding-left: 10px;
	width: 450px;
}

#footer
{
	padding: 10px;
	text-align: center;
	font-size: 9px;
	color: white;
}

.post_box span
{
	font-weight: bold;
	font-size: 1.2em;
}

a.reverse:hover
{
	background: white;
	color: #0e9cd1;
}

a.reverse
{
	color: white;
	background: none;
	padding: 2px;
	text-decoration: none;
	font-size: 1.3em;
}

a.photoset
{
	font-size: 1.1em;
	text-decoration: none;
}

.line
{
	width: 98%;
	height: 1px;
	font-size: 1px;
	background: white;
	margin-top: 5px;
	margin-bottom: 5px;
}

.photosetbox
{
	width: 110px;
	padding: 10px;
	text-align: center;
	float: left;
	padding-right: 10px;
}

.photosetbox a img
{
	border: 2px solid white;
}

.nofx
{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.photothumb
{
	width: 100px;
	padding-right: 20px;
	text-align: center;
	float: left;
	padding-bottom: 5px;
}

.photothumb img
{
	border: 2px solid white;
	margin-bottom: 5px;
}

.videobox
{
	padding: 5px;
	border-left: 2px solid #81d5f5;
	margin-bottom: 10px;
}

.videobox img
{
	border: 2px solid white;
	margin: 10px;
	margin-top: 0px;
	float: left;
}

.videobox a
{
	cursor: pointer;
}

.photosetbox2
{
	padding: 10px;
	text-align: left;
	float: left;
	padding-right: 10px;
	background: #21a8d5;
	float: left;
	margin-right: 10px;
	/* height: 120px; */
	width: 400px;
	margin-bottom: 10px;
}

.photosetbox2 a img
{
	border: 2px solid white;
	margin-right: 10px;
}

img.avatar
{
border: 2px solid #81d5f5;
margin: 8px;
}

.photosetbox2 img.avatar
{
	border: 2px solid #81d5f5;
	float: left;
	margin: 0px;
	margin-right: 5px;
}

.photosetbox2 a.avatar
{
	float: left;
	margin-right: 5px;
}

.photosetbox2 p
{
	float: left;
	width: 170px;
}

.photosetbox3
{
	width: 280px;
	padding: 5px;
	text-align: left;
	position: relative;
}

.photosetbox3 a img
{
	border: 2px solid white;
	float: left;
}

.photosetbox3 p
{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 125px;
	position: relative;
	left: 5px;
}

.videobox2
{
	padding: 10px;
	text-align: left;
	float: left;
	padding-right: 10px;
	background: #21a8d5;
	float: left;
	margin-right: 10px;
	/* height: 120px; */
	width: 400px;
	margin-bottom: 10px;
}

.videobox2 img.avatar
{
	border: 2px solid #81d5f5;
	float: left;
	margin: 0px;
	margin-right: 5px;
}

.videobox2 img
{
	border: 2px solid white;
	float: left;
	margin: 0px;
	margin-right: 5px;
}

.videobox2 a.avatar
{
	float: left;
	margin-right: 5px;
}

.videobox2 p
{
	float: left;
	width: 170px;
}

.pager
{
	padding-bottom: 8px;
}

a.back
{
	text-decoration: none;
	font-size: 1.1em;
}

a.back:hover
{
	color: black;
}

.loadbox
{
	width: 100%;
	top: 180px;
	position: absolute;
	text-align: center;
	visibility: hidden;
}