@charset "utf-8";

body {
	background-color: #73b9ff;
}

a:link {
	color: #bfdfff;
}
a:visited {
	color: #73b9ff;
}
a:hover, a:active, a:focus {
	color: #bfdfff;
}

#image_header_left {
	width: 480px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 10;
}
#image_header_right {
	float: right;
	width: 480px;
	height: 120px;
	padding-top: 0px;
	padding-left: 480px;
	position: absolute;
	z-index: 10;
}

.content_left {
	float: left;
	width: 240px;
	height: 850px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-image: url(../images/02_1_content_bg_left.png);
	background-position: 0px 110px;
	background-repeat: repeat-y;
}
.content_left h2 {
	font: 120%/1.15 Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-stretch: extra-condensed;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
}

.content_middle {
	float: left;
	width: 360px;
	height: 900px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-image: url(../images/02_1_content_bg_middle.png);
	background-position: 0px 110px;
	background-repeat: repeat-y;
}
#image_a {
	width: 180px;
	height: 144px;
	margin-top: 0px;
	margin-left: -15px;
	position: absolute;
	z-index: 2;
}
#image_b {
	width: 360px;
	height: 220px;
	margin-top: 75px;
	margin-left: 0px;
	margin-bottom: 45px;
	position: absolute;
	z-index: 1;
}
#image_c {
	width: 360px;
	height: 220px;
	margin-top: 400px;
	margin-left: 25px;
	position: absolute;
	z-index: 3;
}
#image_d {
	width: 360px;
	height: 240px;
	margin-top: 600px;
	margin-bottom: 45px;
	position: absolute;
	z-index: 4;
}

.content_right {
	float: right;
	width: 360px;
	height: 600px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
	background-image: url(../images/02_1_content_bg_right.png);
	background-position: 0px 110px;
	background-repeat: repeat-y;
}
.content_right h3 {
	font: 150%/1.15 Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-stretch: extra-condensed;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
}
.h3 {
	padding-left: 30px;
}

.legende {
	color: #004c66;
	text-align: right;
}

.footer {
	background-color: #004c66;
}
#copyright {
	color: #bfdfff;
}
