/* CSS Document */
body {
	background-color: white;
	color: black;
	/* scrollbar-base-color: #6D980F;
	scrollbar-track-color: #BECC86; */
	margin: 0; padding: 0;
	text-align: left;
	font-size: 11px;
	}
#content {
	width: 100%;
	background: white url("images/bgleft.gif") repeat-y top left;
	color: black;
	margin: 0; padding: 0;
	text-align: left;
	}
#main {
	margin: 0 0 0 150px;
	padding: 0;
	}
#main_content {
	margin: 10px 10px 0 10px;
	padding: 0 0 10px 0;
	}
#menubar {
	position: absolute;
	width: 150px; left: 0; top: 0;
	margin:0; padding: 0;
	}
#menubar_content {
	margin: 0; padding: 0;
	}
body.menuframe {
	background: #6D980F /* url("images/logowww_v.gif") no-repeat fixed left bottom */;
	margin: 15px 5px;
	text-align: center;
	}
#menu {
	position: relative; top: 30px; left: 0px;
	}
#menufooter {
	position: absolute; left: 0px; bottom: 5px; width: 150px;
	text-align: center;
	}
.menuframe ul {
	margin: 0; padding: 0;
	}
.menuframe ul ul {
	margin: 0 0 10px 0; padding: 0;
	}
.menuframe li {
	list-style-type: none;
	list-style-image: none;
	margin: 0; padding: 0;
	}
.menuframe ul li a {
	display: block; height: 1.7em; margin: 0px; padding: 0 0 0 10px;
	font-family: Verdana, sans-serif; font-size: 11px; font-weight: bold; font-variant: small-caps;
	text-align: left; color: white; text-decoration: none !important;
	}
.menuframe ul ul li a {
	padding: 0 0 0 3em; font-size: 10px; font-variant: normal;
	}
.menuframe a:link {
	color: white;
	}
.menuframe li a:visited {
	color: white;
	}
.menuframe li a:hover {
	background-color: #BECC86;
	color: black;
	}
.menu_hide {
	display: none;
	}
.menu_show {
	display: block;
	}
body.mainframe {
	background-color: white;
	text-align: center;
	}
.mainframe table {	
	position: relative;
	height: 70%; width:650px;
	margin: auto;
	}
.mainframe table td {	
	vertical-align: middle;
	text-align: center;
	}
body.sitemap {
	background-color: white;
	}
.sitemap ul {
	margin: 0; padding: 0;
	}
.sitemap ul ul {
	margin: 0 0 10px 0; padding: 0;
	}
.sitemap li {
	list-style-type: none;
	list-style-image: none;
	margin: 0; padding: 0;
	}
.sitemap ul li a {
	display: block; height: 1.7em; margin: 0px; padding: 0 0 0 10px;
	font-family: Verdana, sans-serif; font-size: 11px; font-weight: bold; font-variant: small-caps;
	text-align: left; color: black; text-decoration: none !important;
	}
.sitemap ul ul li a {
	padding: 0 0 0 4em; font-size: 10px; font-variant: normal;
	}
.sitemap ul ul ul li a {
	padding: 0 0 0 8em; font-size: 10px; font-weight: normal; font-variant: normal;
	}
.sitemap ul ul ul ul li a {
	padding: 0 0 0 12em; font-size: 10px; font-weight: normal; font-variant: normal;
	}
.sitemap li a:hover {
	background-color: #BECC86;
	color: black;
	}
.sitemap a:hover img {
	position: relative; top: 1px; left: 1px;
	}
body.popup {
	margin: 10px; padding: 0;
	}
/* =============================== */
abbr, acronym {
	cursor: help;
	color: maroon;
	}
hr {
	border: 1px inset green;
	}
p {
	font-family: Verdana, sans-serif;
	color: black;
	line-height: 133%;
	text-align: justify;
	}
p:first-letter {
	font-family: sans-serif;
	font-size: 130%;
	font-weight: bold;
	}
table {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	line-height: 133%;
	}
th {
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
	font-weight: bold;
	}
td {
	vertical-align: top;
	text-align: left;
	}
col.firsta {
	width: 130px;
	}
col.first {
	width: 200px;
	}
thead {
	font-size: 12px;
	font-weight: bolder;
	}	
table.view {
	width: 100%;
	margin: 10px 0;
	border-spacing: 0px;
	border: 1px dotted #6D980F;
	}
table.view thead th, table.view thead td {
	background-color: #BECC86;
	color: black;
	vertical-align: middle;
	font-family: sans-serif;
	font-weight: bolder;
	}
table.view thead th {
	text-align: center;
	}
table.view tbody tr > td:first-child {
	text-align: center;
	}
table.view tbody td img {
	margin: 4px 0px;
	}
table.data {
	width: 100%;
	border-spacing: 2px;
	font-size: 11px;
	}
table.data caption {
	font-weight: bold;
	text-align: left;
	}
table.data thead th, table.data thead td {
	background-color: #E1E1E1;
	color: green;
	font-size: 12px;
	font-weight: bolder;
	}
table.data tbody {
	background-color: #F5F5F5;
	}
table.data th, table.data td {
	padding: 2px;
	}
table.data td {
	text-align: center;
	}
table.download {
	width: 100%;
	border-spacing: 1px;
	font-size: 9px;
	}
