
/* LEVEL 1 */
div#columns {
    width:990px;
    overflow:hidden;
    margin-bottom:40px;
}

/* LEVEL 2 */
div.box {
    position:relative;
    width:300px;
    height:284px;
    background:#D6D6D6 url(../images/internet/bg_koppelbox.jpg) left 153px no-repeat;
    float:left;
    overflow:hidden;
    margin-right:30px;
    margin-bottom:19px;
}

div.right {
    margin-left:2px;
    margin-right:0;    
}

div.clear {
    clear:both;
}

div.no_links div.image {
    width:301px;
    height:255px;
    overflow:hidden;
}

/* LEVEL 3 */
div.box h2 {
    background-color:#5E9923;
    color:#fff;
    padding:7px 22px;
    font-size:150%;
    font-weight:bold;
}

div.image {
    width:301px;
    height:138px;
    overflow:hidden;
}

div.box ul {
    padding:15px 20px;
    font-size:140%;
}

div.box ul li {
    background:url(../images/internet/bullet_groot.png) left 3px no-repeat;
    padding-left:14px;
    margin-bottom:4px;
}

div.box ul li a:hover {
    text-decoration:none;
    color:#5E9923;
}

a.more {
    position:absolute;
    bottom:0;
    right:0;
    display:block;
    width:82px;
    height:17px;
    padding-left:18px;
    padding-top:6px;
    background:url(../images/internet/but_meer.png) left top no-repeat;
    font-size:110%;
}

a.more:hover {
    text-decoration:none;
}
