
/*__________ RESET DEFAULTS __________ */

* {
   padding: 0;
   margin: 0;
   -moz-box-sizing     :   border-box;
   box-sizing          :   border-box;
}

ul {
   /* padding-left: 1em;*/
    margin-left: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

/*__________ HTML DEFAULTS __________ */

body {
    margin: 0;
    padding: 0;   
    text-align: center;
}


/* start auto css */
body {
    color: #000;
    font-family: Arial;
    font-size: 10pt;
    font-size: 75%;
    line-height: 120%;
}

a {
    color: #006161;
}

a:hover {
    color: #CC0000;
}

ul.ul_lijst li a {
    color: ;
    font-weight: ;
}

#content ul,
#content ol {
    padding-left: 27px;
}

div#page_title{
  padding-bottom:20px;
}

ul.ul_lijst li.lijstitem, ul.ul_lijst li.lijstitem_bullet{
   padding-left:0px;
}

h6,div#home_header,div#page_title,div#page_title a,div#page_title a:hover {
  color:#CB0101;
  font-size:120%;
  font-weight:bold;
}
div#page_title a,div#page_title a:hover{
   text-decoration:none;
}
h6.rubriektitel {
    color: ;
    font-family: ;
    font-weight: ;
}

span.kruimelspoor {
}

/* end auto css */

table {
    font-size: 100%;
}

div#content table,
div#content iframe,
div#content form {
    _width: 520px;
}


/*__________ SIMSITE DEFAULTS __________ */

ul.ul_lijst li a {
}

h6.rubriek {
}

h6.rubriek a {
}

div#rubrieken_wrap {
    width: 100%;
}


/*__________ WEBSITE __________ */

div#globalWrapper {
    margin: 0px auto;
    text-align: left;
    width: 990px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-height: 600px;
    _display: table;
    _height: 600px; 
}

div#header {
    background:transparent url(../images/internet/header.jpg) top left no-repeat;
    width: 990px;
    height: 183px;
    position: absolute;
    top:0px;
    left:0px;
    border-right: 1px #E1E1E1 solid;
    border-left: 1px #E1E1E1 solid; 
}

div#header_intranet {
    background:transparent url(../images/intranet/header_intranet.jpg) top left no-repeat;
    width: 990px;
    height: 183px;
    position: absolute;
    top:0px;
    left:0px;
    border-right: 1px #E1E1E1 solid;
    border-left: 1px #E1E1E1 solid; 
}

div#header_extranet {
    background:transparent url(../images/extranet/header.jpg) top left no-repeat;
    width: 990px;
    height: 183px;
    position: absolute;
    top:0px;
    left:0px;
    border-right: 1px #E1E1E1 solid;
    border-left: 1px #E1E1E1 solid; 
}

 div#welkom{
     position:absolute;
     left:200px;
     top:35px;
     width:730px;
     height:50px;
     font-size:190%;
     color:#FFFEFF;
     font-weight:bold;
     text-align:right;
     padding-top:5px;
 }
 
div#welkom a,div#welkom a:hover{
    color:#FFFEFF;
    text-decoration:none;
}

div#content {
    background:transparent url(../images/background.gif) repeat-y;
    position:absolute;
    top:207px;
    left:0px;
    width:990px;
    padding-left: 235px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 200px;
    min-height: 400px;
    _height: 400px; 
    border-bottom: 1px #E1E1E1 solid; 
}

div#search {
    width: 160px;
    height: 29px;
    position: absolute;
    left: 0px;
    top: 140px;
    border: 1px solid #ccc;    
}

div#search form#searchformsite input#keyword {
    width: 100px;
}

div#search form#searchformsite input#submit {
    background: url(../images/but_zoek.gif) top left no-repeat;
    border: none;
    width: 50px;
}

div#address {
    color: #204D48;
    padding: 40px 10px 10px 10px;
    background:#E1F3F3;
    width:200px;
    font-size:90%;
    border-right: 1px #E1E1E1 solid;
    border-left: 1px #E1E1E1 solid; 
}


/*__________ WEBSITE NAVIGATIE __________*/

div#quickmenu {
    position: absolute;
    left: 240px;
    top: 165px;
    _top: 163px;
    width: 750px; 
    height:20px;
}

div#quickmenu  a {
    text-decoration: none;
    font-weight:bold;
    color:#EEF6F9; 
    height:20px;
    padding-top:3px;  
}

span.quickmenu_spacer {
    background: url(../images/internet/border_quickmenu.gif) 8px 6px no-repeat;
    width: 16px;
    height: 20px;
    padding-left:7px;
    padding-right:8px;
}

