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

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	}
body {
	background-color:#97c580;
	background-image:url(../img/back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:fixed;
}
		

#contenter {
	
	margin:0px auto 20px auto;
	padding:0px;
	width:1024px; 
	height:auto;
	border:5px solid #fff;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px #49613c;
box-shadow: 0px 0px 5px 0px #49613c;
}

/* for Internet Explorer */
/*\*/
* html #contenter {
	height:100%;
}
/**/
	
#header {
	position:relative;
	background-position: 0 20px;
	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;
	
	line-height:1em;
	
}	

#entwicklung .text{
	background-color:#FFFFFF;
	color:#97c580;
	font-style:italic;
	font-size:24px;
	padding:5px;
	}

#navi {
	position:fixed;
	margin-top:0px;
	height:40px;
	padding:0px;
	text-align:left;
	z-index:100; /* for menu.css */
	background-color:#97c580;
	width:1024px;
	border-bottom:5px solid #49613c;
	border-top:5px solid #fff;
	top:0;
}

#rightbox{
	float:right;
	width:430px;
	height:auto;
	}
	
#leftbox{
	float:left;
	width:330px;
	/*height:500px;*/
	}

#stripe {
	height:5px;
	padding:0px;
	text-align:left;
	background-color:#49613c;
	width:100%;
	
}

#menu {
	float:left;
	}
.clear{
	clear:both;
	}	

#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;	
	}
	
#nav-content {
	min-height:290px;
	float: left;
	width: 195px;
	display: block;
}

#text-content {
	float: right;
	min-height:290px;
	width: 780px;
	display: block;
}

#text-content2{
	width: 980px;
	display: block;
	min-height:290px;
	padding-left: 10px;
}


#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;
}
#datenschutz {
	text-align:center;
	padding-bottom:20px;
	font-size:0.8125em;
}

#datenschutz a {

	color:#000000;
}
#datenschutz a:hover {

	color:#000000;
}