body{
	background: white;
	font-size: 12pt;
}

div#sidebar, div#header, div#footer, div#flashStor, div#flashLille, div#showHouses{
	display: none;
}

div#footer address{
	visibility: visible;
	font-size: 8pt;
}

#content{
	float: none !IMPORTANT;
	width: auto;
	padding: 0;
	margin: 0 5%;
	color: black;
	background: transparent;
	line-height: 1.5;
}

#content h2{
	text-align: left;
	color: #A2232A;
	font-size: 16pt;
	margin: 0;
	padding: 0;
}

#content p{
	margin: 0 0 10px 0;
	padding: 0;
}

#content div.houseType{
	width: 193px;
	height: 150px;
	float: left;
	margin: 10px 0 30px 0;
}

#content div.houseTypeTop{
	height: 110px;
}

#content div.houseTypeTop img{
	vertical-align: top;
}

#content div.houseTypeBottom{
	height: 40px;
}

#content div.houseType p{
	width: auto;
}

#content div.houseType h3{
	color:#FF3300;
	text-transform: uppercase;
}

#content div.houseType p sup{
	vertical-align: top;
	font-size: 8px;
}

#content img#print-logo{
	display: block;
	margin: 0;
	padding: 0;
	border: 0 none;
	width: 162px;
	height: 46px;
}

#content ul li{
	padding: 0 0 2% 0;
}

#content a:link, #content a:visited{
	color: #520;
	background: transparent;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}

/* Indsætter hele linkurlen, efter teksten i gecko-baserede browsere */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#content a[href^="/"]:after {
  content: " (http://www.liljehuset.dk" attr(href) ") ";
   }