@import url("reset.css");

/*----------------------------------------------------------------
    EDIT in PLACE
----------------------------------------------------------------*/
.editinplace_buttons {
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 5;
}

.editinplace img {}

.editinplace {
    float: left;
    margin: 0 10px 0 0;
}
/*----------------------------------------------------------------
    Algemene CSS
----------------------------------------------------------------*/
html, body, form {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {margin: 0; padding: 0; font-weight: normal;}
li, dd, blockquote {margin-left: 12px;}
input, select, textarea {font-family: inherit; background-color: #FFF; border: #999 1px solid;}
a img {border: none;}

body {background: #fff url(../images/jpf_bg.png) left top repeat-x; font-family: arial, verdana, sans-serif; font-size: 13px;  color: #666; text-align: center;}

h1,h2,h3,h4,h5 {
    font-family: arial, verdana, sans-serif;
}

h1 {
    font-size: 24px;
    color: #999;
    margin-bottom: 5px;    
}

h2 {
    font-size: 18px;
    color: #999;
    margin-bottom: 5px;
}

p {line-height: 17px;margin-bottom: 10px;}


a {color: #1A8737; text-decoration: none;}
a:hover {color: #1A8737; text-decoration: underline;}

.floatBuster {
    clear: both;
    display: block;
    font-size: 0;
    height: 5px;
    line-height: 0;
}

.newline {
    clear: both;
    display: block;
    float: left;
    height: 10px;
    width: 100%;
}
/*----------------------------------------------------------------
    Body
----------------------------------------------------------------*/
#main {
    margin: 0 auto;
    width: 966px;
}

#threecolumns {
    background: #fff url(../images/jpf_3_col.gif) left top repeat-y; 
    float: left;
    width: 960px; 
    text-align: left;
    padding: 0 3px;   
}

#twocolumns {
    background: #fff url(../images/jpf_2_col.gif) left top repeat-y;    
    float: left;
    width: 960px; 
    text-align: left;
    padding: 0 3px;
}

/*----------------------------------------------------------------
    Header
----------------------------------------------------------------*/
#header {        
    width: 960px;
    height: 149px;
    text-align: left;
    float: left;
    background: #fff url(../images/jpf_banner.jpg) left top no-repeat;
    position: relative;
}

#header h1 {position:absolute; left:23px; top:15px; font-size:30px; width:140px; height:120px;}
#header h1 a {display: block; width: 100%; height: 100%;}
#header h1 a span {display: none;}

#header #topnav {
    position: absolute;
    left: 790px;
    top: 55px;
    width: 170px;
    height: 90px;
}

#header #login {
    position: absolute;
    left: 790px;
    top: 20px;
    width: 170px;
    height: 90px;
}

/*----------------------------------------------------------------
    Main
----------------------------------------------------------------*/
#threecolumns .leftcol {
    width: 200px;
    float: left;
}

#threecolumns .middlecol {
    width: 559px;
    float: left;
    margin-right: 1px;
}

#threecolumns .rightcol {
    width: 200px;  
    float: left;
    overflow: hidden;
}

#twocolumns .leftcol {
    width: 200px;
    float: left;
}

#twocolumns .rightcol {
    width: 759px;
    float: left;
}
/*----------------------------------------------------------------
    Main Content
----------------------------------------------------------------*/
.text {
   width: 100%;
   float: left;    
}

.text .title, .text .subtitle {
   background: #1A8737 url(../images/jpf_text_title.gif) left top no-repeat; 
   height: 33px;
   border-top: #ccc 1px solid;
   border-bottom: #eee 1px solid;   
}

.text .subtitle {
   background: #f0f0f0 url(../images/jpf_subtext_title.gif) left top no-repeat;     
}

.text .title h1, .text .subtitle h1 {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px 0;    
}

.text .subtitle h1 {  
    color: #000;
}

.text .title h1 a, .text .subtitle h1 a {
    color: #fff;
    padding-left: 15px;
    background: url(../images/jpf_bullet_title.gif) left center no-repeat;  
}

.text .subtitle h1 a {
    color: #888;
    padding-left: 15px;
    background: url(../images/jpf_bullet_menu.gif) left center no-repeat;      
}


.text .title h1 a:hover, .text .subtitle h1 a:hover {
    color: #000;
    padding-left: 15px;
    background: url(../images/jpf_bullet_title_hover.gif) left center no-repeat;
    text-decoration: none;  
}

