body
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../img/bg.jpg) left top repeat-x;
}

h1
{
  font-size: 25px;
	color: green;
}

h2
{
  font-size: 20px;
	color: green;
}

h3
{
  font-size: 18px;
	color: green;
}

a
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: rgb(105,105,105);
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
  text-align:justify;
  line-height:22px;
  padding-bottom:20px;
}

p.help
{
  font-size: 12px;
  color: #6ac300;
  text-align:justify;
}

img
{
	border: none;
}

.page
{
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

.line
{
  width: 100%;
  height: 6px;
  margin-top: 15px;
  margin-bottom: 30px;
  background: url(../img/line.png) left top repeat-x;
}

.top
{
  width: 100%;
  background: url(../img/top.jpg) left top repeat-x;
}

.header
{
  width: 1000px;
  height: 250px;
  margin: 0 auto 0 auto;
  background: url(../img/header.png) left top no-repeat;
}

.logo
{
	position: absolute;
	width: 600px;
  height: 140px;
	z-index: 1;
}

.nadpis
{
	position: relative;
	top: 180px;
	left: 310px;
	width: 550px;
  height: 60px;
  margin: 35px 10px;
	z-index: 1;
}

.zvyraznene
{
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: red;
}

.menu_horizont
{
  position: relative;
  top: 195px;
  width: 1000px;
  height: 55px;
}

.bottom
{
  width: 100%;
  background: url(../img/bottom.jpg) left top repeat-x;
}

.paticka
{
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: white;
  width: 1000px;
  height: 51px;
	margin: 0 auto;
  background: url(../img/footer.png) center top no-repeat;
}

.text_paticka
{
  padding-top: 10px;
}

