body {
	font-family:'Lucida Grande','Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-image: url(../images/background/background.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: #41a62a;
}
* html body{ /*IE6 hack*/
  padding: 80px 0 60px 0; /*Set value to (Footer 0 Header 0)*/
}

* html #content{ /*IE6 hack*/
  height: 100%;
  width: 100%;
}

a:link {
	color: #339933;
	text-decoration: none;
}
a:hover {
	color: #339933;
}
a:visited {
	color: #00CC00;
}

#background {
  background-image: url("../images/background/kop.png");
  height:100%;
  width: 100%;
  background-repeat: repeat-y;
} 
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 100%;
}
/* --- Navigation --- */
#navigation {
  position: absolute;
  top: 80px;
  left: 25px;
  height:400px;
  width:110px;

  font-weight: bold;
  font-size: 10px;
  z-index: 10;
}
#navigation .menuoption {
  text-align: center;
  width: 110px;
  height: 17px;
  background-color: white;
  padding-top: 2px;
  margin-bottom: 8px;
}
#navigation a {
  text-decoration: none;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 2px;
  color: #00B000;
  background-color :#FFFFFF;
  display:block;
  height: 19px;
  width:160px;
}
#navigation a:hover {
  color: green;
}
#navigation .selected {
	width: 180px;
	color: black;
}
#navigation .selected a {
}
/* --- Content ---*/
#content_background {
  /* Bug in IE6 where when the window is resized the content div is placed 10px below position*/
  position: absolute;
  background-color: white;
  top: 80px;
  height: 4px;
  width: 500px;
  left: 150px;
  z-index: 0;
}
  
#content {
	position: fixed;
	top: 80px; /* Set to header height */
	left: 0;
	right: 0;
	bottom: 70;
	/*margin-bottom: 60px; /*Set to footer height */ 
  background-color: transparent;
}
#content .content_spacer {
  
  padding-top: 10px;
  padding-left: 10px;
  margin-left: 200px;
  padding-right: 10px;

  width: 480px;
  _width: 500px; /* ie6 "special" */
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  background-color: white;
}
#content .content_title{
  left: 0px;
  top: 0px;
}
#content .header_text {
  font-weight: bold;
}
#content .left_image {
  float: left;
}
#content .right_image {
  float: right;
}
/* --- Right images ---*/
#right_images {
	position: absolute;
  z-index 10;
	left: 725px;
	top: 080px;
	height: 100%;
	width: 200px;
}
#right_images img {
}
/* --- Footer --- */
#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 150px;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../images/background/gras.png);
	background-repeat: repeat-x;
}
#footer .footer_spacer {
	margin-left: 210px;
	width: 700px;
	_padding-right: 0px;
	margin-top: 45px;
}
#footer .left{
	float: left;
	margin-top: -30px;
	margin-left: -155px;
}
#footer .right{
	float: right;
	margin-top: -25px;
}
#right_images a {
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-weight: bold;
	color: #349835;
	font-size: 24px;
}
.intro {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.intro a {
	color: #349835;
	text-decoration: none;
}
td {
	font-size: 10px;
	color: #000;
}
h2 {
	font-weight: bold;
	color: #349835;
	font-size: 14px;
}