.text .subtitle h1 a:hover {  
    color : #1A8737;
    background: url(../images/jpf_bullet_menu_hover.gif) left center no-repeat;   
}

.text .sub {
   height: 22px;
   padding: 6px 10px 0 10px; 
   background: url(../images/jpf_text_sub.gif) left top no-repeat; 
}

.text .sub a {
    float: left;
    color: #999;     
}

.text .sub a:hover {
    float: left;
    color: #666;     
}

.text .sub span {
    float: left;
    color: #999;
}

.text .sub .arrow {
    background: url(../images/jpf_subarrow_3.gif) left center no-repeat;
    width: 12px;
    height: 12px;
    margin-top: 2px;
}

.text .content{
   background: url(../images/jpf_text_bg.gif) left top no-repeat;
   padding: 5px 10px;
   margin: 0 0 10px;
}


.text .content small {
    font-size:9px;
}

.text .image{
    float: left;
    margin: 0 10px 0 0;
    border: #ccc 1px solid;
    display: block;
    padding: 4px;
}

.text .image_right{
    float: right;
    margin: 0 0 0 10px;
    border: #ccc 1px solid;
    padding: 4px;
}

.text .content .leesverder{
    background: url(../images/jpf_bullet_submenu.gif) left center no-repeat;
    padding-left: 11px;
}

.text .content ul{
    padding: 0; 
    margin: 0;
}

.text .content li{
    list-style: none;
/*    background: url(../images/jpf_bullet_v.gif) left center no-repeat;  */
    background: url(../images/jpf_bullet_submenu_hover.gif) 0px 3px no-repeat;
    padding-left: 11px;
    margin: 0;     
}
/*----------------------------------------------------------------
    Uitgelicht voorpagina
----------------------------------------------------------------*/
.uitgelicht, .uitgelichtfirst, .uitgelichtlast {
    float: left;
    display: block;
    width: 187px;
    height: 246px;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

.uitgelichtfirst, .uitgelichtlast {
    width: 185px;
}

.uitgelichtlast {
    border-right: none;
}

.uitgelicht .title, .uitgelichtfirst .title, .uitgelichtlast .title {
   color: #888;     
   height: 24px;
   padding: 5px 10px 0 10px; 
   margin: 0;
   background: url(../images/jpf_text_sub.gif) right top no-repeat;
}  

.uitgelichtfirst .title {
   background: url(../images/jpf_text_sub.gif) left top no-repeat;
}

.uitgelicht .title h1, .uitgelichtfirst .title h1, .uitgelichtlast .title h1 {
    color: #888;
    margin: 2px 0; padding: 0;
}

.uitgelicht .title h1 a, .uitgelichtfirst .title h1 a, .uitgelichtlast .title h1 a {
    color: #888;  
    background: url(../images/jpf_bullet_menu.gif) left center no-repeat;  
}

.uitgelicht .title h1 a:hover, .uitgelichtfirst .title h1 a:hover, .uitgelichtlast .title h1 a:hover {
    color : #1A8737;
    background: url(../images/jpf_bullet_menu_hover.gif) left center no-repeat;   
    text-decoration: none;
}

.uitgelicht .content, .uitgelichtfirst .content, .uitgelichtlast .content { 
    background: url(../images/jpf_text_bg.gif) right top no-repeat;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 186px;
}

.uitgelichtfirst .content {
    background: url(../images/jpf_text_bg.gif) left top no-repeat; 
}

.uitgelicht .content img, .uitgelichtfirst .content img, .uitgelichtlast .content img{ 
    margin-top: 5px;
}

.uitgelicht .title .leesverder, .uitgelichtfirst .title .leesverder, .uitgelichtlast .title .leesverder{
    float: right;
    background: url(../images/jpf_bullet_submenu.gif) left center no-repeat;
    padding-left: 11px;
}
/*----------------------------------------------------------------
    Side Content
----------------------------------------------------------------*/
.side {
   width: 100%;
   float: left;    
}

.side .title {
   background: #fff url(../images/jpf_side_title.gif) left top no-repeat; 
   height: 33px;
   border-left: #fff 1px solid;
   border-right: #fff 1px solid;
   border-top: #ccc 1px solid;
   border-bottom: #eee 1px solid;
}

.side .title h1 {
    color: #888;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px 0 10px;    
}

.side .title h1 a {
    color: #888;
    padding-left: 15px;
    background: url(../images/jpf_bullet_menu.gif) left center no-repeat;  
}

.side .title h1 a:hover {
    color : #1A8737;
    background: url(../images/jpf_bullet_menu_hover.gif) left center no-repeat;   
    text-decoration: none;
}

.side .content{
   padding: 5px 10px;
}

.side .content .leesverder{
    background: url(../images/jpf_bullet_submenu.gif) left center no-repeat;
    padding-left: 11px;
    float: right;
}

.side .image_container{
    display: block;
    width: 100%;
    text-align: center;
}

.side .image{
    margin: 0 10px 5px 0;
    border: #e0e0e0 1px solid;
    display: block;
    padding: 4px;
}

/*----------------------------------------------------------------
    Login!
----------------------------------------------------------------*/
#header #login {
    position: absolute;
    left: 795px;
    top: 24px;
    width: 170px;
    height: 90px;
}

