body {
	font: 12pt Garamond, Times, serif;
	background: #baa url(bgfourier.gif) fixed left repeat;
	font-size: 90%;
}

a {
	text-decoration: none;
	color: #400;
}

a:hover {
	text-decoration: underline;
	color: white;
	background-color: #400;
}



.container {
	width: 760px;
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: white;
	text-align: center;
	border: 1px solid #400;
}


.header {
	width: 760px;
	min-height: 130px;
	border-top: 5px solid #400;
	border-bottom: 5px solid #baa;
	color: white;
	background-color: #400;
}

.logo {
	display: block;
	float: left;
	width: 190px;
	min-height: 142px;
	background-color: #400;
	padding-bottom: 4px;
/*	border: 3px solid green;	*/

}

.heading {
	display: block;
	float: right;
	width: 570px;
	background-color: #400;
/*	height: 7em;	*/
	min-height: 141px;
	padding-bottom: 5px;
	text-align: center;
	line-height: 0.8em;
/*	border: 3px solid black;	*/

}

.heading h1 {
	margin-top: 5px;
	font-size: 2.3em;
	font-weight: bold;
}

.heading h2 {
	margin-top: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.heading h3 {
	font: 1em Helvetica, Geneva, Arial, sans-serif;
}

.subhead {
	display: block;
	clear: both;
	margin-top: 0.1em;
	width: 760px;
	height: 1px;
	background-color: #400;
}



.main {
	display: block;
	clear: both;
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

.navbar {
	display: block;
	float: left;
	width: 185px;
	margin-top: -0.6em;	
}

/* 	.navlist { background: #baa url(bgfourier.gif) fixed left repeat; }	*/


.navlist li {
	display: block;
	border-left: 8px solid #baa;
	line-height: 1.4em;
	list-style: none;
	margin-left: -2em;
/*	margin-right: 0.8em;	*/
	margin-bottom: 2px;
	text-align: left;
	font: 0.9em Helvetica, Geneva, Arial, sans-serif;
	font-weight: bold;
	padding: 0.6em;
/*	border: 3px solid yellow;	*/
}

.navlist a {
	text-decoration: none;
}

.navlist a:hover li {
	text-decoration: underline;
	border-left: 8px solid #400;
	background-color: #baa;
	color: white;
}



.contents {
	display: block;
	float: left;
	width: 530px;
/*	min-height: 90px;	*/
/*	padding-left: 1.6em;	*/
	padding-bottom: 9em;
	margin-bottom: 6px;
	border-left: 1px solid #baa;
	background: #fff url(bg-ae.jpg) scroll 100% 100% no-repeat;
}

.column {
	display: block;
	float: left;
	width: 255px;
	margin-bottom: 6px;
	margin-right: 8px;
	border-left: 1px solid #baa;
}

.programma {
	text-align: left;
	padding-left: 1.4em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	margin-top: 1em;
	border-top: 1px solid #baa;
	margin-bottom: 1.6em;
	border-bottom: 8px solid #400;
}

.programma td {
	vertical-align: top;
	padding-left: 0.6em;
	padding-right: 1.6em;
	padding-bottom: 0.4em;
	background-color: #edd;
}

.homemain {
	background: #fff url(main.jpg) top left no-repeat;
	height: 160px;
	margin-top: 0em;
	text-align: left;
	padding: 1em;
	padding-top: 0.4em;
	font-size: 1.1em;
	font-weight: bold;
	color: #400;
}

.mainimg {
	display: block;
	text-align: left;
	border: 1px solid #baa;
	border-left: 10px solid #baa;
	padding: 0.4em;
	padding-left: 1em;
}

.rise {	margin-bottom: -5em; }

.contents p {
	text-align: justify;
	padding-left: 1.6em;
}

.contents h1 {
	text-align: center;
	color: #400;
	font-size: 1.9em;
	font-weight: bold;
}

.contents h2 {
	text-align: left;
	font-size: 1.6em;
	font-weight: bold;
	border-left: 10px solid #baa;
	padding-left: 1.8em;
	margin-top: 1.2em;
	margin-bottom: -0.4em;
}

.contents h3 {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	border-left: 10px solid #baa;
	padding-left: 0.6em;
	margin-bottom: -0.8em;
}

.contents ul {
	text-align: justify;
	padding-left: 2em;
	margin-left: 0em;
	list-style: square inside;
}

.footer {
	display: block;
	clear: both;
	width: 760px;
	height: 40px;
	background-color: #400;
	line-height: 1.2em;
/*	margin-top: 1.1em;	*/
	padding-top: 5px;	
	color: white;
	font: 0.9em Helvetica, Geneva, Arial, sans-serif;
}

.footer a {
	color: white;
	margin-left: 1em;
	margin-right: 1em;
}

.footer a:hover {
	color: white;
	margin-left: 1em;
	margin-right: 1em;
}

.footer a:visited

