
/*__________ RESET DEFAULTS __________ */

* {
    padding: 0;
    margin: 0;
}

ul {
    list-style:none;
    padding-left:0;
}

div#content_np ul {   
    list-style:none;
}

div#content_np ol {
    padding-left: 1.8em;
}

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

h2 {
    text-transform:uppercase;
    font-weight:normal;
}

/*__________ HTML DEFAULTS __________ */
body {
    font-family: Verdana;
    font-size:10px; 
    background: #fff;
    text-align:center;
    color:#333;
    line-height:160%;
}

a {

}

a img {
    border:none;
}

/*__________ SITE LAYOUT __________ */
div#site {
    font-size: 110%;
    width:960px;
    margin:0 auto;
    text-align:left;
}

div#top {
    height:66px;
}

a#logo {
    display:block;
    width:482px;
    height:44px;
    padding-top:8px;
    margin-left:32px;
    float:left;
}

div#quickmenu {
    float:left;    
    margin-top:20px;
    margin-left:60px;
}

div#quickmenu a {
    margin:0 4px;
}

div#header {
    position:relative;
    width:948px;
    height:160px;
    margin-left:6px;
    float:left;
    margin-bottom:12px;
}

div#header-overlay {
    position:absolute;
    top:0;
    left:0;
    width:948px;
    height:160px;
    background:url('../images/streekraad/overlay_header_.png') left top no-repeat;
}

div#header-image-1 {
    width:250px;
    height:160px;
    background:url('') left top no-repeat;
    float:left;
}

div#header-image-2 {
    width:448px;
    height:160px;
    background:url('') left top no-repeat;
    float:left;
}

div#header-image-3 {
    width:250px;
    height:160px;
    background:url('') left top no-repeat;
    float:left;
}

div#container {    
    margin:0 6px;
    clear:both;
    overflow:hidden;
    margin-bottom:50px;
}

div#contact {
    width:175px;
    background:url('../images/streekraad/contact_mid.gif') left top repeat-y;
    float:left;
    margin-right:11px;
}

div#contact .top {
    width:175px;
    height:14px;
    background:url('../images/streekraad/contact_top.gif') left top no-repeat;    
}

div#contact .bottom {
    width:175px;
    height:14px;
    background:url('../images/streekraad/contact_bot.gif') left top no-repeat;    
}

div#contact .wysiwyg {
    padding:6px 24px;
}

div#content_hp {
    width:640px;
    background:url('../images/streekraad/body_mid.gif') left top repeat-y;
    float:left;
}

div#content_hp ul {
    width:616px;
    padding:12px;
    background:url('../images/streekraad/body_top_hp.gif') left top no-repeat;
}

div#content_hp ul li {
    clear:both;
    overflow:auto;
    padding-bottom:12px;
}

div#content_hp ul li img {
    float:left;
    display:block;
    margin-right:10px;
}

div#content_hp .bottom {
    width:640px;
    height:35px;
    background:url('../images/streekraad/body_bot_hp.gif') left top repeat-y;
}

div#content_hp h3 {
    font-size:150%;
}

div#content_hp span.itemdate {
    display:block;
    margin:8px 0;
}

div#content_np_wrap {
    padding:0 10px;
    overflow:hidden;
    padding-top:10px;
}

div#content_np {
    width:640px;
    background:url('../images/streekraad/body_mid.gif') left top repeat-y;
    float:left;    
}

div#content_np .top {
    width:640px;
    height:37px;   
    background:url('../images/streekraad/body_top.gif') left top no-repeat;
}

div#content_np .bottom {
    width:632px;
    height:27px;
    padding-left:8px;
    padding-top:8px;     
    background:url('../images/streekraad/body_bot.gif') left top repeat-y;
}

div#snelnaar {
    width:110px;
    background:url('../images/streekraad/snelnaar_mid_.gif') left top repeat-y;
    float:right;
}

div#snelnaar h2 {    
    background:url('../images/streekraad/snelnaar_top_.gif') left top no-repeat;
    color:;
    font-size:120%;
    font-weight:bold;
    padding-left:6px;
    padding-top:6px;
}

div#snelnaar ul {
    background:url('../images/streekraad/snelnaar_bot_.gif') left bottom no-repeat;
    padding:8px 6px 36px 6px;
}

div#snelnaar ul li a {
    color:;
    text-transform:uppercase;
    text-decoration:none;
    font-size:90%;
}

div#snelnaar ul li a:hover {
    text-decoration:underline;
}

div#submenu {
    width:175px;
    background:url('../images/streekraad/submenu_mid_.gif') left top repeat-y;
    float:left;
    margin-right:11px;
}

div#submenu ul {
    width:175px;   
    background:url('../images/streekraad/submenu_bot_.gif') left bottom no-repeat;    
}

div#submenu ul li.first {
    width:175px;    
    background:url('../images/streekraad/submenu_top_.gif') left top no-repeat;    
}

