body
{
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EDF1EB;
}

body.white_bg
{
	border-style: none;
	background-color: white;
	padding-right: 10px;
}

a, a:visited {
	font-weight: bold;
	color: #003616;
}

img
{
	border-style: none;
}
	
.content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #003616;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003616;
	margin-bottom: 0px;
	font-weight: bold;
}

.redborder
{
	border-style: solid;
	border-width: 1px;
	border-color: red;
}

.center
{
	text-align: center;
}

.centered
{
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.top
{
	vertical-align: top;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.border_all, .border_left_top_right
{
	border-color: #003616;
	border-width: 1px;
	border-style: solid;
}

.border_left_top_right
{
	border-bottom-style: none;
}

a.menuitem, a.menuitem:visited
{
	padding-left: 12px;
	padding-right: 12px;
	font-size: 14px;
	font-weight: bold;
	color: #003616;
	text-decoration: none;
}

a.menuitem:hover
{
	color: white;
}

a.submenuitem, a.submenuitem:visited
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

a.submenuitem:hover
{
	background-color: #003616;
}

#outer_center
{
	width: 100%;
	height: 100%;
}

#outer_table
{
	background-color: #FFDC92;
	width: 880px;
	height: 500px;
	padding: 0px;
}

* html #outer_table
{
	width: 900px;
}

#outer_header
{
	background-color: #FFA600;
	text-align: left;
	width: 900px;
	height: 50px;
}

#outer_content
{	
	width: 100%;
	padding: 10px;
}

#content_container
{
	width: 100%;
	padding: 10px;
	background-color: #FFDC92;
}

#main_menue
{
	background-color: #D5B87A;
	width: inherit;
	height: 28px;
	text-align: center;
	padding-top: 4px;
}

#sub_menu
{
	background-color: #9CA384;
	width: inherit;
	height: 19px;
}

html #content_main
{
	background-color: white;
	width: inherit;
	height: 350px;
}

* html #content_main
{
	height: 350px;
}

#content_main img
{
	margin: 10px;
}

#content_footer
{
	background-color: #003616;
	width: inherit;
	height: 15px;
}

#footer
{
	color: white;
	background-color: #003616;
	width: inherit;
	height: 35px;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#footer div
{
	float: left;
}

#footer .flag
{
	float: right;
	padding-left: 15px;
}

#footer a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: underline;
}

#content_main img
{
	float: left;
	padding: 0px;
}

#content_main iframe
{
	width: 560px;
	height: 300px;
	border-style: none;
}

* html #content_main iframe
{
	width: 558px;
	height: 298px;
	margin: 0px;
}

#content_main iframe.wide
{
	width: 870px;
	height: 300px;
	border-style: none;
}

* html #content_main iframe.wide
{
	width: 100%;
}

#image_inner
{
	width: 300px;
	float: left; 
	padding-left: 10px;
}

* html #image_inner
{
	width: 310px;
}

#image_inner img
{
	margin: 0px;

	float: left;
}

.heading
{
	text-align: left;
}

.menuGroup, .menuGroupCaption, .menuProduct
{
	width: 142px;
	font-family: Arial, Helvetica, sans-serif;
}

.menuGroupCaption a, .menuProductCaption a
{
	text-decoration: none;
}

.menuLevel0 a:link, .menuLevel0 a:visited, .menuLevel0 a:active, .menuLevel0 a:hover
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.menuLevel1 a:link, .menuLevel1 a:visited, .menuLevel1 a:active, .menuLevel1 a:hover
{
	color: #003616;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	
}

.menuLevel2 a:link, .menuLevel2 a:visited, .menuLevel2 a:active, .menuLevel2 a:hover
{
	color: #003616;
	font-size: 11px;
	font-weight: plain;
	padding-left: 20px;
}

.menuGroupCaption
{
	padding-top: 5px;
	padding-bottom: 5px;
}
