body{
    background-color: rgb(234, 210, 172);
    font-family: helvetica;
    background-image: url(billeder/sky.png);
    background-position: center top;
}

h1{
    color: rgb(254, 147, 140);
    text-align: center;
    text-shadow: 2px 3px 4px rgb(111, 64, 61);
}

h2{
    color: rgb(230, 184, 156);
}

h3{
    color: rgb(66, 129, 164);
}

#svar{
    display: inline;
}


ul{
    color: rgb(156, 175, 183);
    list-style: square;
}

ol{
    color: rgb(156, 175, 183);
    list-style: upper-roman;
    font-size: 120%;
}

dl{
    color: rgb(156, 175, 183);
}

table{
    color: rgb(156, 175, 183);
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a{
    text-decoration: none;
    color:rgb(101, 97, 91);
}

a:hover{
    color:rgb(137, 131, 122);
}

div{
    background-color: rgba(238, 230, 217, 0.401);
    float: left;
    width: 80%;
    border: 2px dotted rgb(66, 129, 164);
    padding: 10px 50px 20px 10px;
    margin: 20px;
}

#tab{
    font-size: 150%;
    width: auto;
    padding: 20px;
    margin: 20px 25%;
}

p{
    font-size: 110%;
}


/*Herunder styles formlerne*/
label {
    display: block;
    background-color: rgb(156, 175, 183);
    float:left;
    width: 125px;
}

#lang{
    width: 365px;
    background-color: rgba(245, 245, 220, 0);
    font-size: 110%;
}

input {
    width: 330px;
}

[type='radio'] {
    width: 20px;
}
