/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2008, Brunner Web
 * @link           http://www.bag.ch/web
 */

@import url("fonts.css");

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url('../../images/bg.gif') repeat-x;
}

p {
	margin: 0;
	padding: 0;
}

div#page_size{
	background: url('../../images/horizont.png') center top no-repeat;
	/* IE6 shows no png background image */
	_background: url('../../images/bg_ie6.gif') center top no-repeat;
	width: 100%;
	height: 750px;
} 

div#page {
	position: relative;
  	width: 960px;
  	margin: 0;
  	padding: 0;
  	margin: auto;  	
}

div#header {
	width: 960px;
	height: 178px; /* old: 143*/
    padding-top: 65px;
    _margin-top: 65px;
    _padding-top: 0;
}

div#header div#navigation {
	width: 790px;
	height: 143px;
	float: left;
}

div#header div#navigation div#mainnavigation {
	width: 790px;
	height: 21px;
}

div#header div#navigation div#subnavigation {
	width: 790px;
	height: 21px;
	padding-top: 2px;
	text-align: center;
}

div#header div#logo { 
	width: 170px;
	height: 143px;
	float: left;
}

div#header div#logo #pnglogo { 
	float: left;
	width: 170px;
	height: 143px;
}

div#main { 
    width: 960px;
}

div#main div#content { 
	width: 960px; 
	float: left; 
	padding: 0;
	margin: 0;
}

div.clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

div#footer {
	width: 80px;
	padding-left: 860px;
	height: 20px;
	margin: 0;
	color: #819dc2; 
	font-size: 78%;
	float: left;
}

/* hide searchfield */
body.cms_editpage div#content div.suchfeld {
	display: none;
}

/* Wohnungsliste Adresse nur auf Ausdruck */
.printonly {
	display: none;
}