div#crumb {
    width:530px;
    float:left;   
    color:;
    padding-left:8px;        
}

div#crumb span.kruimelspoor {
    display:block;
    padding-bottom:4px;
}

div#content_np .top {
    padding-top:10px;
}

div#content_np .top a,
div#content_np .bottom a,
div#content_hp a.more {
    color:;
    text-decoration:none;
    padding:2px;
    padding-left:0;
}

div#content_np .top .span_back {
    padding-right:10px;
    border-right:1px solid ;
    margin-right:6px;
}

div#footer {
    clear:both;    
    border-top:1px solid ;
    height:65px;
    /* background:url('../images/streekraad/logo_footer.gif') center 6px no-repeat; */
}
div#footer ul {
    padding-top:6px;
}

div#footer li {
    float:left;
}

/*__________ SEARCH __________ */
div#search {
    float:right;
    width:185px;
    height:21px;
    padding-right:18px;
    
}

div#search form {
    padding-top:20px;
}

div#search * {
    float:left;
}

div#search fieldset {
    border:none;
    height:21px;
    background:url('../images/streekraad/zoek_l.gif') left top no-repeat;
    padding-left:11px;
}

div#search fieldset legend {
    display:none;
}

div#search input.searchbox_trefwoord {
    border:none;
    background:url('../images/streekraad/zoek_m.gif') left center;
    padding-top:2px;
    height:19px;
    width:120px;
    color:#FF7200;
    font-weight:bold;
}

div#search input.searchbox_submit {    
    border:none;
    background:url('../images/streekraad/zoek_r.gif') left center;
    height:21px;
    width:45px;    
}

div#search input.searchbox_submit:hover {
    cursor:pointer;
}

/*__________ CONTENT __________ */
div#content_np h1 {
    text-transform:uppercase;
    font-size:180%;
    margin-bottom:25px;
}

div#content_np h6 {
    font-size:120%;
}

/*__________ NAVIGATION __________ */
div#navigation {
    margin-left:18px;
}

div#navigation ul li {
    float:left;
    margin-right:5px;
}

div#navigation ul li a {
    display:block;
    width:150px;
    height:22px;
    background:url('../images/streekraad/tab1.gif');
    color:#fff;
    text-decoration:none;
    font-size:130%;
    text-transform:uppercase;
    padding-top:5px;
    text-align:center;
}

div#navigation ul li.pos_2 a {
    background:url('../images/streekraad/tab2.gif');
}

div#navigation ul li.pos_3 a {
    background:url('../images/streekraad/tab3.gif');
}

div#navigation ul li.pos_4 a {
    background:url('../images/streekraad/tab4.gif');
}

div#navigation ul li.pos_5 a {
    background:url('../images/streekraad/tab5.gif');
}

div#navigation ul li.pos_6 a {
    background:url('../images/streekraad/tab6.gif');
}

div#submenu ul li {
    float:none;
}

div#submenu ul li.active {
    color:black;
}

div#submenu ul li.first {
    padding-top:8px;
}

div#submenu ul li.last {
    padding-bottom:18px;
}

div#submenu ul li a {
    display:block;
    background:none;
    color:;
    text-decoration:none;
    font-size:120%;
    font-weight:bold;
    text-transform:auto;
    padding:6px 0 0 25px;
    text-align:left;
    height:auto;
}

div#submenu ul li a:hover {
    text-decoration:underline;
}

/*__________ CMS STYLES __________ */
div#intro ul,
div#intro ol {
    margin-bottom:8px;
}

div#intro ul li {
    padding-left:14px;
    background:url('../images/streekraad/bullet_groot.gif') left 5px no-repeat;
}

div#intro ol {
    margin-left:4px;
}

p.word a,
div#intro ul li a,
div#content_np_wrap a {
    color:;
    text-decoration:none;    
}

p.word a:hover,
div#intro ul li a:hover,
div#content_np_wrap a:hover {
    text-decoration:underline;
}

/*__________ LIJSTEN __________ */
div#container ul.ul_lijst li a.lijstitem_titel {
    color:;
}

table td.resultpollcolor {
    background-color:;
}

div#content_np div.lijstitem_intro ul li,
div#content_np div#intro ul li,
div#content_np div.vervolg ul li {
    background:url('../images/streekraad/bullet_groot.gif') left 6px no-repeat;
    padding-left:12px;       
}

div#content_np div.lijstitem_intro ol,
div#content_np div#intro ol,
div#content_np div.vervolg ol {
    margin-left:2px;
}

input.verstuur_poll {
    border:1px solid ;
    background:none;
    padding:0;
    margin:6px 0;
    color:;
}

/*__________ VARIOUS __________ */
input.verstuur_poll:hover {
    cursor:pointer;
    text-decoration:underline;
}

iframe#opus {
    width:90%;
    height:500px; 
}

table#sitemaptable {
    width:100%;
}

a.archief {
    display:block;
    width:40px;
    margin-bottom:8px;
}
