@charset "utf-8";
/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-align: center;
	font-family: trebuchet, arial, helvetica, sans-serif;
	background-color: #000;
	background-image: url();
}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: #CF7D5F;
}
h2 {
	font-size: 14px;
	color: #FFF;
	font-style: normal;
	font-weight: bold;
}
h3 {
	color: #000099;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}
h4 {
	font-size: 10px;
	color: #990000;
	font-style: normal;
	font-weight: bold;
}

p
{
text-align: justify;
font-family: trebuchet, arial, helvetica, sans-serif;
color: #E0B5A3; 
}

li {
	color: #CA9984;
	font-size: 12px;
	font-family: trebuchet, verdana, arial;
	margin-left: -10px;
}

ul {
	list-style-type: square;
	line-height:14px;
	margin-top:0px;
	margin-bottom:18px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FF9C00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


/* Hlavne rozdelenie webu: */
#container
{
width: 990px;
position: relative;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
margin-top: 10px;
text-align: left;
background-color: #000;
font-family: trebuchet, arial, helvetica, sans-serif;


/* farba textu */
color: #E0B5A3;

border: 0px dotted gray;

/* vyska textu pre zlepsenie citatelnosti, plati pre vsetky divy vo vnutri divu container */
line-height: 130%;
}

/* div hlavicka, odsadenie obsahu, pozadie a okraj */
#header
{
	height: 18px;
	background-color: #000;
	background-image: url(../i/hanka-gregusova-header.jpg);
	width: 990px;
	position: relative;
	text-align: right;

}

/* aby bolo odsadenie tagu h1 v hlavicke 5em je dobre odstranit margin a padding preto su tam nuly ! */

#header h1 {
	color: #CF7D5F;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-family: trebuchet, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	position: relative;
	position: absolute;
	left: 250px;
	top: 30px;
	width: 230px;
}

.nadpis-biely {
	color: #FFFFFF;
	font-weight: bold;
}


#menuhorizontal
{
	float: both;
	display: block;
	margin: 0;
	padding: 0 0 0 385px;
	height: 47px;
	font-size: 14px;
	text-align: ;
	font-weight: normal;
	color: #FF8804;
	background-color: #000;
	background-image: url(../i/hanka-gregusova.jpg);

}

.menuhoriz-dvojbodky {color: #FF9C00}

#photos
{
	float:left;
	display: block;
	width: 378px;
	height: 635px;
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../i/hanka-gregusova-fotosback.jpg);
}

#main
{
	float:right;
	display: block;
	font-family: trebuchet, arial, helvetica, sans-serif;
	padding: 0px;
	background-color: #000;
}

#content
{
	display: block;
	width: 572px;
	height: 513px;
	font-family: trebuchet, arial, helvetica, sans-serif;
	padding: 10px 10px 10px 20px;
	border-left: 0px solid gray;
	background-color: #000;
	background-image: url(../i/hanka-gregusova-main.jpg);

}

a.content:link {
	color: #FF9C00;
	text-decoration: none;
}
a.content:active {
	color: #FF9C00;
	text-decoration: none;
}
a.content:visited {
	color: #FF9C00;
	text-decoration: none;
}
a.content:hover {
	color: #000;
	text-decoration: underline;
}

/* pre div footer je potrebne pouzit parameter clear both - bude to udrziavat div footer na spodku od elementov nad nim. */
#footer
{	
	display: block;
	height: 102px;
	width: 612px;
	margin: 0px;
	padding: 0px;
	color: #653E37;
	background-color: #000;
	font-size: 10px;
	text-align: center;
	background-image: url(../i/hanka-gregusova-footer.jpg);
	background-position: center;
	
}
	
a.footer:link {
	color: #653E37;
	text-decoration: none;
}
a.footer:active {
	color: #653E37;
	text-decoration: none;
}
a.footer:visited {
	color: #653E37;
	text-decoration: none;
}
a.footer:hover {
	color: #FFF;
	text-decoration: underline;
}

/* pre odsadenie obsahu v left a right menu (nav) je dobre pouzit margin 0. a pre content h2ku podobne. 
je definovany len bottom margin 1em a 5em. rozne browsery pouzivaju rozne marginy a paragraphy ! preto je dobre ich nulovat.*/
#leftnav p
{ 
margin: 0 0 10px 0;
text-align: left;
}

#content h2 
{ 
margin: 0 0 .5em 0;
font-size: 12px; 
}



/* Ostylovanie obrazkov: */
/* chceme aby bol image zarovnany doprava, pouzimave class! lebo sa toto pravidlo opakuje.
margin odsadenie bottom a left odobrazku. border 1px ale chceme ho mat odsadeny tak pouzijeme padding.
d html kode je pouzity div ktory cita class float right - takze width 100 je sirka tohoto divu !! CAPTION*/
.floatright 
{
	float: right;
	margin: 0 0 10px 10px;
	font-size: 10px;
	text-align: center;
	background-color: #A3A3A3;
	border: 0px solid #CC6600;
	padding: 13px;
	color: #fff;
}

/* okraj pre obrazok ktory je v dive floatright */
div.floatright img { border: 0px solid #CC6600; }
/* vacsina browserov ma nastaveny top margin na 1em, cize nelicije text s obrazkom ktory je vedla. preto je pouizty margin top 0.
plati ale len pre prvy paragraf ostatne budu mat stale top a bottom margin 1em */
p { margin-top: 0; }

.floatleft 
{
	float: left;
	margin: 0 10px 10px 0px;
	font-size: 10px;
	text-align: center;
	background-color: #C8E0FF;
	border: 0px solid #CC6600;
	padding: 13px;
	color: #fff;
}

/* okraj pre obrazok ktory je v dive floatright */
div.floatleft img { border: 0px solid #CC6600; }
/* vacsina browserov ma nastaveny top margin na 1em, cize nelicije text s obrazkom ktory je vedla. preto je pouizty margin top 0.
plati ale len pre prvy paragraf ostatne budu mat stale top a bottom margin 1em */
p { margin-top: 0; }

.popis {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.border 
{
	border: 3px solid #610404;
	margin: 0px 10px 5px 0px;
}
#obsah 
{
	width:570px;	
    height:490px;
	overflow: auto;
	padding:  0px 10px 0px 0px;
	SCROLLBAR-FACE-COLOR: #000;
    SCROLLBAR-HIGHLIGHT-COLOR: #000;
    SCROLLBAR-SHADOW-COLOR: #360302;
    SCROLLBAR-3DLIGHT-COLOR: #360302;
    SCROLLBAR-ARROW-COLOR: #360302; 
    SCROLLBAR-TRACK-COLOR: #000; 
    SCROLLBAR-DARKSHADOW-COLOR: #000;
	
}
.borderright {

	border: 3px solid #610404;
	margin: 0px 0px 5px 10px;
}
.border1 {

	border: 3px solid #610404;
}
.popis-biely {

	color: #FFFFFF;
	font-weight: normal;
}
