
/* ---------------------------------------------------- body / html ----------------------------------------------------- */
* {
	border:0;
	margin:0;
	padding:0;
}


body {
	background: #fefefe url(../images/body_kachel.jpg) repeat-x center 0px;
}

html {
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
}


/* ----------------------------------------------------- wrapper ----------------------------------------------------- */

div#wrapper {
	width:909px;
	margin:0 auto;
	position:relative;
	z-index:1 !important;
}


/* ----------------------------------------------------- head ----------------------------------------------------- */


#head {
	width:909px;
	height:310px;
 	background: url(../images/head.jpg) no-repeat 0 0px;
}



/* ----------------------------------------------------- main----------------------------------------------------- */

#main_umg {
		background: url(../images/wrapper_kachel.gif) repeat-y 0 0;
		 width:909px;
}

#main {
 	width:909px;
	background: url(../images/main.png) no-repeat 0 0px;
}


/* ----------------------------------------------------- content ----------------------------------------------------- */

#content { 
	width:470px;
	min-height:280px;
	padding:32px 0 25px 315px;
	position:relative;
}

*html #content { 
	height:280px;
}


/* ----------------------------------------------------- footer ----------------------------------------------------- */

div#footer {
	height:50px;
	width:909px;
}

#footer_adresse {
	background:#cac5c1;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	padding: 5px 2px 5px 8px;
	margin:0 0 0 315px;
	width:460px;
}
