

/* ------------------------------------------- */
/*                  FORSIDEN                   */
/* ------------------------------------------- */
#forsidetext 
{
 padding-top: 0;
 padding-right: 2em;
 padding-bottom: 2em;
 padding-left: 2em;
 font-size: larger;
}

#forsidetext img 
{
 width:100%;
}
@media only screen and (min-width : 430px) {
    #forsidetext img 
    {
     width: 350px;
    }
}

@media only screen and (min-width : 550px) {
    #forsidetext img 
    {
     float: right;
    }
}

ul.sirkel 
{
 list-style-type: circle;
}
