body 	{
	background-color: #FFFFFF;
	font: normal 13px arial;
	line-height: 18px;
	color: #000000;       
	text-align: center;
	margin: 0px;
	background-image: url("../img/background.jpg");
	background-repeat: repeat-y;
	background-position: center top;
	}

h1	{
	font: normal 20px times new roman;
	color: #000000;
	line-height: 30px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
a	{
	font: normal 13px arial;
	color: #000000;
	line-height: 18px;
	text-decoration: underline;
	}

	a:hover	
	{
	color: #FF0000;
	}

#main	{
	position: relative;
	height: 290px;
	top: 0px;
	margin: auto;
	text-align: center;
	background-image: url("../img/top.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	}

#main_center
	{
	position: relative;
	top: 0px;
	margin: auto;
	width: 1000px;
	}


#top
	{
	position: relative;
	height: 290px;
	width: 1000px;
	top: 0px;
	margin: 0px;
	}


#logo	{
	position: absolute;
	width: 370px;
	height: 60px;
	top: 90px;
	left: 150px;
	text-align: left;
	}
	

#ziva_podrobne
	{
	position: absolute;
	height: 65px;
	width: 280px;
	top: 180px;
	left: 720px;
	}
		

#obsah	{
	position: relative;
	width: 1000px;
	}
	
#menu	{
	float: right; 
	width: 280px; 
	text-align: left;
	line-height: 25px;
	}	

	#menu a
	{
	font: bold 12px arial; 
	text-decoration: none; 
	color: #644d2c;
	line-height: 20px;
	}
	
	#menu a:hover
	{
	text-decoration: none; 
	color: #000000;
	}	


#footer	{
	position: relative;
	width: 1000px;
	height: 170px;
	clear: both;
	line-height: 14px;
	background-image: url("../img/footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	}

