/**
* 
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	}
body {
	background-color:#C01D1F;
}
		

#contenter {
	margin:0px auto 0px auto;
	padding:0px;
	width:1024px;
	min-height:100%; 
	height:auto;
}

/* for Internet Explorer */
/*\*/
* html #contenter {
	height:100%;
}
/**/
	
#header {
	position:relative;
	height:350px;
	width:1024px;
	background-image:url(../img/navbilder/saegen.jpg);
	background-repeat:no-repeat;
	}
#entwicklung {
	position:relative;
	margin:0px 0 0 0;
	float:right;
	padding:290px 15px 0 0;
	color:#fff;
	font-style:italic;
	font-size:3em;
	line-height:1em;
}	

#navi {
	position:fixed;
	margin:0px;
	height:22px;
	padding:0px;
	text-align:left;
	z-index:100; /* for menu.css */
}

#menu {
	float:left;
	}
	

#content {
	clear:both;
	padding:20px 40px 40px 40px;
	text-align:left;
	margin:0 0 0 0;
	min-height:290px;
	line-height:1.5;
	background-color:#fff;	
	}
	
	
#footer {
	background-color:#000;
	color:#fff;
	font-family:myriad web;
	font-weight:normal;
	font-size:0.8125em;
	text-align:left;
	padding:10px 15px 10px 15px;
	margin:0 0 0 0;
	clear:both;
	}
#footer a {
	color:#fff;
}
	
