div#main {
 height:100%;
 min-height: 100%;

}

	div#container {
	width:678px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	min-height: 100%;
	}
	
	div#leftcont {
	width:339px;
	height:100%;
	min-height: 100%;
	float:left;
	}
	
	div#rightcont {
	width:306px;
	height:100%;
	min-height: 100%;
	float:left;
	padding-left:30px;
	border-left:3px solid #386688;
	}
	
		div#rightcont_topspace {
		height:88px;
		}
		
		div#rightcont_bottomspace {
		}
	
	div#topheader {
	width:678px;
	height:90px;
	}
	
	div#footer {
	clear:both;
	}
	

	div#kly {
	background-image:url(../gfx/kly.gif);
	background-repeat:no-repeat;
	width:400px; 
	height:380px; 
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
	position: absolute;
	bottom: 5px;
	right: 5px;
	}


h2 {
font-size:16px;
font-weight:bold;
}

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

a:hover {
text-decoration:underline;
}

.inputfields {
border:none;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
width:230px;
}
