@charset "UTF-8";
body, html {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A {
	color: #879e70;
	text-decoration: none;
}
#top {
	margin-left: 140px;
}
#menu {
	margin-left: 140px;
}
#image {
	width: 100%;
	overflow: hidden;
	background-color: #363c3c;
	min-height: 100px;
	max-height: 250px;
}
#submenu {
	float: left;
	width: 280px;
	text-align: right;
	padding-top: 38px;
	padding-right: 10px;
	line-height: 15px;
}
.submenu {
	color: #363c3c;
	font-weight: bold;
	text-decoration: none;
}
.submenuA {
	color: #879e70;
	font-weight: bold;
	text-decoration: none;
}
#content {
	float: left;
	width: 400px;
	padding-top: 13px;
	line-height: 15px;
	color: #363c3c;
}
#fill {
	float: left;
	width: 100%;
}
#content P {
	margin: 0px;
	padding: 10px 0px;
}
.kop {
	color: #879e70;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
}
