/*# ################## + Sticky Footer ####################*/
*, body {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */ 
}
.footer, .push {
	height: 30px;
}

/*# ################## - Sticky Footer ####################*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFE8C8 url("/images/index_back.png") 0 0 repeat-x;
	text-align: center;
}
.wrapper {
	position: relative;
	width: 990px;
	/*text-align: left;
	background: #c0c0c0;*/
}
.footer {
	position: relative;
	display: block;
	background: #FAD3A9;
}
div.center {
	left: 50%;
	width: 974px;
	margin-left: -487px; /* negative Hälfte von width:974px */
	height: 22px;
	margin-top: 6px; /* negative Hälfte von height:30px */
	/*background: #a3a3a3;*/
	/*text-align: left;*/
	font-size: 8pt;
	font-weight: bold;
	color: #B09792;
}
	div.center a {
		color: #B09792;
		text-decoration: none;
	}


	.posAbsolute {position: absolute;}
	.posRelative {position: relative;}
	img		 {border: 0;}

.index_welcome {
	padding: 90px 0 30px 0;
	font-size: 12pt;
	font-weight: bold;
	color: #7c695b;
}


