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

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

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

}

/* for Internet Explorer */
/*\*/
* html #contenter {
	height:100%;
}
/**/
	
#header {
	position:fixed;
	height:180px;
	width:1052px;
	background-color:#fff;
	background-position:bottom left;
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
	border-top:25px solid #264A94;
	}

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

#menu {
	}
#logo {
	position:absolute;
	height:140px;
	width:255px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	left:90px;
	top:10px;
	z-index:2800;
	}
#logo a{
	height:140px;
	width:255px;
	display:block;
}
#slogan {
	position:absolute;
	top:73px;
	left:406px;
	font-size:22px;
}
#navimg {
	position:absolute;
	height:200px;
	width:589px;
	background-image:url(../img/nav-img/eckbank1.jpg);
	background-repeat:no-repeat;
	right:28px;
	top:0;
	z-index:2800;
	}
#shadow {
	position:absolute;
	height:254px;
	width:28px;
	background-image:url(../img/header-shadow.jpg);
	background-repeat:no-repeat;
	right:0;
	top:0;
	z-index:2800;
	}

#content {
	clear:both;
	padding:240px 220px 140px 163px;
	text-align:left;
	margin:0 0 0 0;
	min-height:290px;
	line-height:1.5;
	background-color:#fff;	
	background-image:url(../img/content-shadow.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
	
#content2 {
	clear:both;
	padding:240px 80px 140px 163px;
	text-align:left;
	margin:0 0 0 0;
	min-height:290px;
	line-height:1.5;
	background-color:#fff;	
	background-image:url(../img/content-shadow.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
