/*blog*/
	div#blog {
  clear:both;
		display:block;
		width: 779px;
	}
		div#blog .aanhef {
   float:left;
  }

		div#blog_content {
   float:left;
			display:block;
			width: 574px;
			margin: 0px 0px 0px 55px;
   border-top:solid 1px #B2B2B2;
		}

			div#blog_content h1{
				margin:10px 0px 5px 0px;
				padding:0px;						
				font-size: 18px;
    color:#34C7F1;
				font-weight:bold;
				text-decoration:none;
				line-height:15px;
			}
   b.extrainfo{
     font-weight:normal;
   }

   div#blog_content_header{
     padding:0px 0px 10px 0px;
     border-bottom:solid 1px #B2B2B2;
   }
   div#text-content{
     font-size:12px;
     line-height:22px;
   }
   div#blog_content ul {
    display:block;
   	width: 574px;
    margin:0px;
    padding:0px;
    list-style-type: none;
   }

   div#blog_content ul li {
    overflow:hidden;
   	display: block; 
   	width: 574px;
    height:148px;
    cursor:pointer;
    margin:10px 0px 10px 0px;
    padding:0px;
   	border-bottom: #d6d6d6 1px solid; 
   }
  				.blog{				
       background:none;
  				}
  				.blog_actief{				
  					background: url(../images/bg_show.gif);
  				}

    div#blog_content ul li div.blogalbumblock {
      overflow:hidden;
      float:left;
      display:block;
      width:184px;
      height:138px;   
      margin: 0px;
      padding:0px;
    	}

    
    div.textblock {
     float: left;
    	display: block;     
     height:138px;     
    }
     		div.textblock h3 {
        margin:5px 0px 0px 0px;
        padding:0px;
     			font-weight: bold;
        font-size: 18px;
        color:#34C7F1;
     		}	
     
     		div.textblock p {
        margin:10px 0px 0px 0px;
        padding:0px;
        color: #bbb5b5;
     		}    
     		b.date {
        margin:0px;
        padding:0px;
        display: block;
        font-weight: bold;
        font-size: 12px;
        color: #666666;
     		}       	
    				a.blogbekijken {
         display:block;
         width:109px;
    					height:18px;
         margin:10px 0px 0px 0px;
         padding:0px; 
     			 font-weight: bold;
         font-size: 12px;
         color:#34C7F1;
         text-decoration:none;
    				}




    div#paging{
     float:left;
  			display:block;
  			width: 574px;
  			height:20px;
  			margin: 0px;
     padding:15px 0px 0px 0px;
    }
  			div#paging b{
      float:right;
  				display:block;
  				width:100px;
  				height:30px;
      color:#666666;
      font-weight:bold;
      font-size:13px;
  			}
  			div#paging i a{
      float:right;
  				display:block;
  				width:50px;
  				height:30px;
      color:#666666;
      font-weight:bold;
      font-size:13px;
      text-decoration:none;
      padding:0px 25px 0px 0px;
      background: url(../images/go.gif) no-repeat top right;
  			}
  			div#paging u a{
      float:right;
  				display:block;
  				width:50px;
  				height:30px;
      color:#666666;
      font-weight:bold;
      font-size:13px;
      text-decoration:none;
      padding:0px 0px 0px 25px;
      background: url(../images/aanhef_back.gif) no-repeat top left;
  			}
  			div#paging ol{
      float:right;
  				display:block;
  				margin:0px;
  				padding:1px 0px 0px 10px;
  			}
  			div#paging ol li{
      float:left;
  				display:block;
  				width:20px;
  				height:20px;
  				margin:0px;
  				padding:0px;	
  			}
     	div#paging ol li a{
     		font-size: 12px;
     		color: #666666;
       font-weight:bold;
     		text-decoration:none;
       background:none;
     	}
     	div#paging ol li a:hover{
     		color: #34C7F1;
     	}
     	div#paging ol li a.active{
     		color: #34C7F1;
     	}
