/* general stuff */

* { margin: 0; padding: 0; }
	
html, body {
	height: 100%; width: 100%;
	}

body {
	background: #FFF url(../images/back.gif) repeat-x;
	}

/* Layout */

#pagewidth {
	position: relative;
	min-height: 100%; width: 998px;
	margin: 0 auto 0 auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow: hidden;
	}

#header {
	height: 180px; width: 998px;
	border-bottom:  1px solid #000;
	background: url(../images/back_navi.gif) repeat-x;
	}

#navigation {
	position: relative;
	margin-left: 25px; 
	height: 32px; width: 765px;
	background: #f0f0f0;
	z-index: 0;
	} 

#h02 {
	float: right;
	margin-top: 70px;
	}

#h03 {
	float: right;
	margin-right: 20px;
	}

#leftcol {
	float: left;
	width: 227px;
	background: url(../images/back_left.gif) repeat-y;
	padding-bottom: 32767px; margin-bottom: -32767px;
	z-index: 0;
	} 

#leftcol #adresse {
	position: absolute; 
	height: 145px; width: 162px;
	left: 0px; bottom: 15px;
	margin: 15px; padding: 15px; 
	background: #f8fafc;
	}

#maincol {
	margin-left: 227px; width: 600px;  
	padding-bottom: 32767px; margin-bottom: -32767px;
	z-index: 0;
	} 

#content {
	margin-left: 15px; margin-top: 46px;
	padding-bottom: 32767px; margin-bottom: -32767px;
	z-index: 0;
	}

#content #left {
	float: left;
	width: 450px;
	}

#content #right {
	float: right;
	width: 170px;
	padding: 20px;
	background: #C3C6C9 url(../images/back_right.gif) repeat-x;
	padding-bottom: 32767px; margin-bottom: -32767px;
	}

#footer {
	position: absolute;
	height: 25px; width: 227px;
	bottom: 0px;
	z-index: 1;
	} 

#footer, #footer a:link, #footer a:visited {
	line-height: 25px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	}
	
#footer a:hover {
	color: #004851;
	}
