body 
{
padding: 0;
margin: 0;
font-size: 0.8em; 
/*background-image: url('../images/background.png'); */
background-color: #5b82b2;/*//#3a67c0;//#adcdb5;*/
background-repeat: repeat-x; 
font-family: verdana, sans-serif;
}

form {margin: 0; padding: 0;}

p {margin: 0; margin-bottom: 3px; padding: 5px;}
#obsah-pravy p {padding: 0;}
fieldset {padding: 5px; margin-top: 5px;}

#odsadenie
{
height: 10px;
}

#main 
{
width: 930px; 
margin: auto; 
background-color: white; 
padding: 10px;
text-align: center;
}

#content {
clear: both;
margin: 0;
padding: 0;
border: 0;
padding-top: 5px;
}

#obsah-lavy 
{
float: left; 
width: 717px; 
padding-right: 5px;
text-align: left;
}

#obsah-pravy 
{
float: right;
width: 200px; 
padding-left: 5px; 
border-left: 1px solid #afc6b5; 
font-size: 0.85em;
text-align: left;
}

#obsah-cely 
{
width: 770px; 
margin: auto;
text-align: left;
}

#paticka 
{
margin-top: 5px;
background-color: #76867a; 
padding: 5px; 
width: 920px; 
border: 1px solid white; 
color: white;
text-align: left;
}

#h-header
{
margin: 0;
padding: 0;
}

.menu 
{
text-decoration: none;
background-color: #76867a; 
padding: 5px; 
width: 104.2px; 
float: left; 
border: 1px solid white; 
color: white; 
text-align: center;
}

.menu:hover 
{
background-color: #adcdb4;
} 

/* Formátovanie obsahu */
.f-left 
{
float: left;
}

.f-right 
{
float: right;
}

.gal-foto {
float: left;
border: 1px solid #eee;
padding: 3px;
margin-right: 5px;
}

.gal-foto img {
width: 100px;
}

.cut-gal
{
margin-bottom: 15px;
}

.cut 
{
clear: both;
visibility: hidden;
width: 1px;
height: 1px;
}

.fl-left
{
float: left;
}

.mini-text
{
font-size: 10px;
}

dt 
{
font-weight: bold;
}

h1,h2,h3 
{
font-family: sans-serif; 
color: #5b82b2; 
margin: 0px; 
margin-bottom: 2px;
}

h1 
{
font-size: 20px;
margin-top: 5px;
margin-bottom: 5px;
}

h2 
{
font-size: 18px;
margin-top: 8px;
margin-bottom: 10px;
}

h3 
{
font-size: 15px;
margin-top: 5px;
margin-bottom: 3px;
} 

#obsah-lavy h3 
{
font-size: 16px;
margin: 0;
padding-top: 5px;
margin-bottom: 5px;
}

#obsah-pravy h3 
{
background-image: url('../../../images/sys/bullet.png');
background-repeat: no-repeat;
background-position: left center;
font-size: 1.15em; 
font-weight: bold;
color: #76867a;
margin: 0px; 
margin-top: 5px;
margin-bottom: 3px;
padding: 0px;
padding-top: 2px;
padding-left: 16px;
}

#obsah-pravy p
{
margin-bottom: 12px;
margin-top: 2px;
}

#obsah-pravy .f-text
{
font-size: 10px;
}

#obsah-pravy .f-submit
{
font-size: 10px;
}

#obsah-pravy ul
{
margin: 0;
padding: 0;
list-style-type: none;
margin-top: 2px;
margin-bottom: 12px;
}

#obsah-lavy h2:first-letter
{
color: #76867a;
}

a img {
border: 0px;
}

#hlavicka .f-right form
{
margin: 0;
padding: 0;
}
#obr-hlavicka {background-image: url('../images/pozadie_donovaly.jpg'); width: 749px; height: 114px; text-align: right; padding: 10px;}
#vyh-tlacitko {background-color: #eee; border: 1px solid #eee; font-size: 10px;}
#vyh-pole {background: transparent; border: 1px solid #eee; font-size: 10px; width: 100px;}

.foto
{
border: 1px solid #eee;
padding: 3px;
margin: 3px;
float: left; 
font-size: 10px;
}

.foto a 
{
text-decoration: none;
}

.info-clanok
{
font-size: 10px;
color: #76867a;
}

/* Forms styles */
.f-text, .f-textarea, .f-submit, .f-select
{
margin: 0.1em;
padding: 0.2em;
}

.f-text 
{
border: 1px solid #ccc;
}

.f-textarea
{
border: 1px solid #ccc;
width: 22em;
height: 12em;
font-family: verdana, sans-serif;
font-size: 0.9em;
}

.f-submit
{
/* clear */
}

.f-select
{
border: 1px solid #ddd;
}

.f-fieldset
{
border: 1px solid #ddd;
}

.f-legend
{
/* clear */
}

/* Tables styles */
.t-table
{
/* clear */
}

.t-th
{
background-color: #eee;
padding: 2px;
border: 1px solid #ddd;
}

.t-tr
{
/* clear */
}

.t-td
{
border: 1px solid #ddd;
padding: 0.09em;
}

.t-caption
{
/* clear */
}

/*
--------
LIGHTBOX
--------
*/
#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/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/prev.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../images/next.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;
	}
/* END OF LIGHTBOX */

.cotojatka
{
border: 1px solid #ccc;
background-color: #eee;
padding: 1px;
font-size: 11px;
}


