#body {
	margin: 0px;
}
#layer_content {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#layer_bottom {
	width: 100%;
	height: 100px;
	position: relative;
	background-image: none;
	background-repeat: repeat-x;
}
#bottom_content {
	width: 580px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#bottom_left {
	width: 100%;
	position: relative;
	margin-top: 3px;
	margin-bottom: 10px;
	display: none;
}
#title {
	width: 100%;
	left: 10px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
#text {
	width: 100%;
	left: 10px;
	position: relative;
	margin-bottom: 10px;
}
#logotype {
	width: 100%;
	position: relative;
	display: block;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 20px;
}
a[href]:after {
	content: " [" attr(href)"] ";
}
.nonImprimable {
	display: none; visibility: hidden;
}