div#secondline_left{
     position:absolute;
     height:24px;
     width:201px;
     left:0px;
     top:183px;
     border-left: 1px #E1E1E1 solid;
     border-right: 1px #E1E1E1 solid;
     background-color:#E9FBFB;
}

div#secondline_right{
     position:absolute;
     height:24px;
     width:789px;
     left:201px;
     top:183px;
     border-bottom: 1px #E1E1E1 solid;
     background-color:#E9FBFB;
     padding-left:40px;
     padding-top:5px;
     font-size:90%;
     color:#000 !important;
}

div#secondline_right a,div#secondline_right a:hover{
    color:#000;
    text-decoration:none;
    font-weight:normal;
}

div#navigation {
    position: absolute;
    left: 0px;
    top: 207px;
    width: 200px;
    z-index: 20;
}

div#navigation ul {    
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#navigation ul li {
     position:relative;
     background:#016160 url(../images/internet/bullet_mainmenu_off.gif) 9px 8px no-repeat;
     border-top:1px #BFE5E6 solid;     
     padding:0;
     margin:0;
     border-bottom:1px solid #016160;
}

div#navigation ul li.eerst {
    border-top: 2px solid #cc0001;
}

.eerste{
     border-top:none !important;
}

div#navigation ul li ul {
    position:absolute;
    left:200px;
    top:0;
    width:200px;
    border:1px #018788 solid;
    border-left:none;
}

div#navigation ul li ul li {
     background:#B0D2D1;
     border-top:1px solid #B0D2D1;     
     _height:22px;
     min-height:22px;
     border-bottom:1px solid #018788;
} 

div#navigation ul li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 200px;
    color:#FFF;
    padding-left:30px;    
    padding-top:5px;
    padding-bottom:5px;    
}

div#navigation ul li ul li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 200px;
    color:#00615E;
    padding-left:30px;
    _height:22px;
    min-height:22px;
    padding-top:5px;
    padding-bottom:5px; 
}


div#navigation ul li a:hover {
    margin-bottom:0;    
}

div#navigation ul li ul li a:hover {   
   color:#FFF;
}

div#navigation ul li a.item_nonactive {
}

div#navigation ul li a.item_active {
    background:#CC0001 url(../images/internet/bullet_mainmenu_off.gif) 9px 8px no-repeat;
}

div#navigation ul li ul li a.subitem_nonactive {
}

div#navigation ul li ul li a.subitem_active {
  background:transparent;
  color:#FFF;   
}

div#rightbar {
    position: absolute;
    left: 806px;
    top: 207px;
    width: 183px;
    z-index: 20;
    border-top: 2px solid #cc0001;  
}

div#direct_naar{
   color:#FFF;
   background-color:#016160 ;
   font-weight:bold;
   height:27px;
   width:100%;
   padding:5px 0px 0px 15px;
}

div#jarig_title{
   color:#FFF;
   background-color:#016160 ;
   font-weight:bold;
   height:27px;
   width:100%;
   padding:5px 0px 0px 15px;
   
}

div#jarig_item{
    padding: 15px 15px 20px 15px;
    background-color:#E3F3F3;
       
}
div.jarig_person{
  padding: 2px 0px 2px 0px;
}

div#koppelcontent{
  width:100%;
  padding-top:5px;
  background-color:#E3F3F3;
}

div#koppelcontent div.koppelstuk{
   background:#E3F3F3 url(../images/internet/bullet_linkbox.gif) 9px 8px no-repeat;
   height:27px;
   padding-left:30px;
   padding-top:5px;
}

div#koppelcontent div.koppelstuk a{
   color:#016160; 
   font-weight:bold;
   text-decoration:none;  
} 

div.gemeente_item{
    padding-top:20px;
}

div.gemeente_title {
  font-size:110%;
  color:#006162;
  font-weight:bold;
}

div.gemeente_title em {
  font-size: 80% !important;
  color:#000000;
  font-weight:normal;
  font-style: normal;
}

div.gemeente_title a{
  text-decoration:none;
}

div.gemeente_title a:hover{
   color:#CB0101;
}

div.gemeente_text{
   padding-top:5px;
}

div#button_up{
    position:absolute;
    left:740px;
    bottom:10px;
    width: 65px;
}

div#button_back{
    position:absolute;
   left:740px;
   top:10px;
}

li.lijstitem_bullet a.lijstitem_titel {   
   margin-left: 10px !important;   
}


div#waalre_intranet a {
    width: 200px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
}
