a.menuitem {
	font-size: 16px;
	font-weight: bold;
	color: #296F1F;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	padding-left: 28px;
	width: auto;
	background-image: url(../img/layout/listek.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.menuitem:hover {
	text-decoration: underline;
	background-image: url(../img/layout/listek_akt.gif);
	color: #3E8F09;

}
a.menuitem-first {
	font-size: 16px;
	font-weight: bold;
	color: #296F1F;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	padding-left: 0px;
	width: auto;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #FFFFFF;
}
#header-menu a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#header-menu a:hover {
	color: #3E8F09;
	text-decoration: underline;
}
#header-path {
	font-size: 12px;
	color: #999999;
}
#header-path a {
	text-decoration: none;
	color: #999999;
}
#header-path a:hover {
	color: #333333;
	text-decoration: underline;
}

#table-box .table-item {
	width: 280px;
	margin-bottom: 10px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 12px;

}
#table-box .table-item strong {
	display: block;
	margin-bottom: 3px;
}
#table-box .table-item a {
	font-weight: bold;
}
form.send_form {
	border: 1px solid #296F1F;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;

}
.form-table {
}
.form-name {
	width: 135px;
	padding-top: 3px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
	color: #296F1F;
	font-weight: bold;


}
.form-input {
	padding: 0px;
	text-align: left;
	vertical-align: top;
	width: 300px;

}
.textarray {
	font-family: Arial, HelveticaCE, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #F8FFD6;
	width: 100%;
	border: 1px solid #296F1F;
	padding: 3px;
	display: block;
	margin-bottom: 8px;


}
.form-button {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.form-button .button {
	height: 25px;
	width: 130px;
	margin-left: 20px;
	background-color: #C7D64C;
	border: thin outset #C7D64C;
	font-weight: bold;


}

