@import url("../../css/reset-min.css");
@import url("../../../../../typo3/sysext/rtehtmlarea/res/contentcss/default.css");
@import url("../../css/css_styled_content.css");
@import url("../../fonts/webfonts.css");

.htmlarea-content-body, div, p {
    font-family: museo_sans300;
    color: #444444;
    font-size: 16px;
    line-height: 25px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: museo_sans300;
    font-size: 26px;
    color: #ff0000;
    font-weight: normal;
    margin-bottom: 25px;
}

.header-style-2 {
    border-bottom: 1px solid red;
    padding-bottom: 20px;
    margin-bottom: 27px;
}

h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
    margin-top: 0;
    margin-bottom:1.4em;
}

p.nomargin {
    margin:0;
}

/* link kleuren  */
a { color: #ff0000; text-decoration: underline; }
a:visited { color: #ff0000; text-decoration: underline; }


/* Lijsten */

ul, ol, dl {
    margin-bottom:1.4em;
}


strong, em, b {
    font-family: museo_sans500;
}

i { font-family: museo_sans500_italic; font-style: normal; }
