﻿.textMenuItem {
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
}

.textTopMenu {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}

.textBreadCrumbs {
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
}

.textSubHeading { /*Underrubrik i topbar*/
    font-family: Arial;
    font-size: 16px;    
}

.textBodyText { /*Brødtekst*/
    font-family: Arial;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.textBodyTextMultiLine { /*Brødtekst i multiline tekstbox*/
    font-family: Arial;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow-y: auto;
}

.textSize12 {
    font-family: Arial;
    font-size: 12px;
}

.textFooter {
    font-family: Arial;
    font-size: 13px;
    text-align: center;
}

.textButton {
    font-family: Arial;
    font-size: 17px;
}

.textButlerFrontPage {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
}
