.page-content{
	width: 1240px;
	min-height: 730px;
	height: 100%;
	position: absolute;
	background: var(--active-area);
}
footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer a{
	text-decoration: underline;
}
a{
	text-decoration: none;
}
.warning{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 5px 0 5px 0;
}
.warning-icon{
	height: 27px;
	width: 27px;
	margin: 0 10px 0 5px;
}
.button{
	display: flex;
	width: 250px;
	height: 40px;
	border-radius: 5px;
	background: var(--main-color);
	color: var(--link-color);
	justify-content: center;
	align-items: center;
	text-decoration: none;
	margin: 10px auto 10px auto;
}
.buttons{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}
.button:hover{
	background: var(--darker-color);
}
.art{
	position: absolute;
	height: 176px;
	width: 630px;
	top: 10px;
	left: 80px;
}
.art-content{
	padding: 5px;
}
table{
	border-collapse: collapse;
}
td{
	vertical-align: top;
	padding: 2px 5px 5px 5px;
}
.dataclass{
	width: 120px;
}
tr:nth-child(even){
	background: #FFFFFF;
}
.hd-content{
	padding: 5px;
}
.hd{
	position: absolute;
	height: 140px;
	width: 340px;
}
.picture{
	position: absolute;
	height: 482px;
	width: 238px;
	top: 200px;
	left: 100px;
}
.picture2{
	position: absolute;
	height: 96px;
	width: 156px;
	top: 200px;
	left: 370px;
}
.info{
	position: absolute;
	top: 200px;
	left: 600px;
}