/* CSS Document */

.nz {
	position:static;
	display: block;
	clear: both;
}

.karte {
	position: static;
	display: block; 
	overflow: scroll;
	visibility: visible;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	height: 400px;
	width: 620px;
	border: 2px solid #999999;
	margin-right: auto;
	margin-left: auto;
}

.ta1 {
	position:static;
	display: block;
	width:760px;
	float: left;
	text-align: center;
}

.ra1 {
	position:static;
	display: block;
	width: 630px;
	float: left;
}

