html {
  background:#efefef url(../images/layout/bg.gif) repeat-x;
}

body {
  margin:0 auto;
  padding:20px 0 0 0;
  width:750px;
  background:url(../images/layout/bottombg.gif) repeat-x bottom left;
  position:relative;
}

body#popup {
  background-color:#fff;
  padding:10px 10px 70px 10px;
  width:auto;
  min-height:150px;
}
* html body#popup {
  height:150px;
}

#logo {
  display:block;
  width:202px;
  height:37px;
  margin: 0 0 0 17px;
  padding: 5px 0 0 0;
  background:url(../images/layout/logo.gif) left bottom no-repeat;
}
#logo img {
  display:none;
}

#navcontainer {
  margin-top:27px;
  height:133px;
}

#navcontainer #nav {
	position: relative;
}

#navcontainer h1 {
  margin:0;
  display:block;
  width:750px;
  height:100px;
  text-indent:-10000px;
  background:url(../images/layout/remindohead.gif) no-repeat;
}

#headerimg {
	width: 750px !important;
	height: 100px !important;
	position: relative;
	z-index:0;
}
#headerimg .slideElement {
  height:100px;
  left:0px;
  top:0px;
  width:750px;
}


#contentcontainer {
  background:#fff url(../images/layout/contentbg.gif) repeat-y;
  padding:0 1px;
}
#content {
  float:left;
  padding:0px 27px 30px 30px;
  width:434px;
  min-height:400px;
}
* html #content {
  height:400px;
  width:431px;
}

h1.toptitle {
  background:#d6fad3;
  margin:17px -27px 10px -15px;
  padding:5px 0 0 15px;
  height:28px;
  border-bottom:1px solid #b1e6ad;
}

#sidebar {
  float:right;
  width:227px;
  padding:0 20px 40px 10px;
  background:url(../images/layout/sidebarbg.gif) repeat-x;
}

#sidebar h2 {
  margin:15px 0 10px -10px;
}

#sidebar h2 a:link, #sidebar h2 a:visited {
  background:#078b00 url(../images/layout/barbg.gif) no-repeat;
  display:block;
  padding:12px 0 0 10px;
  height:27px;
  color:#fff;
  font-size:14px;
  line-height:14px;
}
#sidebar p {
  margin:0 0 5px 0;
}
#sidebar h3 {
  margin:10px 0 3px 0;
}
#sidebar h3 a:link, #sidebar h3 a:visited {
  color:#000;
}
#sidebar em {
  color:#333;
  display:block;
  font-size:9px;
  margin:0 0 3px 0;
}
#rssblock {
  display:block;
  background:#078b00 url(../images/layout/barbg.gif) no-repeat;
  margin:10px 0 10px -10px;
  padding:10px 0 0 10px;
  height:29px;
  color:#fff;
  font-weight:bold;
  font-size:10px;
}
#rssblock a:link img, #rssblock a:visited img {
  margin-bottom:-3px;
}
#standaarden {
  display: block;
  background: url(../images/layout/remindo_standaarden.gif) no-repeat;
  margin: 22px 0 10px -10px;
  padding: 0;
  height: 46px;
}

.layoutfix {
  clear:both;
  font-size:1px;
  line-height:1px;
}

#footer {
  height:45px;
  padding:25px 10px 0 10px;
}
#footer a:link, #footer a:visited {
  padding-left:8px;
  background:url(../images/layout/footerlink.gif) no-repeat 0px 4px;
  color:#fff;
    font-size:10px;
}
#footer a:hover {
  color:#ccc;
}
#footer .footerleft {
  float:left;
}
#footer .footerright {
  float:right;
}