/* BASIC STYLING */

* {
  color: #000;
  font-family: Verdana, Arial;
  line-height: 19px;
}

img {
	border: 0px;
}

html,body {
  background-image: url(../img/bg_center.gif); 
  background-color: #d4e8de;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 0;
  margin: 0; 
	height:100%; /* needed for container min-height */
} 

p, ul, ol, td, tr {
  font-size: 12px;
}

h1{
  color: #00753e;
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight:bold;
}

h2{
  color: #000;
  font-size: 13px;
  margin: 0 0 10px 0;
  font-weight:bold;
}

h2 a {
  text-decoration: none;
}

a { 
  color: #00753e;
  text-decoration: underline;
}

a:hover { 
  color: #000;
}

.input_lenght {
  width: 220px;
  font-size: 11px;
  border: 1px solid #CCC;
  padding: 4px;
  margin: 2px;
  color: #616161;
}

.input_lenght:focus {
  border: 1px solid #616161;
  color: #616161;
}

/* LAYOUT BOXES */


#container {
	position:relative; /* needed for footer positioning */
	margin:0 auto; /* center, not in IE5 */
	width:734px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
  background: url(../img/header.gif);
  width: 734px;
  height: 182px;
  text-align: left;
}

#menu {
  display: block;
  float: left;
  width: 220px;
  margin: 30px 50px 0 0;
}

#content {
  display: block;
  float: left;
  width: 440px;
  margin: 30px 20px 50px 0; 
  min-height: 420px;
  height: auto !important;
  height: 420px;
}

#footer {
	position:absolute;
	bottom:0; /* stick to bottom */
  width: 734px;
  height: 37px;
	margin: 20px 0 0 0;
}

#menu {
  display: block;
  float: left;
  width: 220px;
  margin: 30px 50px 0 0;
}

#contact {
  width: 210px;;
  text-align: right;
  margin: 50px 10px 0 0;
  color: #00753e;
}

#contact p, #contact strong { 
  color: #00753e;
}

/* IMG POSITION */

#footer_img {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 178px;  
}

#logo {
  display: block;
  position: absolute;
  left: 20px;
  top: 54px;
}

/* MENU STYLING */

#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu li {  
  display: block;
  padding: 2px;
  margin: 0 0 8px 0;
  color: #00753e;
  text-align: right;
  padding: 0px;
  background-image: url(../img/li_wit.gif);
  background-repeat: no-repeat;
  background-position: 190px;
}

#menu li.active {
  background-image: url(../img/li_groen.gif);
  background-repeat: no-repeat;
  background-position: 190px; 
}

#menu li:hover {
  background-image: url(../img/li_groen.gif);
  background-repeat: no-repeat;
  background-position: 190px; 
}

#menu li a {
  color: #00753e;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 20px;
  padding: 0 40px 0 0;
}

#menu li a:hover {
  color: #000;
}

/* HEADER MENU STYLING */

#header ul{
  float: right;
  margin: 5px 0 0 0;
  padding: 0px;
}

#header ul li {
  display: inline;
  list-style: none;
  margin: 0;
  font-size: 11px;
  color: #ccc;
}

#header ul li a {
  color: #919191;
}

#header ul li a:hover {
  color: #00753e;
}
