html {
  background-color: #909496;
  background: #c4ccd7 url(../images/layout/html_bg.gif);
  text-align: center;
}

body {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative;
  width: 980px;
}


body#without_banners {
  width: 852px !important;
}

body#without_banners #banners_top .last {
  /* er moet nog voor gezorgd worden dat de bovenste banners nog passen wanneer de rechterkant verdwijnt */
  display: none;
}

body#without_banners #banners_right {
  display: none;
}

body#without_banners #sidebar {
  margin-right: 0;
}



body.widecontent #banners_right {
	display: none;
}
body.widecontent #content {
  width: 610px;
}

body.widecontent #header_shadow {
  background-image:url(../images/layout/header_shadow_wide.gif);
}
body.widecontent #content_container {
  background-image:url(../images/layout/content_container_bg_wide.gif);
}



#content_container {
  background: transparent url(../images/layout/content_container_bg.gif) repeat-y;
  margin-bottom: 5px;
}

/***********[BANNERS_TOP]***********/

#banners_top {
  height: 100px;
  margin: 6px 0;
}

#banners_top a {
  background-color: #d7d8d8;
  float: left;
  padding: 6px;
  margin-right: 17px;
}

#banners_top a.last {
  margin-right: 0;
}

/***********[/BANNERS_TOP]***********/


/***********[HEADER]***********/

#header_shadow {
  padding-bottom: 16px;
  background: transparent url(../images/layout/header_shadow.gif) repeat-x left bottom;
}

#header {
  background: #738294 url(../images/layout/header_bg.jpg) no-repeat right top;
  height: 81px;
  position: relative;
}

#header #logo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 319px;
  height: 81px;
  background: transparent url(../images/layout/logo.jpg) no-repeat;
}

#header #logo img{
  display:none;
}


#header ul {
  display:block;
  margin:0;
  position: absolute;
  bottom: 18px;
  right:0;
  width:480px;
}
#header ul li {
  float:left;
}

#header ul li a:link, #header ul li a:visited {
  display:block;
  padding:0px 10px 0px 20px;
  background-color: #f7df39;
  border: 1px solid #000;
  background-position: 6px center;
  background-repeat: no-repeat;
}

#header ul li.hl1 a {
  background-image: url(../images/layout/header_link_1.gif);
}
#header ul li.hl2 a {
  background-image: url(../images/layout/header_link_2.gif);
}
#header ul li.hl3 a {
  background-image: url(../images/layout/header_link_3.gif);
}

/***********[/HEADER]***********/


/***********[MIDDLE]***********/

/***********[NAVIGATION]***********/

#navigation {
  background-color: #eef0f1;
  width: 154px;
  margin-right: 5px;
  float: left;
}

#navigation ul, #navigation ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation ul {
  margin-top: 10px;
}
#navigation ul.last {
  margin-top: 40px;
}
#navigation li {
  padding: 0;
  margin:0;
  z-index: 15;
  background: none;
}
#navigation ul li a:link, #navigation ul li a:visited {
  display: block;
  height: 18px;
  line-height: 18px;
  padding: 0 0 0 8px;
  color: #738294;
  font-size: 10px;
}

#navigation ul li a:hover, #navigation ul li.active a:link, #navigation ul li.active a:visited {
  color: #fff;
  background: #738294 url(../images/layout/li_hover.gif) repeat-x left bottom;
}

#navigation ul li ul li a:link, #navigation ul li ul li a:visited,
#navigation ul li.active li a:link, #navigation ul li.active li a:visited {
  background: transparent url(../images/layout/li_li_active.gif) no-repeat 5px 7px;
  color: #738294;
  padding: 0 0 0 15px !important;
}

#navigation ul ul {
  display: none;
  margin: 0px 0 5px 0;
  padding: 2px 0 2px 4px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color:#fff;
}
#navigation ul li.active ul {
  display: block;
}
#navigation ul li ul li a:hover {
  color: #2f2f2f;
}
#navigation ul ul ul {
  margin:0;
  border:none;
  padding: 2px 0 2px 12px;
}
#navigation ul ul li.active li a:link, #navigation ul ul li.active li a:visited {
  color:#738294;
}
#navigation ul ul li.active a:link, #navigation ul ul li.active a:visited {
  color:#000;
}
#navigation ul ul ul li.active a:link, #navigation ul ul ul li.active a:visited {
  color:#000 !important;
}

