﻿*
{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

/*  -- TAGGAR --  */
body
{
    background-color: #ffffff;
    font-size: small;
    padding: 20px;
}

p
{
    padding-bottom: 10px;
}

img
{
    border: none;
}

h1
{
    padding-top: 0.3em;
    color: #514400;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    margin-bottom: 18px;
}


a
{
    color: #022B78;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

/* Kontaktformulär */
div.ContactForm div.Row
{
    width: 456px;
    height: auto;
    overflow: hidden;
    margin-bottom: 5px;
}
div.ContactForm div.Row p.Label
{
    width: 150px;
    height: auto;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 1px 10px 0 0;
    text-align: left;
}
div.ContactForm div.Row p.Input
{
    width: 296px;
    height: auto;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0;
}
div.ContactForm div.Row p.Input .TextBox, div.ContactForm div.Row p.Input .TextArea
{
    padding: 1px;
    width: 245px;
    font-size: 11px;
}
div.ContactForm div.Row p.Input .TextBox, div.ContactForm div.Row p.Input .TextArea
{
    border: 1px solid Black;
}
div.ContactForm div.Row p.Input .TextArea
{
    height: 86px;
    overflow: auto;
}
div.ContactForm div.Row input.SubmitButton
{
    display: block;
    margin: 10px auto 0;
    font-weight: bold;
    width: 78px;
    height: auto;
}

/*Formulär*/
.form
{
    float:left;
    width:542px;
}

.form_inner
{
    float:left;
    padding:3%;
    width:94%;
}
