@import url(/css/user.css);


* {
  margin:0;
  padding:0;
  list-style: none;

  }

body{
  background-color: #B87817;
  background-image: url(/pics/bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  text-align:center;
  font-family: Verdana;
  font-size: 11px;
}

div#header{
  position:relative;
  background-image: url(/pics/top.jpg);
  background-repeat: no-repeat;
  height: 162px;
}


/* div#header a{position:absolute;right:0;top:23px} */
div#footer{background: #333;color: #FFF}
div#container{width:931px;margin:0 auto;text-align:left;
/* background-image: url(/pics/tab_bg_l.jpg); */
background-image: url(/pics/tab_bg_l.jpg);
background-repeat: repeat-y;
background-position: right;
}
div#content{
  float:left;
  width:621px;
  min-height:300px;
  background-color:#FFFFFF;
  }

div#content #contentcontent{
  width: 541px;
  padding:25px;
  padding-left: 50px;
}
div#navigation{
/*  display: table; */
  float:right;
  width:310px;
  background-color:#B1C3C2;
}

#wrapper{

}

div#footer{clear:both;width:100%;height:121px;
  background-image: url(/pics/footer.jpg);
  background-repeat: no-repeat;
}


#hmenu{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
/*  border: 1px solid green; */
}
#hmenu ul{
  float: right;
  padding-top: 5px;
}
#hmenu li{
  display: block;
  float:left;
  padding-right: 20px;
  padding-left: 5px;
  }
#hmenu a{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  font-family: Arial Black, Arial;
  color: #FFFFFF;
  text-decoration: none;
}
#hmenu .normal{
  border-left: 2px solid #367A76;
}
#hmenu .active{
  border-left: 2px solid #FFFFFF;
}
#hmenu .active a{
  color: #367A76;
}

#search{
  position: absolute;
  top: 70px;
  left: 690px;
  width: 280px;
}
.zoek_input{
  position: absolute;
  top: 0px;
  width: 173px;
  border: 1px solid white;
  background-color: #B87817;
  color: #FFFFFF;
  height: 17px;
  width: 180px;
  font-weight: bold;
  font-size: 10px;
}
.zoek_bttn{
  position: absolute;
  top: 0px;
  left: 185px;
  border: 1px solid white;
  height: 17px;
  background-color: white;
  font-weight: bold;
  font-size: 10px;
  color: #B87817;
}

#tabs{
  position: absolute;
  top: 135px;
  left: 621px;
  width: 224px;
  height: 27px;
/*  border: 1px solid aqua; */
}


#nav_tab_l{
  position: absolute;
  width:310px;
  display: table;
  padding-top: 20px;
}
#nav_tab_r{
  position: absolute;
  width:310px;
  padding-top: 20px;
  display: none;
}


DIV#nav_tab_l .normal, DIV#nav_tab_r .normal{
  display: block;
  height: 45px;
  width:310px;
  vertical-align: middle;
}



DIV#nav_tab_l a, DIV#nav_tab_r a{
  display: block;
  height: 30px;
  width:310-35px;
  padding-left: 35px;
  padding-top: 15px;
  font-weight: bold;
  background-image:url(/pics/menu_bullit.gif);
  background-position: 15 18;
  background-repeat: no-repeat;
}
DIV#nav_tab_r a{
  color: #FFFFFF;
}
DIV#nav_tab_l a:hover, DIV#nav_tab_r a:hover{
  background-color: #554D3A;
  color: #FFFFFF;
}

DIV#nav_tab_l .active, DIV#nav_tab_r .active{
  background-color: #554D3A;
  color: #FFFFFF;
}


#tab_l{
  position: absolute;
  display: block;
}
#tab_r{
  position: absolute;
  display: none;
}
div#startpagina{
  float:left;
  width:621px;
  min-height:300px;
  background-color:#FFFFFF;
  }
.startpagina{
  background-image: url(/pics/startpagina.jpg);
  background-repeat: no-repeat;
  width: 601px;
  height: 331px;
  font-family:"Times New Roman", Times, serif;
  color: #FFFFFF;
}

div#startpagina #contentcontent{
  width: 566px;
  height: 220px;
  padding:25px;
}

div#startpagina h1,div#startpagina h2,div#startpagina h3,div#startpagina h4,div#startpagina h5,div#startpagina h6,div#startpagina a{
  font-family:"Times New Roman", Times, serif;
  text-decoration: none;
  font-weight: lighter;
  color: #FFFFFF;
}
div#startpagina h1{
  font-size: 30px;
}

#contentplaajeslinksplaatjes{
  float: left;
  width: 120px;
}
#contentplaajeslinks{
  float: left;
  width: 415px;
}

#contentplaajesrechts{
  float: left;
  width: 405px;
}
#contentplaajesrechtsplaatjes{
  float: right;
  width: 120px;
}