#navigation ul a.profile_active:link,
#navigation ul a.profile_active:visited {
    background: #f7df39 !important;
    border-bottom: 1px #130074 solid;
    border-top: 1px #130074 solid;
    color: #0c0049 !important;
}

/***********[/NAVIGATION]***********/

/***********[CONTENT]***********/

#content {
  background-color: #fff;
  width: 487px;
  margin-right: 5px;
  float: left;
  padding: 0 5px 40px 5px;
  min-height:900px;
}

* html #content {
	height:900px;
}

#content_popup {
  background-color: #fff;
  width: 487px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  padding: 0 5px 0 5px;
}
#breadcrumbs {
  height: 30px;
}
#breadcrumbs, #breadcrumbs a:link, #breadcrumbs a:visited {
  color: #738294;
  font-size: 10px;
}
#breadcrumbs a:hover {
  color:#000;
}

#content .banners_center {
  background-color: #e3e3e3;
  text-align: center;
  padding: 30px 0;
  margin: 20px 0 10px 0;
}

/***********[/CONTENT]***********/

/***********[SIDEBAR]***********/
#sidebar {
  background-color: #eef0f1;
  width: 190px;
  margin-right: 5px;
  float: left;
}

#sidebar #opzoek {
  background-image: url(../images/layout/janine.jpg);
  width: 190px;
  height: 141px;
  display: block;
  margin-top: -6px;
  position: relative;
  z-index: 15;
}

#sidebar .block {
  background: transparent url(../images/layout/block_bg.gif) repeat-x left bottom;
  margin: 20px 9px 0 9px;
  padding: 0 0 1px 0; /* 0px padding zit ie gelijk op de text.. 1px padding zit ie 10px er vandaan opeens :S */
}

#sidebar h3 {
  color: #0c0049;
  font-size: 12px;
  margin: 10px 0 5px 0;
}


#sidebar .inputtext {
  width: 166px;
}
#sidebar .submit {
  margin: 5px 0 0 0 !important;
}

#sidebar .frmlabel {
  width: 166px !important;
  color: #738294 !important;
  font-size: 10px !important;
  line-height: 12px;
  margin-bottom: 8px;
}

/***********[/SIDEBAR]***********/

/***********[BANNERS_RIGHT]***********/

#banners_right {
  width: 120px;
  float: left;
  overflow: hidden;
}

#banners_right a {
  margin-bottom: 15px;
  display: block;
}

/***********[/BANNERS_RIGHT]***********/

/***********[/MIDDLE]***********/

/***********[FOOTER]***********/

#footer {
  background: #738294 url(../images/layout/footer_bg.gif) repeat-x left bottom;
  position: relative;
  padding:14px 0 40px 0;
  clear: both;
}

#footer #logo_footer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 174px;
  height: 51px;
  background: transparent url(../images/layout/logo_footer.jpg) no-repeat;
}

#footer div {
	padding-left:200px;
	text-align:right;
	color:#fff;
	padding:0 10px 5px 0;
}

#footer ul {
  text-align:right;
  margin: 0;
}

#footer ul li {
  display: inline;
  margin: 0 10px 0 0;
}

#footer a:link, #footer a:visited {
  color: #fff;
  font-size: 10px;
  text-decoration: underline;
  font-weight: normal;
}
#footer a:hover {
	text-decoration: none;
}

/***********[/FOOTER]***********/

a.submit:link, a.submit:visited {
  border: 1px solid #000;
  background: #f7df39 url(../images/layout/button_bg.gif) no-repeat left center;
  font-size: 10px;
  text-align:center;
  padding: 0 5px 2px 24px;
  font-weight: bold;
  margin: 0 0 0 10px;
  line-height: 13px;
}

a.submitblue:link, a.submitblue:visited {
    background-color: #bbccff;
    font-size: 18px;
    line-height: 26px;
}

a.submitgreen:link, a.submitgreen:visited {
    background-color: #00a652;
    font-size: 18px;
    line-height: 26px;
}

a.submityellow:link, a.submityellow:visited {
    font-size: 18px;
    line-height: 26px;
}

.rightalign {
    float:right;
}

.layoutfix {
  font-size:1px;
  line-height:1px;
  clear:both;
}
