h3 {
    font-size: 1.1em;
    color: #675C53;
    display: block;
    font-weight: bold;
}

h4 {
    font-size: 1em;
}


h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

h5 {
    background-image: url(http://tjenester.nav.no/foreldrepengeveilederen/images/global/dashedhorizontal.gif);
    background-position: 0% 100%;
    background-repeat: repeat-x;
    color: #988F86;
    font-size: 1em;
    padding: 0em 0em 4px 10px;
}

a {
    color: #0074C4;
    text-decoration: none;
}

/* Styling for høyre sidebar med hjelp etc. */

#NAVrelevantContentContainer ul {
    margin: 12px 3px 0px 20px;
    list-style: none;
    padding: 0em;
}

#NAVrelevantContentContainer ul li {
    margin-bottom: 0.3em;
    padding-right: 3px;
}

#NAVrelevantContentContainer h5 {
    margin-top: 10px;
    margin-left: 10px;
}

.NAViconHelp {
    color: #00A9E0;
    padding-right: 10px;
}

/* Styler enden av en seksjon med stiplet linje */
.dashedLine {
    background-image: url(http://tjenester.nav.no/foreldrepengeveilederen/images/global/dashedhorizontal.gif);
    background-position: 0% 100%;
    background-repeat: repeat-x;
    clear: left;
    font-size: 0px;
    height: 1px;
    width: 100%;
}

.NAVbtn {
    background-image: url(http://tjenester.nav.no/foreldrepengeveilederen/images/global/buttonbackground.gif);
    background-repeat: repeat-x;
    border: 1px solid #A69D97;
    padding: 0.1em 0.5em 0em 0.5em;
}

select, input {
    font-size: 1em;
}

/* Valideringsmeldingboks */
.NAVerrorBox {
    border: 1px dashed #CE3231;
    margin-bottom: 20px;
    margin-left: 17px;
    margin-right: 17px;
}

.NAVerrorBox p {
    color: #CE3231;
    margin: 10px 10px 10px 10px !important;
}



