﻿body {
	font-family: 'Arial';
	background-image: url(../images/Heppenheim_1.jpg);
	background-repeat: norepeat;
	background-attachment: fixed;
	background-color: white;
	padding: 0;
	text-align: center;
	font-size: 100%;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.875em;
}

p {
	font-size: 0.875em;
}

#centDIV {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
}
.mess{
	right:0px;
	font-size:22px;
	text-align:right;
	font-weight:bold;
	color:#00FF00;
		}
.tspacer{
	height:1px;
	width: 900px;
	margin:0px;
	/*border:1px solid red;*/
	}
.entete1 {
	background-image: url(../images/head_trans.png);
	width: 900px;
	height: 103px;
/*line-height: 103px;*/
	font-size: 22px;
	color: #A80329;
	text-align: center;
	vertical-align: center;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.entete2 {
	width: 900px;
	height: 53px;
}



#rest {
	background-image: url(../images/long_trans2.png);
	with: 900px;
	text-align: center;
}

.fuss_grey {
	background-image: url(../images/fuss_grey.gif);
	background-repeat: repeat-x;	
	font-weight: bold;
	text-align: center;
	color: #A80329;
	widht: 900px;
	height: 075px;
	bottom:0;
	padding:10px 0px 0px 0px;
}

.fuss_red {
	background-image: url(../images/fuss_red.gif);
		background-repeat: repeat-x;	
	font-weight: bold;
	text-align: center;
	color:#D8D8D8 ;
	widht: 900px;
	height: 36px;
	line-height:54px;
	font-weight: bold;
	top:0;
	border-bottom-left-radius: 10px;
-moz-border-bottom-left-radius:10px;
-webkit-border-bottom-left-radius:10px;
-khtml-border-bottom-left-radius:10px;
border-bottom-right-radius: 10px;
-moz-border-bottom-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
-khtml-border-bottom-right-radius:10px;
}