html,
body
{
	font-family: arial;
	font-size: 12px;
	background-image : url(../img/pam2.gif);
}

/* odsadenie obsahu v celom okne - mnastav padding */
body
{
	margin: 0;
	padding: 5px;
}

/* cela stranka je centrovana na stred*/
/* ak to tak nechces, zrus position a margin-left */
#main
{
	position: absolute;
	left: 50%;
	/* tu nastav sirku celej stranky*/
	width: 800px;
	margin-left: -400px;
	border : 1px solid black;
	background-image : url(../img/backg.jpg);
}

/* hlavicka stranky, nastav len vysku - tu natrepes dajaku grafiku a horne menu */


#header a {
	height : 160px;
}

/*menu*/

#navlist {
	position: relative;
	left: 3px;
	top: -18px;
}
#navlist ul , #navlist li {
	display : inline;
	font-size : 1.3em;
}
#navlist a:link , #navlist a:visited {
	line-height : 25px;
	margin : 0 14px;
	font-weight : bold;
	text-decoration : none;
	color : black;
}
#navlist a#current:link , #navlist a#current:visited , #navlist a:hover {
	color : #797976;
}
#navlist a:hover {
	color : #860e0e;
}

/*menu*/

#navlist1 {
	position: relative;
	left: -1px;
	top: -35px;
}
#navlist1 ul , #navlist1 li {
	display : inline;
	font-size : 1em;
}
#navlist1 a:link , #navlist1 a:visited {
	line-height : 25px;
	margin : 0 20px;
	font-weight : bold;
	text-decoration : none;
	color : black;
}
#navlist1 a#current:link , #navlist1 a#current:visited , #navlist1 a:hover {
	color : #797976;
}
#navlist1 a:hover {
	color : #860e0e;
}

	

/* hlavny obsah */
#content
{	
	float: center;
	margin: -30px 0 0 5px;
	text-align: justify;
}

img {
	border : 0px solid #761514 ;
}
a , a:link , a:visited 
{
	color : #4c4947;
	text-decoration : none;
	font-weight: bold;
}
a:hover {
	text-decoration : underline;
	color : #840707;
}
Moravcik

qqqq1111
