﻿/* CSS-Layout */
body {
	background-color: #C0C0C0;
}
#masthead {
	font-family: "Times New Roman", Times, serif;
	font-size: larger;
	font-weight: bold;
	font: larger "Times New Roman", Times, serif;
	background-color: #000080;
	color: #FFFFFF;
	text-align: center;
	max-height: 240px;
	min-height: 80px;
	min-width: 600px;
	vertical-align: middle;
	line-height: 80px;
}
#top_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font: large "Times New Roman", Times, serif;
	background-color: #C0C0C0;
	color:black;
	text-align: center;
	max-height: 135px;
	min-height: 45px;
	min-width: 600px;
	vertical-align: middle;
	line-height: 45px;
}
#page_content {
	vertical-align: middle;
	text-align: center;
	min-width: 600px;
	max-width: 1220px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	background-color: #C0C0C0;
}
#page_content2 {
	background-position: right;
	vertical-align: middle;
	text-align: center;
	min-width: 600px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	background-color: #C0C0C0;
}
#page_content3 {
	background-position: right;
	vertical-align: middle;
	text-align: center;
	min-width: 600px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	background-image: url('images/diverses/memoriam.GIF');
	background-repeat: no-repeat;
	background-color: #C0C0C0;
}
#footer {
	font: small "Times New Roman", Times, serif;
	min-width: 600px;
}