#imgtop {
	position: absolute;
	top: 0;
	left: 0;
}

#imgnavi {
	position: absolute;
	top: 255px;
	left: 24px;
}

BODY {
	background: #7cc428 url(../img/bg.jpg) repeat-x;
}

#static_menu {
  position: absolute;
  z-index: 100;
  top: 12px;
  left: 700px;
  color: #e4eda9;
  font-weight: bold;
}

#static_menu A {
  color: #e4eda9;
  font-weight: bold;
  font-size: 70%;
  font-family: verdana, sans-serif;
  text-decoration: none;
}

#content {
    position: absolute;
    top: 254px;
    left: 280px;
    width: 500px;
    padding: 10px 10px 40px 10px;
    color: #424737;
    font-family: verdana, trebuchet ms;
    font-size: 80%;
}

#content P {
    line-height: 1.4em;
}

#content H1 {
    color: #68820f;
    font-weight: normal;
    font-family: trebuchet ms;
    font-size: 200%;
}

#content A {
    color: #fff;
    text-decoration: none;
    font-family: verdana, trebuchet ms;
    font-size: 100%;
}

#content A:hover {
    text-decoration: underline;
}

#content * {
  font-size: 100%;
  color: #424737;
}

TABLE.datagrid {
  border-collapse: collapse;
  border: 1px solid #8cdf2d;
  background-color: #fafafa;
}

.datagrid TD, .datagrid TH {
  border-top: 2px solid #8cdf2d;
  border-right: 2px solid #8cdf2d;
  padding: 4px 4px;
  font-size: 70%;
}

#datagrid td a {
	color: #397c00;
}

#menu {
    position: absolute;
    top: 1px;
    left: 24px;
    width: 210px;
    padding-left: 16px;
    color: #f7f4a1;
}

#submenu {
    position: absolute;
    top: 254px;
    left: 24px;
    width: 208px;
    padding: 16px;
    color: #c48b41;
    font-size: 95%;
    background: #C4EA97;
}

#menu A {
    color: #61603f;
    display: block;
}

#menu A.active {
    color: #fff;
}

#submenu A {
    color: #946931;
}

.menu * {
    font-family: trebuchet ms;
    font-size: 98%;
    text-decoration: none;
}

.menu A:hover {
    color: #8f8d5d;
}

.menu UL, .menu LI {
    margin: 4px 0;
    padding: 1px;
}

.menu UL {
    list-style: none;
}

.sitemap UL {
	list-style-type: square;	
}

#content .content-row {
	padding:	0px 0px 4px 0px;
}

#content .content-row label {
	float:		left;
	display:	block;
	width:		150px;
}

#content .content-row input[type="text"] {
	width: 300px;
}

.content-row {
	width: 500px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.zend_form dd {
	margin: 0px;
	padding: 0px;
}

.datagrid input {
	width: 40px;
}

#loginFormFields td a {
	color: #61603F;
}

.navigation {
	
}