table.download caption {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
table.download thead th, table.download thead td {
	background-color: #E1E1E1;
	color: green;
	font-size: 9px;
	font-weight: bold;
	}
table.download tbody, table.download tfoot {
	background-color: #F5F5F5;
	}
table.download th, table.download td {
	padding: 2px;
	font-weight: normal;
	}
table.download td {
	text-align: center;
	}
table.download tfoot td, table.download tfoot th {
	color: olive;
	}
table.eshop {
	clear: both;
	width: 100%;
	border-spacing: 0 1px;
	font-size: 11px;
	border-top: 1px solid #BECC86;
	border-bottom: 1px solid #BECC86;
	background-color: #BECC86;
	}
table.eshop.auto {
	clear: none;
	width: auto;
	}
table.eshop caption {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
table.eshop thead th, table.eshop thead td {
	background-color: #E1E1E1;
	color: green;
	font-size: 11px;
	font-weight: bolder;
	}
table.eshop tbody, table.eshop tfoot {
	background-color: #F5F5F5;
	}
table.eshop th, table.eshop td {
	margin: 0; padding: 0 2px;
	border-bottom: 1px solid white;
	}
table.eshop td {
	text-align: left;
	}
table.eshop td.right {
	text-align: right;
	width: 90px;
	}
table.eshop tfoot td {
	color: olive;
	font-size: 9px;
	}
table.eshop form {
	margin: 0; padding: 0;
	}
table.eshop input.submit {
	background-color: #6D980F;
	color: white;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	}
table.eshop input.submit:hover {
	background-color: #BECC86;
	color: black;
	}
table.data tr:hover, table.download tr:hover, table.eshop tr:hover {
	background-color: #E1E1E1;
	}
ol, ul {
	font-family: Verdana, sans-serif;
	line-height: 133%;
	}
li {
	list-style-image: url("images/ico_arrow.gif");
	}
a[hreflang] {
	padding-right: 12px;
	background: transparent none no-repeat right top;
	}
a[hreflang=en] {
	background-image: url("images/ico_linken.gif");
	}
a:link	{
	font-family: Verdana, sans-serif;
	color: blue;
	text-decoration: underline;
	}
a:visited	{
	font-family: Verdana, sans-serif;
	color: navy;
	text-decoration: underline;
	}
a:hover	{
	font-family: Verdana, sans-serif;
	color: #FF1100;
	text-decoration: none;
	background-color: transparent;
	}
a:hover img {
	position: relative; top: 2px; left: 2px;
	}
a.nouline {
	text-decoration: none !important;
	font-variant: small-caps;	
	}
h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, sans-serif;
	color: green;
	padding: 5px 10px;
	}
h1, h2 {
	font-size: 1.5em;
	margin: 0.6em 0;
	background: #6D980F url("images/logowww.gif") no-repeat right;
	color: white;
	}
h1 .note, h2 .note	{
	font-size: 0.67em;
	}
h3 {
	font-size: 1.2em;
	font-variant: small-caps;
	margin: 1em 0;
	background-color: #BECC86;
	color: black;
	border-top: 1px solid #6D980F;
	border-bottom: 1px solid #6D980F;
	}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
	background-color: #BECC86;
	color: black;
	}
h5 {
	font-size: 0.9em;
	margin: 1.67em 0;
	}
h6 {
	font-size: 0.8em;
	margin: 0 0 2em 0;
	padding: 0;
	}
p.sfont {
	font-size: 9px;
	}
p i b {
	font-weight: bolder;
	}
img {
	border: 0;
	}
img.fleft {	
	float: left;
	margin: 5px 7px;
	}
img.fright {	
	float: right;
	margin: 5px 7px;
	}
img.big {	
	float: left;
	margin: 30px 10px;
	}
.counter	{
	visibility: hidden;
	}
.paragraph {
	margin: 25px 0;
	}
.centerblock {
	margin: auto;
	}
.center {
	text-align: center;
	}
.left	{
	text-align: left;
	}
.right	{
	text-align: right;
	}
.top {
	vertical-align: top;
	}
.bottom {
	vertical-align: bottom;
	}
.linethrough {
	text-decoration: line-through;
	}
.floatclear {
	clear: both;
	}
a.button, a:visited.button {
	display: block; margin: 0 10px 0 0; padding: 2px;
	width: 80px;
	background-color: #6D980F;
	color: white;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	border: 2px outset #BECC86;
	float: left;
	}
a:hover.button {
	background-color: #BECC86;
	color: black;
	border: 2px inset #6D980F;
	}
input.reset {
	background-color: #BECC86;
	color: black;
	}
input.reset:hover {
	cursor: pointer;
	}
input.submit {
	background-color: #6D980F;
	color: white;
	}
input.submit:hover {
	cursor: pointer;
	}
#logo {
	text-align: right;
	}
#footer {
	clear: both;
	font-size: 9px;
	margin-top: 5em;
	border-top: 2px solid green;
	}
#footer img {
	float: right;
	margin-left: 10px;
	}
#googlecse {
	clear: both;
	margin: 0; padding: 0;
	text-align: right;
	}
#googlecse form {
	margin: 0; padding: 0;
	}

@media print {
	body {width: auto;}
	h1, h2, h3, h4, h5, h6 {page-break-after: avoid; page-break-inside: avoid;}
	blockquote, pre {page-break-inside: avoid;}
	ul, ol, dl {page-break-before: avoid;}
	table.download, #footer {display: none;}
	}
