body {
margin:0px;
padding:0px;
}

.hdr
{
	background-color:#B5CE9C;
	width:100%;
	border-bottom:1px solid #526957;
}

.nav {
	width:220px;
	border-right:1px solid #526957;
	float:left;
	background-color:#E2E0CB;
	padding:0px;
	text-align:center;
		height: expression( this.scrollHeight < 899 ? "900px" : "auto" ); /* sets min-height for IE */
min-height: 900px; /* sets min-height value for all standards-compliant browsers */

	}
	
	.menu {
	font-family:arial;
	font-size:10pt;
	color: #526957;
	background-color:#E2E0CB;
	text-decoration:none;
	font-weight:bold;
	}
	
	.menu:hover {
	font-family:arial;
	font-size:10pt;
	color:#233824;
	background-color:#B5CE9C;
	width:220px;
	text-decoration:none;
	font-weight:bold;
	}
	
	.maintbl {
	padding-left:10px;
	background-image:url(images/mainbg.jpg);
	background-repeat: repeat-y;
	height: expression( this.scrollHeight < 899 ? "900px" : "auto" ); /* sets min-height for IE */
min-height: 900px; /* sets min-height value for all standards-compliant browsers */
	}
	
	.clock {
	color:#7F7F7F;
	font-family:arial;
	font-size:8pt;
	font-style:italic;
	float:right;
	}
	
	h1 {
	color:#233824;
	font-family:arial;
	font-size:14pt;
	}
	
	h2 {
	color:#4D6450;
	font-family:arial;
	font-size:12pt;
	padding-left:20px;
	}
	
	.main {
	font-family:arial;
	font-size:10pt;
	}
	
	.ftr {
	width:100%;
	background-color:#233824;
	}
	
	.imprint, .imprint:hover
{
	font-family:Arial;
	font-size:8pt;
	color:#FFFFFF;
	text-decoration:none;
		font-weight:normal;
}

a {
	color:#4D6450;
	text-decoration:none;
		font-weight:bold;
	}

a:hover {
	color:#233824;
	text-decoration:underline;
		font-weight:bold;
	}


