/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
body {
	font-family: Arial, Helvetica;
	color: #000000;
	line-height: 100%;
}

div#page {
	margin-left: 0cm;
}

div#page div#top {
	padding-top: 0;
	padding-bottom: 0cm;
}


div#page div#top div#logo {
	margin-left: -1cm;
}

div#navigation,
div#footer,
div#logo {
	display: none;
}


div#page div#main {
	width: 97%;
	padding: 0;	
	margin: 0;	
	float: left;	
	display: inline; /* ie7bug*/
	height: auto;
}

div#page div#content {
	width: 99%;	
	padding: 0;	
	margin: 0;
	display: inline; /* ie7bug*/
	padding-top: 100px;
}

div#page div#content div.box {
	bottom: 20px;
	background: none;
	height: 450px;
}

div#content h1 {
	font-size: 20pt;
	margin-bottom: 25px;
}

div#content p {
	font-size: 11pt;
	line-height: 116%;
}

div#content a,
div#teaser a {
	text-decoration: underline;
}

div#content ul li {
	color: black;
	line-height: 149%;
	padding-bottom: 4px;
}

div#content li li {
	font-size: 100%;
}

p, body {
	color: #000;
}

#wohnungsliste tr th {
	border-bottom: 2px solid black;	
	padding: 10px 0;	
}

#wohnungsliste tr td {
	border-bottom: 0px;
	padding: 8px 0;
}

#wohnungsliste tr td p {
	font-size: 10pt;
}

#wohnungsliste #wohnungslistebody { 
	height: auto; 
	overflow: visible !important;
	max-height: 850px;
}

.title h1 {
   font-size: 180%;
}

.noprint {
	display: none;
}

.printonly {
	overflow: hidden;
	max-height: 1px !important;
	display: inline;
}

