#print {
	display: block;
	margin: 0 0 1cm 0;
}

#container {
	margin: 0;
	width: auto; /* automatischce Größe */
	padding:  0;
}

@media screen
{
	/* Papiergröße bei der Bildschrimdarstellung simlieren, damit Druckansicht nicht über die volle Fensterbreite geht */
	#container {
		width: 17cm;		
		margin: 0.7cm;
	}
}

#wrapper, body.wide #wrapper {
	float: none;
	width:  auto;
	margin:  0;
	padding: 0;
}

#content,body.wide #content {
	float: none;
	width:  auto;
	margin:  0;
	padding: 0;
}




#navigation ul.breadcrumb {
	margin: 0;
	display: block;
}

#navigation ul.breadcrumb li a {
	background: none;
	padding: 0;
}


#top_bar, #header, ul.main, ul.sub, #box_right, #box_left, #footer {
	display: none !important;
}

#navigation ul.breadcrumb li.print {
	display: none;
}

html {
	font-size: 9pt;
	
/*	@todo:  ie5:  kleienr setzen;*/
	
}


h1, h2, body, #container {
	background: none !important;
}



body {
	text-align: left; /* clear ie 5 centering */
}



table {
	border-collapse:  collapse;
}

td, th {
	border:  solid 1px #ccc !important;
}

table, td, th, tr {
	background:  none !important;
}

table.staedteliste tr.even th, table.staedteliste tr.even td {
	border-top:  solid 2px #ccc !important;
}

table.staedteliste tfoot tr.even th, table.staedteliste tfoot tr.even td {
	border-top:  solid 3px #ccc !important;
}