@charset "utf-8";

body {
	background-color: #ff9673;
}

a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover, a:active, a:focus {
	color: #000000;
}

#image_header_left {
	width: 355px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
}
#image_header_middle {
	float: right;
	width: 250px;
	height: 120px;
	padding-top: 0px;
	padding-left: 355px;
	position: absolute;
	z-index: 10;
}
#image_header_right {
	float: right;
	width: 355px;
	height: 120px;
	padding-top: 0px;
	padding-left: 605px;
	position: absolute;
	z-index: 10;
}

.content_left {
	float: left;
	width: 355px;
	height: 830px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
}
#image_content_left_a {
	width: 355px;
	height: 300px;
	margin-top: 15px;
	margin-left: 75px;
	position: absolute;
	z-index: 2;
}
#image_content_left_b {
	width: 315px;
	height: 145px;
	margin-top: 275px;
	margin-left: 0px;
	position: absolute;
	z-index: -1;
}

.content_middle {
	float: left;
	width: 250px;
	height: 830px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-image: url(../images/03_content_bg_middle.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
}
#image_content_middle_top {
	width: 250px;
	height: 120px;
	margin-top: -180px;
	margin-left: 0px;
	position: absolute;
	z-index: 1;
}
#image_a {
	width: 250px;
	height: 500px;
	margin-top: 0px;
	margin-left: -15px;
	position: absolute;
	z-index: 2;
}
#image_b {
	width: 250px;
	height: 500px;
	margin-top: 75px;
	margin-left: 0px;
	margin-bottom: 45px;
	position: absolute;
	z-index: 1;
}
#image_c {
	width: 250px;
	height: 500px;
	margin-top: 325px;
	margin-left: 25px;
	position: absolute;
	z-index: 3;
}
#image_d {
	width: 250px;
	height: 500px;
	margin-top: 250px;
	margin-bottom: 45px;
	position: absolute;
	z-index: 4;
}
#image_e {
	width: 250px;
	height: 500px;
	margin-top: 15px;
	margin-bottom: 45px;
	position: absolute;
	z-index: 5;
}

.content_right {
	float: right;
	width: 355px;
	height: 830px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
}

.legende {
	color: #004c66;
	font-style: italic;
	text-align: right;
	margin-bottom: 45px;
}

.footer {
	background-color: #f5f5f5;
}
#copyright {
	color: #000000;
}
