html,
body
{
	font-family: arial;
	font-size: 13px;
	background-image : url(../img/pozadie1.gif);
}

/* odsadenie obsahu v celom okne - mnastav padding */
body
{
	margin: 0;
	padding: 8px;
}

/* 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;
	background-image : url(../img/backg.jpg);
	border : 1px solid black;
}

/* hlavicka stranky, nastav len vysku - tu natrepes dajaku grafiku a horne menu */


#header a {

}

/*menu*/


#navlist {
	position: relative;
	left: 0px;
	top: -14px;
	border-bottom : 1px solid black;

}
#navlist ul , #navlist li {
	display : inline;
	font-size : 1em;
}
#navlist a:link , #navlist a:visited {
	line-height : 24px;
	margin : 23px;
	font-weight : bold;
	text-decoration : none;
	color : black;
}
#navlist a#current:link , #navlist a#current:visited , #navlist a:hover {
	color : white;
}
#navlist a:hover {
	color : #860e0e;
}

	

/* hlavny obsah */
#content
{
	float: center;
	margin: 5px;
	text-align: justify;
}

img {
	border : 0px solid #761514 ;
}
a , a:link , a:visited 
{
	color : black;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
	color : #840707;
}
Moravcik

qqqq1111
