
.portal_container {
   margin-left:40px;
   margin-top:20px;
   margin-right:50px;
   margin-bottom:30px; 
   height: 800px;
}

.portal_blokken {
    padding:15px;
    float:left;
    background-color:#E56026;
    width:200px;
    margin-right:20px;
    margin-bottom:20px;
}
.portal_blokken_titel{
    color:#00513F;    
    text-align:center;
    margin-bottom:10px;
}
.portal_blokken_items {
    width:100%;
}
.portal_items {
    display:inline;
    margin-bottom:5px;
    border-style:solid;
}
.portal_pics {
    float:left;
}

.portal_blokken img {
    border-style:none;
    padding-right:5px;
    padding-top:3px;
}

.portal_blokken a {
    color:white;    
    font-size:12px;
    text-decoration:none;
}
.portal_blokken a:hover {
    text-decoration:underline;
}
