body 		{
	background-color: #000000;
	color: #E3E1BB;
	margin: 0px;
	padding: 0px;
	font-family: "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#stranka 	{
  position:relative;
  width: 1000px;
  margin-left:auto;
  margin-right:auto;
  padding-top: 230px;
  text-align:left;
  background-image: url(./img-new/bg-zofin-top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  z-index:0; 
}

.menuLink {
  position: absolute;
  right: 20px;
  top: 230px;
  width: 160px;
  padding: 6px 0px;
  border-top: 6px #9E525F solid;
  border-bottom: 1px #333333 solid;
  font-family: "Times New Roman";
  font-size: 18px;
}

.menuLink a {
  color: #FFFFC5;
  font-style: italic;
}

.menuLink a:hover {
  color: #A05260;
  text-decoration: none;
}

#obsah {
  position:relative;
  border: 0px green solid;
  width: 650px;
  margin-left:auto;
  margin-right:auto;
}

#text {
  position:relative;
  clear: both;
  margin-right: 40px;
  font-family: "Times New Roman";
  font-size: 14px;
}

a {
  color: #A05260;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.oddelovac {
  margin: 20px 0px;
  border-top: 1px #333333 solid;
}

#paticka {
  position:relative;
  width: 1000px;
  height: 162px;
  background-image: url(./img-new/bg-zofin-bottom.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

.copyright {
  position: absolute;
  left: 160px;
  bottom: 45px;
  color: #ffffff;
}

.copyright a {
  color: #ffffff;
  text-decoration: none;
}

.copyright a:hover {
  color: #ffffff;
  text-decoration: underline;
}