html,
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px;
	background-image : url(../img/back2.gif);
	margin-bottom : 0px 0px -20px;
}

/* odsadenie obsahu v celom okne - nastav padding */
body
{
	margin: 10px;
	padding : 0px;

}

/* 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;
	height: 0px
	background-color: ;
	background-image : url(../img/bg1.jpg);
	border : 1px solid #800000;
}

/* hlavicka stranky, nastav len vysku - tu natrepes dajaku grafiku a horne menu */

}

#header {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

#header a {
	display : block;
	background-image : url(../img/banner1.jpg);
	height : 317px;
}



/*menu*/
#navcontainer {
	margin-top : -17px;
	padding-top : 26px;
	background-image : url(../img/menu4.jpg);
}

#navlist {
	margin : -22px;
	
}
#navlist ul , #navlist li {
	margin : 0;
	padding : 0;
	display : inline;
	list-style-type : none;
	font-size : 1em;
}
#navlist a:link , #navlist a:visited {
	float : left;
	line-height : 18px;
	font-weight : bold;
	margin : 0 52px -15px;
	text-decoration : none;
	color : white;
}
#navlist a#current:link , #navlist a#current:visited , #navlist a:hover {
	color : #860e0e;
}
#navlist a:hover {
	color : #e4e8e8;
}
#left-bar
{
	float: left;
	margin: 39px 0px 5px 5px;
	width: 136px;
	height: 425px;
	font color: #70706b;
	background-image : url(../img/back3.gif);
	background-color: ;
	font-size : 1em;
	border : solid 1px #d56800;
}

/* hlavny obsah */
#content
{
	float: left;
	/* sirku treba doladit podla potreby aby sa to namestilo */
	width: 600px;
	/* odsadenie si nastav */
	margin: 35px 5px 0px;
	text-align: justify;
	background-image : url(../img/bg1.jpg);
}

/* patka stranky - je uplne naspodu - nastav len vysku*/
#footer
{
	clear: both;
	height: 20px;
	background-image : url(../img/ft.jpg);
	margin-bottom : 0px;	
}

#footer p {
	color : #088a21;
	font-size : 0.9em;
        text-align: center;
	background-image : url(../img/ft.jpg);
	padding-top : 4px;
}

#footer p a {
	color : #898988;
}

#footer p a:hover {
	color : white;
}

em {
	font-size : 1em;
	color : #40a625;
	font-weight: bold;
}

p 
{ 
	padding : 2px;
}

img {
	border : 0px solid #761514 ;
}

a , a:link , a:visited 
{
	color : #840707;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
	color : green;
}


