@charset "utf-8";

body {
	background-color: #eeeeee;
}

a:link {
	color: #888888;
}
a:visited {
	color: #666666;
}
a:hover, a:active, a:focus {
	color: #888888;
}

#image_header_1 {
	width: 240px;
	height: 120px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	z-index: 11;
}
#image_header_2 {
	float: right;
	width: 240px;
	height: 120px;
	padding-top: 0px;
	padding-left: 240px;
	position: absolute;
	z-index: 12;
}
#image_header_3 {
	float: right;
	width: 240px;
	height: 120px;
	padding-top: 0px;
	padding-left: 480px;
	position: absolute;
	z-index: 13;
}
#image_header_4 {
	float: right;
	width: 240px;
	height: 120px;
	padding-top: 0px;
	padding-left: 720px;
	position: absolute;
	z-index: 14;
}

.content {
	float: left;
	width: 720px;
	height: 800px;
	padding: 10px 0px;
	padding-top: 125px;
	padding-bottom: 10px;
}
#image_content_top {
	width: 960px;
	height: 175px;
	padding-left: 0px;
	margin-top: -120px;
	position: absolute;
	z-index: -10;
}
#image_content_bottom {
	width: 960px;
	height: 775px;
	padding-top: 55px;
	padding-left: 0px;
	position: absolute;
	z-index: -10;
}
.legende {
	font: 75%/1.5 Verdana, Geneva, sans-serif;
	font-style: italic;
	text-align: right;
	padding-left: 280px;
	margin-bottom: 0px;
}

.sidebar {
	float: right;
	padding: 10px 0px;
	width: 240px;
	height: 800px;
	padding-top: 125px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#image_sidebar {
	width: 240px;
	height: 660px;
	padding-top: 100px;
	padding-left: 0px;
	position: absolute;
	z-index: -10;
}

.footer {
	background-color: #444444;
}
#copyright {
	color: #888888;
}
