

#wrapper {
	position: relative;
	
	
	top: 420px;
	left: 20px;
	border-style: solid;
	border-radius: 20px;
	border-color: white;
	width: 790px;
	overflow: hidden;
	padding-top: 5px;
	background-color: white;
	

}

.vs_anschrift {
	position: relative;
	text-align: left;
	width: 350px;
	margin-left: 25px;
	margin-bottom: 20px;
	border-style: none;
	border-radius: 20px;

	padding: 10px;
	float: left;
	background-color: #87CEFA;

}

	
table.mytable {

 border-style: none;
 	background-color: #87CEFA;	

 

}

table.mytable td{

 border-style: none;
 	background-color: #87CEFA;	

 

}


table.mytable th{

 border-style: none;
 	background-color: #87CEFA;	

 

}


