@font-face {
	font-family: 'fontregular';
	src: url('fonts/Lucida Sans Unicode.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	font-family: fontregular, "Lucida Grande", Tahoma, Verdana, sans-serif;
	height: 100%;
	font-size: 14px;
	color: #000;
	background: #fff;
	text-align: center;
}

.teasing_1 {
	font-size: 21px;
	letter-spacing: 3px;
	color: #89c977;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.teasing_2 {
	font-size: 14px;
	color: #89c977;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: right;
}

hr {
	background-color: #3e8140;
	height: 1px;
	color: #3e8140;
	border: #3e8140;
	margin-top: 1em;
	margin-bottom: 1em;
}

.title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1.4em;
	color: #3e8140;
	margin-bottom: 0.4em;
}

.subtitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1.2em;
	color: #3e8140;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}

.text {
	font-size: 1em;
	color: #000;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.form {
	font-family: fontregular, "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #fff;
	border: 1px solid #97c97d;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}

.form:not(:last-child) {
	margin-right: 0.3em;
}

.form_btn {
	font-size: 0.9em;
	background-color: #97c97d;
	color: #3e8140;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #97c97d;
	border-radius: 2px;
}

.form_radio {
	margin-right: 5px;
}

.form_checkbox {
	margin-right: 5px;
}

.form_select {
	font-size: 0.9em;
}

.link {
	color: #3e8140;
	text-decoration: none;
}

.tbl {
	border-collapse: collapse;
	margin-top: 1em;
	margin-bottom: 1em;
}

.tbltitle {
	text-align: left;
	border: 1px solid #fff;
	border-bottom: none;
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #3e8140;
	padding: 0 0.3em;
}

.tblsubtitle {
	border: 1px solid #fff;
	color: #3e8140;
	background-color: #97c97d;
}

.tblcolumntitle {
	text-align: left;
	border: 1px solid #fff;
	font-size: 0.9em;
	font-weight: bold;
	color: #3e8140;
	text-transform: uppercase;
	background-color: #97c97d;
	padding: 3px;
}

.tbltext {
	border: 1px solid #fff;
	font-size: 0.9em;
	color: #000;
	background-color: transparent;
	padding: 3px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.bold_italic {
	font-style: italic;
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.italic_underline {
	font-style: italic;
	text-decoration: underline;
}

.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}

.bold_italic_underline {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

th.text {
	vertical-align: top;
	text-align: left;
}

ul.text {
	margin-left: 2em;
}

ol.text {
	margin-left: 2em;
}

.image_right {
	margin-left: 1em;
	margin-right: -75px;
}

.image_left {
	margin-right: 1em;
}

.pagenavigator,
.link_btn {
	white-space: nowrap;
	font-size: 0.8em;
	line-height: 30px;
	color: #ffffff;
	background: url(../graphics/bg_btn.png) center;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	margin-right: 5px;
	border-top: 1px solid #3f6fb8;
	border-left: 1px solid #3f6fb8;
	border-right: 1px solid #1a3562;
	border-bottom: 1px solid #1a3562;
}

.pagenavigator:hover,
.link_btn:hover {
	text-decoration: none;
}

.error ul {
	list-style: none;
}

.error ul li {
	padding-left: 20px;
	background: url(../graphics/ico_error.gif) no-repeat 0px 5px;
	line-height: 2em;
	margin-bottom: 10px;
}

.footer {
	font-size: 10px;
	color: #aaa;
}

.footer a {
	text-decoration: none;
	color: #aaa;
}

.menu {
	position: absolute;
	top: 160px;
	left: 25px;
}

.menu ul {
	position: relative;
	list-style: none;
	z-index: 10;
}

.menu ul li {
	float: left;
}

.menu ul li a {
	font-size: 13px;
	line-height: 24px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 17px;
	padding-left: 3px;
}

.menu ul li a:hover {
	background-color: #3c7d43;
}

.menu ul li:hover > div {
	display: block;
}

.menu_start {
	border-left: 1px solid transparent;
}

.menu_start,
.menu_right {
	border-right: 1px solid #004b00;
}

.menu_end,
.menu_right {
	border-left: 1px solid #a4ff4e;
}

.submenu {
	position: absolute;
	width: 200px;
	display: none;
	background-color: #97c97d;
	border: 1px solid #fff;
}

.submenu ul {
	list-style: none;
}

.submenu ul li {
	background-color: #d3e3c3;
	width: 100%;
}

.submenu ul li a {
	font-size: 13px;
	line-height: 24px;
	display: block;
	color: #205b26;
}

.submenu ul li a:hover {
	background-color: #97c97d;
}
