html, body {
	margin: 0px;
	padding:0px;
	font-family:   Arial, Helvetica, sans-serif;
	color:#000000;
}
.adresse {
	font-size: 90%;
}

a {
	color:#D31931;
	font-size: 100%;
}

a:hover {
	color:#000000;
	border-bottom:1px none #444;
	background-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#adressbox_de {
	float: left;
	width: 350px;
	padding-left: 5px;
	text-align: left;
	left: 15%;
	top: 40px;
	height: auto;
	position: relative;
}
#adressbox_fr {
	float: left;
	width: 350px;
	position: relative;
	padding-left: 0%;
	text-align: left;
	top: 40px;
	height: auto;
	position: relative;
	left: 15%;
}

.headline {
	font-size: 90%;
	color: #D31931;
	color: #D11931;
	line-height: 2em;
	font-weight: bold;
	color: #D31931;
	font-size: 100%;
}
.clear {
	clear: both;
}
.foot {
	float: left;
	width: 80%;
	padding-left: 5px;
	text-align: left;
	left: 15%;
	top: 40px;
	height: auto;
	position: relative;
	font-size: 75%;
	padding-top: 30px;
}
.hidden {
	display: none;
}

