﻿tr.spaceUnder > td {
    height: 1.8em;
    vertical-align: middle;
}

tr.spaceUnder2 {
    background-color: #f7f7f7;
}

tr.spaceUnder2 > td {
    height: 1.8em;
    vertical-align: middle;
}

tr.spaceUnderMultiLine > td {
    padding-top: 1em;
    vertical-align: top;
}

tr.spaceUnderMultiLine2 {
    background-color: #f7f7f7;
}

tr.spaceUnderMultiLine2 > td {
    padding-top: 1em;
    vertical-align: top;
}

td.padLeft {
    padding-left: 30px;
}

*.talfelt {
    text-align: left;
}

input[type="text"]:focus {
    background: #F3E9B4;
}

input[type="password"]:focus {
    background: #F3E9B4;
}

input[type="checkbox"] {
    margin-left: 0px;
}

input {
    font-size: 1.0em;
}

select {
    font-size: 1.0em;
}

textarea {
    font-size: 1.0em;
    font-family: Arial, Verdana, sans-serif
}

a:link {
    color: #022E93;
}

a:visited {
    color: #022E93;
}

a:hover {
    color: #922E93;
}

a:active {
    color: #D22E93;
}

.headline_style {
    padding: 20px 0px 20px 0px;
    font-size: 1.35em;
    font-weight: 700;
    background: #82B1A9;
    text-indent: 1em;
}
