body {
  margin: 0px;
  font-family: Times New Roman;
  color: #416541;
  font-size: 16px;
  font-weight: bold;
  background-color: #9DB09D;
}

#container {
  width: 1000px;
  margin: auto;
  background-image: url(../images/container_bg.jpg);
  repeat: repeat-y;
  height: 100%;
}

#header {
  width: 1000px;
}

#menu {
  text-align: left;
  width: 211px; 
  background-color: #416541;
  float: left;
  padding-left: 10px;
  color: #000;
  font-family: Verdana, Tahoma;
  font-size: 12px;
  font-weight: bold;
}

#filler {
  height: 10px;
}

#content {
  float: left;
  width: 769px;
  padding-left: 10px;
  background-color: white;
  min-height: 500px;
}

#titel {
  height: 30px;
  width: 525px;
  float: left;
  padding-top: 5px;
}

#links {
  height: 30px;
  width: 240px;
  float: left;
  text-align: right;
  padding-top: 5px;
}

#tekst {
  width: 762px;
}

.menuoptie, .menuoptie:hover { 
  padding: 2px; 
  font-family: Verdana, Tahoma; 
  font-size: 12px;
  background-color: #92C25B; 
  text-align: left; 
  cursor: default;
  color: #FFFFFF;
  font-weight: bold;
  width: 115px;
  margin-left: 35px;
  border: 2px solid white;
  margin-bottom: 2px;
}
 
.menuoptie:hover{
 cursor: pointer;
 color: #000000; 
}

#menu a, #menu a:hover {
  color: white;
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

#container img {
  padding: 0;
  margin: 0;
}

/* LINKS */
#contact a {
  color: #fff;
  text-decoration: none;
}

#contact a:hover {
  text-decoration: underline;
}

#links a {
  color: #92C25B;
  text-decoration: none;
  display: inline;
}

#links a:hover {
  text-decoration: underline;
  display: inline;
}

#content a {
  color: #92C25B;
  text-decoration: underline;
}

#content a:hover {
  color: #416541;
  text-decoration: underline;
}


img.thumb {
  border-color: #416541;
  border-style: solid;
  border-width: 2px;
  margin-right: 0px;
  margin-leftt: 0px;
}

img.thumbOver {
  border-color: #416541;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  margin-right: 1px;
  margin-leftt: 1px;
}

#content img {
  border-color:  #416541;
  margin-right: 8px;
  margin-left: 8px;
}

#gb img {
  border-color:  #fff;
  margin-right: 0px;
  margin-left: 0px;
}


.text {
 color: #000;
 font-family: Verdana, Tahoma;
 font-size: 0.8em;
}

.clear {
    clear: both;
}
