body 	{
	background-color: #faf3e1;
	font: normal 12px arial;
	line-height: 18px;
	color: #4e453a;       
	text-align: left;
	margin: 0px;
	background-image: url("../img/background_top.jpg");
 	background-position: left top;
	background-repeat: repeat-x;
	}


#top	{
		position: absolute;
		width: 700px;
		height: 94px;
		left: 0px;
		top: 0px;
		margin: 0px;
		padding: 0px;
		background-image: url("../img/top.jpg");
		background-position: top left;
		background-repeat: no-repeat;
        }

	
#lavy 	{
		position: absolute;
		width: 125px;
		height: 606px;
		left: 0px;
		top: 94px;
		margin: 0px;
		padding: 0px;
		background-image: url("../img/left.jpg");
		background-position: top left;
		background-repeat: no-repeat;
		}

	
#menu	{
		position: absolute;
		width: 559px;
		left: 125px;
		top: 106px;
		margin: 0px;
		padding: 0px;
		}  

		#menu a	
		{
		font: bold 14px arial;
		color: #4e453a;
		} 	
		
		#menu a:hover 
		{
		color: #000000;
		} 	

 
#obsah	{
		position: absolute;
		width: 560px;
		left: 125px;
		top: 410px;
		margin: 0px;
		padding: 0px;
		}

		
#pravy 	{
        position: absolute;
		width: 300px;
		left: 710px;
		top: 106px;
		margin: 0px;
		padding: 0px;
		color: #ce9502;
		}

		#pravy  a
		{
		font: normal 12px arial;
		color: #ce9502;
		text-decoration: none;
		line-height: 18px;
		}
		
		#pravy  a:hover
		{
		color: #000000;
		}
		

a		{
		font: bold 12px arial;
		text-decoration: none;
		color: #4e453a;
		line-height: 18px;
		}

	a:hover	{
		color: #000000;
		}


h1		{
		font: bold 12px arial;
		text-decoration: none;
		color: #4e453a;
		padding: 0px;
		}

