/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Immobilien Hadlich                *
 * Type: print                               *
 **********************************************/
 
body {
	margin: 0;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
 
#langLink, #containerHeaderNav, #containerFlashHeader, #containerMainNav, #containerSidebar, #footerLogo, #copyright {
	display: none;
}

hr.clearHr {
	clear: both;
	visibility: hidden;
	position: relative;
	top: -1000px;
	left: -1000px;
	font-size: 1px;
	height: 1px;
	border: none;
}

#containerHeaderLogo {
	display: block;
	margin-bottom: 50px;
}

table.immoTable {
	border-collapse: collapse;
}
table.immoTable td {
	border: 1px solid #ccc;
	padding: 4px;
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #c10000;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

a {
	text-decoration: none;
	color: #000;
}


.detailTable {
	border-collapse: collapse;
}
.detailTable td {
	padding: 4px;
	border: 1px solid #ccc;
}
td.cellTitle {
	font-weight: bold;
}
td.white {
	border: none;
}
.detailTable td.white img {
	display: none;
}
.imageborder {
	border: none;
	margin-bottom: 5px;
}

.boxProvision {
	margin-top: 20px;
	border: 1px solid #ccc;
	padding: 5px;
}


#containerFooter {
	padding-top: 10px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}


