html,body {
	xtext-align: center;
	xvertical-align: middle;
	height: 100%;
	padding: 0px;
	margin: 0px;
 }
 div.backg {
              position: relative;
			  background-image: url(bilder/seite2.png);
              background-repeat: no-repeat;
			  background-position: center center;
			  
			  xborder: 1px solid #666;
			  width: 801px;
			  height: 539px;
			  xmargin: auto;
             }
a, td, p, h1, h2, th {font-family: arial;
font-size: 8pt;
color: red;
}
.zwei {
	position: absolute;
	top: 68px;
	left: 459px;
	right: 10px;
	width: 340px;
	height: 230px;
	xborder: 1px solid red;
}
a {text-decoration: none;
  color: red;
  }

