
/* COLORS*/
div.module_startpagina .box {
    border-color: #0093cc;
}

div.module_startpagina .box h2 {
    background-color: #0093cc;
}

div.module_startpagina .box h2 {
    color: #fff;
}

/* THE REST */
div.module_startpagina .box {
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
}

div.module_startpagina .box h2 {
     padding: 0.25em 1em;
}

div.module_startpagina .box .intro {
    padding: 1em 1em 0;
}

div.module_startpagina .box .intro .intro {
    padding: 0;
}

div.module_startpagina .box .no_bullets {
    margin: 0 1em 1em;
}

div.module_startpagina .box .bullets {
    margin: 0 1em 1em 1em;
}
