body 	
	{
	background-color: #FFFFFF;
	font: normal 12px times new roman;
	line-height: 18px;
	color: #5a2586;       
	text-align: center;
	margin: 0px;
	}

a	{
	font: bold 12px times new roman;
	color: #5a2586;
	line-height: 18px;
	text-decoration: none;
	}

a:hover	{
	text-decoration: underline;
	}

h1	{
	font: bold 16px times new roman;
	line-height: 28px;
	color: #5a2586;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	}
	
#main	
	{
	position: relative;
	height: 900px;
	top: 0px;
	margin: auto;
	background-image: url("../img/pozadie.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	}

	
#main_center
	{
	position: relative;
	width: 1000px;
	top: 0px;
	margin: auto;
	}


#menu
	{
	position: absolute;
	top: 200px;
	left: 0px;
	width: 220px;
	height: 150px;
	text-align: left;
	}

	#menu a
	{
	font: bold 16px times new roman;
	line-height: 28px;
	color: #5a2586;
	text-decoration: none;
	}
	
	#menu a:hover
	{
	text-decoration: underline;
	}
	
	
#obsah	{
	position: absolute;
	top: 200px;
	left: 220px;
	width: 440px;
	height: 360px;
	text-align: left;
	}
			
	
#obchod	{
	position: absolute;
	top: 610px;
	left: 275px;
	width: 350px;
	height: 100px;
	text-align: center;
	}
	
	
#vpravo_katarina	{
	position: absolute;
	top: 70px;
	left: 680px;
	width: 190px;
	height: 200px;
	text-align: left;
	line-height: 14px;
	}
	
#vpravo_martin	{
	position: absolute;
	top: 280px;
	left: 680px;
	width: 190px;
	height: 200px;
	text-align: left;
	line-height: 14px;
	}
	
#vpravo_veronika	{
	position: absolute;
	top: 470px;
	left: 680px;
	width: 190px;
	height: 200px;
	text-align: left;
	line-height: 14px;
	}
	
	
	
