.apDiv1 {
	position:absolute;
	left: 50%;
	top:50%;
	width: 100%; /* geht auch mit 100% */
	height:350px;
	visibility:visible;
	margin-left: -50%; /* bei 100% in der width muss hier dann -50% stehen */
	margin-top: -240px; /* org bei -175px */
	z-index:1;
	background-color: #;
}

.apDiv2 {
	position:absolute;
	left:50%;
	top:50%;
	width:750px; /* geht auch mit 100% */
	height:350px;
	visibility:inherit;
	margin-left:-375px; /* bei 100% imn der width muss hier dann -50% stehen */
	margin-top: -175px;
	z-index:1;
background-color: #;
	overflow: auto;
}


 /* body ist ausgelagert */
	



/* -------------------------------------------------------------------------------------------------------------- */

.spalten{
	background-color: #;
	height: ;
	width: 960px;


}
.spalte1{
	background-color: #;
	text-align: right;
	height: 325px;
	width: 300px;
	float: left;
	position:relative;
	
}

.spalte2{
	background-color: #;
	text-align: center;
	height: auto;
	width: 300px;
	float: left;
	position:relative;
	margin-left: 30px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}


.spalte3{
	background-color: #;
	text-align: left;
	height: 325px;
	width: 300px;
	float: right;


	

}

.spalte2-3{
	background-color: #;
	text-align: center;
	height: 325px;
	width: 660px;
	float: right;


}


/* -------------------------------------------------------------------------------------------------------------- */

.txt{font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;}
