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

html, body {
	padding:0px;
	margin:0px;
	}
	
body {
	background:none;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../img/nav-hintergrund.jpg);
	background-repeat:repeat-y;

	}



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

/* for Internet Explorer */
/*\*/
* html #contenter {
	height:100%;
}
/**/

	
#header {
	width:100%;
	height:166px;
	background-image:url(../img/header_balken_2.jpg);
	background-repeat:repeat-x;
	}
#header #logo {
	background-image:url(../img/header_balken_1.jpg);
	background-repeat:no-repeat;
	float:left;
	width:386px;
	height:166px;
	}

#header3 {
	float:right;
	height:166px;
	width:388px;
	background-image:url(../img/header_balken_3.jpg);
	background-repeat:no-repeat;
}

#headercontent h1 {
	position:absolute; /* for menu.css */
	top: 12px;
	left: 211px;
	margin:0px; 
	padding:102px 0 0 0; 
	font-size:20px; 
	color:#81080F;
	width:630px;

}

#webbody {
	position:relative;
	clear:both;
	margin:0px;
	padding:0px;
	height:100%;
}	
	
#navi {
	float:left;
	position:relative; /* for menu.css */
	margin-top:8px;
	padding-left:0px;
	width:180px;
	height:100%;
	z-index:100; /* for menu.css */
	/*background-color:#E5636F;*/
	}

#menu {
	width:147px;
	font-family:verdana;
	}
	

#title {
	margin:0 0 0 0px;
	padding:0 0 0 180px;	
	
}


#content {
float:left;
	padding:0px 0px 15px 31px;
	line-height:1.2;	
	width:630px;
	background:none;
	overflow:hidden;
	}

/* for Internet Explorer */
/*\*/
* html #content {
	height:100%;
	}
/**/	

#footer {
	color:#000;
	text-align:left;
	margin: 16px 0 0 0;
	padding:0px;
	font-size:11px;
	line-height:1.0;	
	width:680px;
	overflow:hidden;
	}
	
