@charset "UTF-8";

/**
 * Print stylesheet for kuenzli-garten.ch
 *
 * This is the main stylesheet for the website kuenzli-garten.ch
 *
 * @version   2011-06-28 pxm
 * @author    Patrick Bonetti, Pixelmanufaktur
 * @copyright ©2011 by Pixelmanufaktur Patrick Bonetti
 * @see       http://www.pixelmanufaktur.ch
 */

/***** GENERAL SETTINGS *****/

html, body {
	background: none;
	width: 96%;
	height: auto;
	min-height: 0;
}

body {
	margin: 20px 2%;
}

html, body, #intro, .centerwrap, #main, #maincol, #footer {
	width: auto;
	min-width: 0;
}

div.box {
	float: none;
	clear: both;
}

#valigner {
	display: none;
}

#wrapper {
	height: auto;
	min-height: 0;
	padding: 2% auto;
    display: block;
	width: 96%;
	min-width: 0;
	margin: 0 0 0 0;
	background: none;
}

#subnavi {
	display: none;
}

#subsubnavi {
	display: none;
}

#mood {
	display: none;
}

#intro {
	width: 100%;
	height: auto;
	margin: 0;
}

#logo {
	margin: 0 0 50px 0;
	float: none;
	clear: both;
}

#teasers, #teasers .teaser {
	width: 100%;
	min-width: 0;
	background: none;
	clear: both;
}

.teaser h1 {
	width: 100%;
	float: none;
}

.teaser p {
	width: 100%;
	padding: 0;
	float: none;
}

#lead {
	display: none;
}

#header {
	background: none;
}

#main {
	padding: 0 0 0 0 !important;
	display: inline;
	float: none;
}

/*
.clearer {
	width: 1px;
	height: 1px;
}
*/
#maincol {
	margin-bottom: 10px !important;
	display: inline;
	float: none;
}

.full-width .box {
	width: 100%;
}

#sidecol {
	margin: 20px 0 0 0;
	padding: 2% 3%;
	width: 96%;
	float: none;
	clear: both;
}

.promo {
	width: 100%;
	margin: 0 auto;
}

#footer, .gf #footer, .gb #footer {
	background: none;
	height: auto;
	min-height: 0;
	margin: 40px 0 0 0;
	padding: 20px 0;
	font-size: 14px;
	line-height: 25px;
	clear: both;
	width: 100%;
	border-top: 1px solid #666;
}

.centerwrap {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: inline;
}

#bottomline, #footermood {
	display: none;
}

#contact {
	width: 100%;
	display: block;
	padding: 0;
}