/* CSS Document */
html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	background-color: #003882;
}
#container {
	position: relative;
	width: 54em;
	margin: auto;
	height: auto;
	overflow: hidden;
}
#header {
	position: relative;
	margin: auto;
	width: auto;
	background:url(themeimgs/header.png) left top no-repeat;
	background-color: #fefefe;
	height: 180px;
	margin-left: -1px;
}
.spacer1 {
	display: block;
	margin: auto;
	width: 100%;
	height: 1.5em;
	background-color: #003882;
}
.spacer2 {
	display: block;
	margin: auto;
	width: 100%;
	height: 1.5em;
	background-color: #fefefe;
}
#cont_inner {
	position: relative;
	width: auto;
	margin: auto;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
#navi {
	position: relative;
	float: left;
	margin: auto;
	margin-top: 50px;
	width: 155px;
	height: auto;
}
#content {
	position: relative;
	float: left;
	margin: auto;
	margin-left: 15px;
	padding: 0 1em 3em 1em;
	width: 38em;
	height: auto;
	text-align: justify;
	background-color: #fff;
}
#footer {
	clear: both;
	position: static;
	bottom: 0;
	margin: auto;
	width: auto;
	height: 40px;
	line-height: 40px;
	background:url(themeimgs/logo_footer.png) bottom right no-repeat;
	background-color: #ccc;
	border-top: 10px solid #003882;
		font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}
#navi ul {
	list-style: none;
	text-align: left;
	margin-left: -20px;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
}
#navi a {
	background: url(themeimgs/icon1.gif) left top no-repeat;
	padding-left: 15px;
	text-decoration: none;
	color: #333333;
}
#navi a:hover, #navi a.current {
	background: url(themeimgs/icon2.gif) left top no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#navi a.current {
	font-weight: bold;
}
h1 {
	font-size: 1em;
	line-height: 50px;
	background: url(themeimgs/logo_kl.png) left top no-repeat;
	padding-left: 46px;
}
#footer a {
	text-decoration: none;
	color: #333;
	background:url(themeimgs/icon1.gif) left top no-repeat;
	padding-left: 15px;
}
#footer a {color: #909cb2;}


