/* boxen */
  /* box fuer visitenkarte */
  #boxrechts {
      position:fixed;
      right:125px;
      left: 1085px;
      width:240px;
      height:253px;
      top:50px;
  }
  #boxrechts img {
	  border:0px;
  }
  /* box fuer inhalt, text, bilder usw. */
  #boxmitte {
      position:absolute;
      right:280px;
      left:60px;
      bottom:30px;
      top:320px;
      width: 1000px;
  }
  /* box fuer impressum (haftungsausschluss, webdesign konzept umsetzung) */
  #impressum {
      position:absolute;
      right:280px;
      left: 60px;
      bottom:50px;
      top:4050px;
      width: 610px;
      height: 166px;
  }
  a:link {
	  border:0px;
  }
  a:visited {
	  border:0px;
  }
  a:focus {
	  border:0px;
  }
  a:hover {
	  border:0px;
  }
  a:active {
	  border:0px;
  }
  a:target {
	  border:0px;
  }
  div {
	  border:0px;
  }
  div img {
	  border:0px;
  }