#header #login a {
    color : #fff;
    background: url(../images/jpf_bullet_login.gif) left center no-repeat;
    text-decoration: none;
    padding-left: 15px; 
}

#header #login a:hover {
    text-decoration: underline;
}
/*----------------------------------------------------------------
    Side Menu
----------------------------------------------------------------*/
.mainmenu li, .mainsubmenu li {
    list-style: none;
    margin: 5px 0px 5px 5px;   
}

.mainsubmenu li {  
    margin: 5px 0px 5px 5px;
}

.mainmenu a {
    color : #666;
    background: url(../images/jpf_bullet_menu.gif) left center no-repeat;
    text-decoration: none;
    padding-left: 15px;
}

.mainmenu a:hover {
    color : #1A8737;
    background: url(../images/jpf_bullet_menu_hover.gif) left center no-repeat;    
    text-decoration: none;
}

.mainmenu .active {
    color : #1A8737;
    background: url(../images/jpf_bullet_menu_hover.gif) left center no-repeat;
    padding-left: 15px;
}

.mainsubmenu a {
    color : #666;
    background: url(../images/jpf_bullet_submenu.gif) left center no-repeat;
    text-decoration: none;
    padding-left: 11px;    
    margin: 3px 0 3px 0px;
}

.mainsubmenu a:hover {
    color : #1A8737;
    background: url(../images/jpf_bullet_submenu_hover.gif) left center no-repeat;    
    text-decoration: none; 
}

.mainsubmenu .active {
    color : #1A8737;
    background: url(../images/jpf_bullet_submenu_hover.gif) left center no-repeat;
    padding-left: 11px;      
}

/*----------------------------------------------------------------
    Footer
----------------------------------------------------------------*/
#footer {
    margin: 0 auto;
    width: 960px;
    height: 15px;
    padding: 8px 3px;
    text-align: center;
    background: #fff url(../images/jpf_footer.gif) left top no-repeat;
    color: #666;
    font-size: 12px;
    float: left;      
}

/*----------------------------------------------------------------
    Zoeken
----------------------------------------------------------------*/
#searchForm {
    float: left;
    margin : 5px 0 10px;
}

#searchForm #zoekterm {
    float: left;
    width: 150px;
    height: 18px;
    border: none;
    border-left : #999 1px solid;
    border-top : #999 1px solid;
    border-bottom : #999 1px solid;
    padding: 0;
    color: #666;
}

#searchForm #search_btn {
    float: left;
    width: 18px;
    height: 18px;
    border: none;
    border-right : #999 1px solid;
    border-top : #999 1px solid;
    border-bottom : #999 1px solid;
}

/*----------------------------------------------------------------
    Paginator
----------------------------------------------------------------*/
.paginator {
    margin: 0 10px;
    padding: 0;
    float: right;
    height: 18px;
}

.paginator li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}

.paginator li a {
    display: block;
    margin-right: 2px;
    color: #1A8737;
    float: left;
    height: 16px;
    width: 17px;
    text-align: center;
    text-decoration: none;
    background: #fff;
}

.paginator li a:hover {
    text-decoration: underline;
    color: #1A8737;
}

.paginator li.selected a {
    background: #eee;
    color: #666; 
}

.paginator li.mt a{
    background: none;
    width: auto;
    margin-left: 2px;
}

.paginator li.lt a{
    background: none;
    width: auto;
    margin-right: 2px;    
}

/*----------------------------------------------------------------
    SWIS
----------------------------------------------------------------*/
#swis {
    float : right;  
    margin-right: 10px;
    color: #bbb;
}