/*  import structuur met locatie-indeling als uitgangspunt  [1]
 *  en variatie samenvoor brede content-indeling  [2]
 */

@import "samenvoor.css";

/* structuur voor home en vervolg samenvoor  [3]
 * 
 */

div#contentwrap {
	min-height:370px;

}
 
div#nieuwsnavhome {
    margin: 0;
    padding: 0;
    width: 393px;
    /* temp height */
    height: 30px;
    background-color: transparent;
	z-index: 10000;
}

div#aanmeldnwsbrief {
    margin: 4px 0 20px 0;
    padding: 0;
    width: 393px;
    /* temp height */
    height: 30px;
    background-color: transparent;
	border-top:1px solid #eee;
}

