/**
* (C) by Andreas Zeman 2007,
* Gally Websolutions, www.websolutions.gally.ch
**/

html, body {
	margin:0px;
	padding:0px;
	height:100%;
	}
		
body {
	background:none;
	background-image:url(../img/menu-background.jpg);
	background-repeat:repeat-y;
	}

#contenter {
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url(../img/content_back.gif);
	background-repeat:repeat-y;
	text-align:left;
	min-height:100%; 
	height:auto;
}

/* for Internet Explorer */
/*\*/
* html #contenter {
	height:100%;
}
/**/
	
#header {
	height:374px;
	height:58px;
	margin-left:215px;
	margin-top:15px;
	background-image:url(../img/wirtschaftsethik-logo.gif);
	background-repeat:no-repeat;
	}
		
#navi {
	float:left;
	padding-left:27px;
	padding-top:20px;
	width:188px;
	}

#menu {
	}
	
	

#content {
	 margin:18px 100px 60px 0;
	 border-left:215px solid transparent;
	}
	
#title {
	border-bottom:1px solid #CC3333;
	margin-bottom:15px;
}
	
