html {
  font-family: Verdana, Helvetica, Arial;
  font-size: 70%;
  margin: 0px; 
}

body {
  margin: 0px;
}

/* edit mode */

body.editmode {
  width: 100%;
  height: 100%;
}

.editmode #content {
}

.editmode #content-inner {
  height: 400px;
}

.editmode #page-content {
}

/* page: general styling */

a {
  text-decoration: none;
  color: #00aa6e;
}

a img {
  border-width: 0px;
}

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 16px;
  color: #00aa6e;
}

h2 { 
  font-size: 12px;
  color: #414e99;
}

/* menu: styling */

#menu {
  background-image: url(layouts/BackgroundMenu.png);
  background-repeat: no-repeat;
  min-height: 287px;
  width: 226px;
  margin-left: 1px;
  text-align: right;
  font-weight: bold;
  padding-top: 20px;
  padding-right: 25px;
  float:left;
  font-size: 12px;

}

#menu ul li a.selected {
  color: #e44a4d;
  font-weight: bold;
}

/* site: structure */

#page {
  position: relative;
  width: 990px;
  margin: 10px auto;
}

#page-top {
  background-image: url(layouts/BackgroundTopFull.png);
  background-repeat: no-repeat;
  height: 168px;
  width: 972px; 
  color: #fff;
}

#page-top div a {
  color: #fff;
}

#page-top img {
  margin-left: 5px;
  margin-right: 5px;
}

#page-top-logo {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 286px;
  height: 146px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}

#page-top-logo a {
  display: block;
  width: 100%;
  height: 100%;
}



#page-naw {
  position:absolute;
  font-size:13px;
  font-weight: bold;
  margin-top: 50px;
  margin-left: 450px;
}

#page-naw a{
  color: black;
}

#search {
  position:absolute;
  margin-top: 5px;
  right: 30px;
}

.button {
  margin-right: 5px;
  background-color: white;
  border: 1px solid #00aa6e;
  font-size: 11px;
  font-weight: bold;
  padding: 0px;
  color: #00aa6e;
}

.button:hover {
  border: 1px solid #e44a4d;
  color: #e44a4d;
}

.zoekveld {
  width: 100px;
  height: 12px;
  font-size: 11px;
  padding-top: 2px;
  line-height: 11px;
  color: #cccccc;
}

.active {
  color: black;
}

#hoofd-menu {
  position: absolute;
  top: 150px;
  font-weight: bold;
  left: 248px;
  width: 680px;
}

#hoofd-menu ul li {
  display: inline;
  line-height: 1.6em;  
}

#hoofd-menu ul li .selected {
  color: #ff0000;
}



#page-content {
  background-image: url(layouts/BackgroundMiddle.png);
  background-repeat: repeat-y;
  width: 972px;
  min-height: 450px;
  padding-bottom: 10px;
  padding-top: 15px;
}

#page-bottom {
  background-image: url(layouts/BackgroundBottom.png);
  background-repeat: no-repeat; 
  width: 972px;
  height: 22px;
}


#content {
  float: left;
  padding: 20px;
  width: 676px;
  overflow: hidden;
}

#content ul li {
	padding-left: 10px;
	background: url(layouts/button.gif) no-repeat left 5px;
	line-height: 1.5;
}

#content #nieuws {
  margin-left: 260px;
  margin-right: 10px;
}
#content #img-placeholder {
  float:left;
  width: 250px;
  text-align: center;
}


/* site: fixed elements */
#logo {
  display: block;
  background-image: url(layouts/logo.gif);
  background-repeat: no-repeat;
  height: 79px;
  width: 160px;
  margin: 0px auto;
  margin-top: 50px;
}

#disclaimer {
  float: left;
  padding-top: 3px;
  padding-left: 80px;
}

#intranet {
  float: right;
  padding-top: 3px;
  padding-right: 80px;
}

#disclaimer a, #intranet a {
  font-size: 12px;
  color: #ffffff;
}


#footer-message {
  position:absolute;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}

/* Google maps */

.root {
  
  width: 320px;
  float:left;
}

.editmode .root {
  height: 400px;
}

#mapsform p {
  text-align: center;
}

.maps-frontpage {
  width: 335px !important;
  height: 400px !important;
  margin-bottom: 10px !important;
  margin-right: 0px !important;
  float: right;
}

.maps-routebeschrijving {
  width: 390px !important;
  height: 480px !important;
  float: left;
  margin-bottom: 10px !important;
  margin-right: 0px !important;
}

#directions {
  margin: 0px;
  width: 250px;
  float:right;
}
/* helper classes */

.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

/* lightbox */

a.lightbox {
  display: block;
  float: left;
  width: 102px;
  height: 68px;  
  text-align: center;
  margin: 10px;
  overflow: hidden;
}

a.lightbox img {
  border: 1px solid #E5E5E5;
}

