body{
	background: url("images/main_bg.jpg") no-repeat;
	margin: 0px;
	padding: 0px;

}

#menu{
	/*border: 1px solid red;*/
	left: 295px;
	top: 115px;
	position: relative;
	width: 470px;
	height: 35px;
  font-size: 0px;
  line-height: 0px;
}
#levytext{
	left: 8px;
	top: 180px;
	background: url("images/text_vlevo.png") no-repeat;
	width: 105px;
	height: 171px;
	position: absolute;
}
td{
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', 'Times', serif;
	font-size: 9pt;
}
#text{	
	/*border: 1px solid blue;*/
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', 'Times', serif;
	font-size: 9pt;
	color: black;
	left: 265px;
	width: 534px;
	position: absolute;
	top: 175px;
  line-height: 150%;
}
#pata{
	/*border: 1px solid blue;*/
	left: 265px;
	width: 545px;
	height: 165px;
	background: url("images/pata_stranky.gif") no-repeat right;
}
#email{
	/*border: 1px solid red;*/
	top: 85px;
	left: 105px;
	position: relative;
	width: 125px;
	height: 20px;
	
}
#obalec{
	width: 100%;
	height: 100%;
}
h1,h2,h3{
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', 'Times', serif;
  line-height: 100%;
}
h1{
  font-size: 24px;
}

h2{
  font-size: 18px;  
}
h3{
  font-size: 17px;
  font-style: italic;
  color: #6A6A6A;  
}
A:Visited  {
	color : #6b7692;
	text-decoration: underline;
}

A:Active{
	color : black;
	text-decoration: underline;
}

A:Hover {
	color : black;
	text-decoration: underline;
}

A {
	color : #6b7692;
	text-decoration: underline;
}

