.background
{
	width: 100%;
	min-height: 721px;
	background: url("../img/01/background.gif") repeat-x 0 0;
}

.background3eLaag
{
	width: 100%;
	min-height: 721px;
	background: url("../img/01/background3e.gif") repeat-x 0 0;
}

a
{
	text-decoration: underline;
	color: #349F00;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #349F00;
}

input 
{
	color: #000000;
	height: 15px;
}

input.checkbox, input.radio
{
	border: 0px;
	background: transparent;
}

textarea
{
	float: left;
}

option
{
	color: #000000;
}


/*===============================================================================================*/

/*===============================================================================================*/
/* MAIN Header classes */
/*===============================================================================================*/
.shadowHeaderLeft, .shadowHeaderRight, .shadowHeaderLeftNo, .shadowHeaderRightNo
{
	width: 20px;
	height: 207px;
	background: url("../img/01/shadowGreenLeft.gif") no-repeat 0 0;
	float: left;
}

.shadowHeaderRight
{
	background: url("../img/01/shadowGreenRight.gif") no-repeat 0 0;
}

.shadowHeaderLeftNo, .shadowHeaderRightNo
{
	height: 127px;
}

.shadowHeaderLeftNo
{
	background: url("../img/01/shadowGreenLeft127.gif") no-repeat 0 0;	
}

.shadowHeaderRightNo
{
	background: url("../img/01/shadowGreenRight127.gif") no-repeat 0 0;	
}

.header
{
	width: 900px;
	height: 207px;
	background: url("../img/01/header01.jpg") no-repeat 0 0;
	float: left;
}

.headerNoImg
{
	width: 900px;
	height: 127px;
	background: url("../img/01/header3eLaagGreen.jpg") no-repeat 0 0;
	float: left;
}

.tabBottomBackground
{
	background: #3EBD00;	
}
/*===============================================================================================*/

/*===============================================================================================*/
/* MAIN Content classes */
/*===============================================================================================*/
.contentBg
{
	width: 920px;
	background: url("../img/01/bgArticles.gif") no-repeat 0 right;
	float: left;
}

.menu a
{
	width: 192px;
	padding: 7px 5px 6px 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
	background: #3DBB00 url("../img/01/bgMenuItem.gif") repeat-x 0 0;
	float: left;
}

a.mainLoc
{
	color: #606060;
}

.menu a:hover
{
	color: #216400;
}
.menuLine
{
	width: 210px;
	height: 1px;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
}

.menuSub
{
	width: 210px;
	background: #FFFFFF;
	float: left;
}

.menuSub a
{
	padding: 7px 5px 6px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #606060;
	text-decoration: none;
	background: #FFFFFF;
	float: left;
}

.menuSub a:hover, a.loc
{
	background: url("../img/01/bgSubMenu.gif") repeat-y 0 0;
}

.menuSubLine
{
	width: 210px;
	height: 1px;
	overflow: hidden;
	background: url("../img/01/menuSubLine.gif") no-repeat 0 0;
	float: left;
}

.itemTitle, a.itemTitle
{
	margin: 5px 0 10px 0;
	width: 590px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #349F00;	
	text-decoration: none;
	float: left;
}

a.itemTitle:hover
{
	color: #606060;	
}

.mainNav
{
	float:left;
}

.mainNav a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #606060;
	text-decoration: none;
	float: left;
}

.mainNav a:hover
{
	color: #3EBD00;
}
/*===============================================================================================*/