@media print { 
	.wegbeschreibung {
		width: 100%;
		margin: 0 auto;
	}
	.wegbeschreibung table {
		width: 100%;
		height: auto;
	}
}

.wegbeschreibung {
	width: 700px;
	margin: 0;
}

.wegbeschreibung table {
	border-collapse: collapse;
	border-spacing: 2px;
	background: #fff;
	width: 620px;
}


.wegbeschreibung table.even {
	background: #eee;
}
.wegbeschreibung table td {
	vertical-align: top;
}

.wegbeschreibung table td.cnt {
	padding: 4px 1em;
	width: 1em;
	text-align: right;
}

.wegbeschreibung table td.desc {
	padding: 4px 1em;
}

.wegbeschreibung table td.plan {
	width: 300px;
}
.wegbeschreibung table td.plan img {
	border: 1px solid #ccc;
}
@media only screen and (max-width: 900px) {
	.wegbeschreibung, .wegbeschreibung table {
		width: 100%;
	}
}
/* */
@media only screen and (max-width: 550px) {
/* */
	.wegbeschreibung, .wegbeschreibung table {
		display: block;
		width: auto;
		height: auto !important;
	}
	.wegbeschreibung tr, .wegbeschreibung td, .wegbeschreibung tbody, .wegbeschreibung thead {
		display: block !important;
		height: auto;
	}
	.wegbeschreibung table td.plan img {
		display: block;
	}
/* */	
}
/* */


