﻿body 
{
}

#ruler {
    /*Remeber to change InfoText also*/

    visibility: hidden;
    white-space: nowrap;

    height: 14px;
    width: 190px;
    font-family: Arial;
    font-weight: bold;
    border-style: none;
}

.Overskift
{
    width: 350px;
    color: red;
    text-align: left;
    height: 15px;
    /*font-weight: bold;*/
}

.OverskiftMidt {
    width: 350px;
    color: red;
    text-align: left;
    height: 15px;
    padding-left:40px;
    /*font-weight: bold;*/
}

.FaktaPaddingLeft
{
    padding-left:40px;
}

.Taeller
{
    color:gray;
    height:10px;
    font-size:small;
    text-align:right;
}

.OverskiftText
{
    /*color:red;*/
    border-style:none;
    /*font-size:medium;*/
    vertical-align:top;
}

.OverskiftTextMidt {
    /*color:red;*/
    border-style: none;
    /*font-size:medium;*/
    vertical-align: top;
    padding-left:40px;
}

.Text
{
    color:black;
    border-style:none;
    font-size: 12px;
    /*font-weight:bold;*/
    vertical-align:top;
    height:35px;
    resize:none;
   /* font-family:Arial;*/
}

.HeadText {
    color: black;
    border-style: none;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
    height: 35px;
    resize: none;
    font-family: Gisha;
}

@font-face {
    font-family: Gisha;
    src: url('PDF/Fonts/gishabd.ttf');
}

.AnsvarElevnavn
{
    width: 400px;
}

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.tableTop { 
   /*position: absolute; 
   top: 38px; 
   left: 22px; 
   width: 90%;*/ 
   border-color: gray;
   border-width: thick;

}

.InfoText{
    /* Remember to change ruler also!!!*/
    height: 14px;
    width: 190px;
  /*  font-family:Arial;
    font-weight:bold;*/
    border-style:none;
}

.InfoTextSkabelon{
    height: 14px;
    width: 110px;
    font-family:Arial;
    font-weight:bold;
    border-style:none;
}

.InfoLabel{
    height: 12px;
    /*font-family:Arial;
    font-weight:bold;*/
}

.OverskiftTextHead
{
    color:grey;
    border-style:none;
    /*font-size:larger;*/
}

.Linie
{
    width: 350px;
    height: 50px;
    text-align:left;
    vertical-align:text-top;
}

.GraaBilled
{
    /*background-color: grey;*/
    height: 410px;
    width: 275px;
    padding: 30px 30px 30px 30px;
}

.SideOverskrift
{
    color:gray;
}

.row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block {
    /*width: 100px;*/
    padding: 2px;
}
