body {
  background: white;
  font-family: "verdana ce", "geneva ce", sans-serif; font-size: 10pt;
  color: #646465
  }

#main {
  position: relative;
	width: 760px;	height: 417px;
	top: 0%; left: 50%;
	margin: 0px 0px 0px -380px;
  border: 1px solid black;
	}
	
#content {
  position: absolute; 
  width: 602px;	height: 281px; 
  top: 120px; left: 157px;
	overflow: auto;
  }

#content p {
  margin: 10px 20px 10px 20px;
  }
	
#services-detail {
  padding: 0px 20px 0px 20px;
	font-size: 8pt;
	}


#logo {
  position: absolute;
  width: 157px; height: 70px;
  top: 0px; left: 0px;
  background-image: url("images/logo_freesys_bar.gif");
  }

#banner {
  position: absolute;
  width: 603px; height: 70px;
  top: 0px; left: 157px;
  background-image: url("images/freesys_banner.jpg");	
  }
  
#banner_en {
  position: absolute;
  width: 603px; height: 70px;
  top: 0px; left: 157px;
  background-image: url("en/images/freesys_banner_en.jpg");	
  }


#menu {
  position: absolute; 
  width: 156px; 
  top: 72px; left: 1px;
  font-size: 8pt;
  font-weight: bold;
  text-align: center;
  }

#menu a {
  display: block;
  width: 155px; 
  margin: 1px 0; 
	padding:7px 0 7px 0px;
  text-decoration: none; 
  color: white; 
  background-color: #033985;
  }
 
#menu a:hover { 
  color: #033985;
  background-color: #ABE50D
  }

#footer {
  position: absolute;
  top: 403px; 
  left: 157px;
  width: 603px;
  color: #646465;
  text-align: right;
  font-size: 8pt;
  background-color: #ABE50D;
  }

#footer-lang {
  position: absolute;
  top: 403px; 
  left: 0px;
  width: 157px;
  color: #646465;
  text-align: center;
  font-size: 8pt;
  background-color: #ABE50D;
  }

#footer-lang a {
  color: #646465;
  font-weight: bold;
  text-decoration: none
  }


#navrcholu {
  position: absolute;
  top: 440px;
  left: 50%;
  width: 380px; height: 14px;
  text-align: right;
}

#circles {
  position: absolute;
  top: 80px; left: 655px;
  width: 100px; height: 27px;  
  background-image: url("images/circles_right.jpg");
  background-repeat: no-repeat;
  }

#hline1 {
  position: absolute;
  top: 71px; left: 0px;
  height: 1px;
  width: 760px;
  background-image: url("images/spacer_black.gif");
  background-repeat: repeat-x;
}

#vline1 {
  position: absolute;
  top: 72px; left: 157px;
  width: 1px; height: 331px;
  background-image: url("images/spacer_black.gif");
  background-repeat: repeat-y;
}

.heading {
  position: absolute;
  top: 77px; left: 157px;
  }

.heading h3 {
  margin: 10px 20px 10px 20px;
  }

.picture {
	float: left;
	margin: 10px 10px 0 20px;
	}
	
