/* CSS für ag-naturstrom.ch */

/* ALLGEMEIN */
* {margin:0px; padding:0px;}
html,body {
	height:100%; /* needed for container min-height */
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.90em;
	color:#336600;
	background:#FFFFFF;}
.clearer {
	clear:both; 
	font-size:0px;
	line-height:0px; 
	height:0px;}
img {border:none;}


/* RAHMEN */

div#wrapper {
	position:relative; /* needed for footer positioning */
	margin:0 auto; /* center, not in IE5 */
	width:900px;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */}

/* HEADER */

#logoSchmetterling {
	float:left;
	width:auto;
	margin:0 30px 0 0;}
#logoText {
	float:left;
	width:auto;
	margin:19px 0 0 0;}
#serviceNavig { display:none;}
#dekobild { display:none;}

/* NAVIGATION */

#mainNavig {display:none;}


/* CONTENT */

div#contentArea {
	padding:80px 0 100px 0; /* definiert footer-Höhe */
	line-height:1.7em;}

h1,.h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:normal;
	color:#669900;
	margin-bottom:1em;}
h2,.h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	/*font-weight:normal;*/
	color:#669900;
	margin-bottom:1em;}
h3,.h3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#669900;}
p {margin-bottom:1.5em;}

div#contentArea ul {margin:0 0 1.4em 20px;}

/* FOOTER */

div#footerArea {	
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	color:#9e96a5;
	font-size:0.9em;
	padding:0 0 18px 30px;}
.abstand {padding-bottom:30px;}
.navAccesskey {display:none;}