body{
	background-color:#f1f7e1;
	margin:0px;
	padding:0px;
	FONT-SIZE: 12px; 
	COLOR: #5b7d29; 
	FONT-FAMILY: Tahoma;margin:auto;
	}
hr	{height:1px;
	color:#5b7d29}
#header_logo {
	background-color:#FFFFFF; 
	height:110px;
	}
#header_img {
	width:350px;
	height:110px;
	background-color:#FFFFFF;
	vertical-align:bottom;
}
#ba_green {
	background-color:#85B43e;
	height:20px;
	text-align:right;
	padding-right:5px;
	}
#navi {
	height:40px; 
	padding-left:30px;
	}
#slogan {
	width: 350px; 
	background-color:#A6CE39;
	}
#contend {
	background-color:#E1EDC1;
	}
#navi_contend {
	background-color:#666666;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
}
#haup_contend{
	padding-left:15px;
	padding-top:20px;
	padding-right:20px;
	
}
#haup_contend a:link {
	text-decoration:underline;
	color:#5b7d29;
	}
	#haup_contend a:visited {
	text-decoration:underline;
	color:#5b7d29;
	}
#haup_contend a:hover {
	text-decoration:underline;
	color:#5b7d29;
	}
#haup_contend li {
	
	margin-top:10px;
}

#haup_contend_text {
	font-size:12px;
	
}
#r_box_font {
	color: #FFFFFF;
	list-style: square;
	padding-right:20px;
	font-size:12px;
}
#footer_table {
	font-size: 10px;
	color:#ffffff;
}
#footer_table a:visited, a:link {
	text-decoration:none;
	color:#ffffff;
	}
#footer_table a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#ffffff;
	}
#footer {
	background-color:#5b7d29;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	}
#footer_r {
	font-size:11px;
	font-weight:bold;
	color:#cccccc;
	height:15px;
	background: #5b7d29 url(../img/footer_rn.gif) no-repeat left bottom;
	text-transform: uppercase;
	}
#footer_r_oben {
	font-size:10px;
	font-weight:bold;
	color:#666666;
	text-transform: uppercase;
	}
#footer_r_oben a:link {
color:#666666; text-decoration:none;
}
#footer_r_oben a:visited {
color:#666666; text-decoration:none;
}
#footer_r_oben a:hover {
color:#ffffff; text-decoration:none;
}

.form_ok {
	font-size: 11px;
	background: #f1f7e1;
	border: 1px solid #CCCCCC;
	width:180px;
	z-index:-1;
}

.form_err {
	font-size: 11px;
	background: #FF9900;
	border: 1px solid #CCCCCC;
	width:180px;
}
#head_text {
	color: #FFFFFF;
	height:34px;
	padding-left:15px;
	letter-spacing: 10px;
	font: bold 20px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}
table {font-size:12px;}
.form {
	font-size: 11px;
	color: #5b7d29;
	border: 1px solid #999999;
	background-color:#E1EDC1;
}
.form_ks_ok {
	font-size: 11px;
	background: #f1f7e1;
	border: 1px solid #CCCCCC;

}

.form_ks_err {
	font-size: 11px;
	background: #FF9900;
	border: 1px solid #CCCCCC;

}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #505050;
	background-color: #E2F0D5;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 11px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
