/* CSS Document */

body{
	margin-left: 2cm;
}

.navi,
.fusszeile{
	display: none;
}
.inhalt{
	margin: 0px;
	width: auto;
	height: auto;
	font-size: 12pt;
}

.druckkopf{
	display: block;
	height: 100px;
	overflow: hidden;
	margin-bottom: 20px;
}
.druckkopf img{
	margin-top: -30px;
}

.druckunten{
	display: block;
	border-top: 3px double #CCCCCC;
	font-size: 10pt;
	margin-top: 10px;
	clear: both;
}

#map_canvas{
	width: 900px;
	height: 500px;
}