/* CSS Document */
body
{
  font-family: Verdana;
  font-size: 11px;
  color: #626262;

  background-image: URL('../images/back/index.gif');
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px;
}

#page
{
	width: 1000px;
}

#header
{
  height: 169px;
}

#logo
{
  display: block;
  width: 386px;
  height: 220px;
  position:absolute;
  left: 0px;
  top: 0px;
  background-image: URL('../images/logo.gif');
}

#menu
{
  left: 238px;
  top: 170px;
}


#obal
{
  margin-left:auto;
	margin-right:auto;
	width: 780px;
	min-height:450px;
  _height:450px;
}

#content
{
	margin-left:50px;
}

#content h1
{
  color: #EF8024;
  /* position: relative;
  left: 240px; */
  font-size: 30px;
}

#content #text
{
  width: 780px;
/*   position: relative;
  left: 240px; */
  text-align: justify;
  font-size: 14px;
}

.spirala-1
{
  display: block !important;
  width: 490px;
  height: 220px;
  background-image: URL('../images/logo.gif');
 	background-repeat: no-repeat;
}

.spirala-2
{
  display: block !important;
  width: 490px;
  height: 220px;
  background-image: URL('../images/logo_spirala2.gif');
  background-repeat: no-repeat;
}

