.halveSiden {
    background-color: rgba(226, 226, 226, 0.41);
    width: 678px;
    margin: 100px auto 400px auto;
    padding: 20px;
    position: relative;
    height: 600px;
    width: 700px;
    text-align: center;
    border-radius: 3px;
    
}

.hvaOverskrift {
    margin-bottom: 20px;
    color: #2c2c2c;
    font-size: 1.7em;
    font-family: sans-serif;
    text-align: center;
    position: relative;
    text-decoration: underline;
}

.FormElementKontakt {
    width: 350px;
    height: 40px;
    margin: 0 auto; 
}

.TFieldKontakt {
    margin-top: 10px;
    width: 350px;
    height: 35px;
    border: 1px solid #E0DFDF;
    padding-left: 6px; 
    font-size: 17px;
}

.kommentarLeggUtKontakt {
    margin-top: 25px;
    width: 350px;
    height: 300px;
    border: 1px solid #E0DFDF;
    padding-left: 6px;
    padding-top: 10px;
    font-size: 17px;
}

.button {
    /*display block for å få template bottom til å ligge*/
    display: block;
    margin-top: 305px;
    width: 357px;
    height: 50px;
    background-color: #e3e3e3;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    -webkit-appearance: none;
}

.button:hover {
    background-color: #939393;
    border: 1px solid #939393;
    cursor: pointer;
}

.button:active{
    color: #000;
}