﻿/* CSS för startsidan */



#main
{
    position: relative;
    float: left;
    clear: none;
    width: 500px;
    min-height: 220px;
}

#news
{
    position: relative;
    float: left;
    clear: right;
    width: 500px;
    min-height: 220px;
    margin:0 0 40px 0;
}


#flash
{
    position: relative;
    float: left;
    clear: left;
    width: 469px;
    margin: 0px 0px 60px 0px;
    height: 319px;
    border: 2px solid #FFC324;
    padding:0;
    overflow:hidden;
}
#form
{
    position: relative;
    float: right;
    clear: none;
    width: 450px;
    min-height: 200px;
}
.starttext
{
    position: relative;
    float: left;
    clear: none;
    width: 450px;
    font-size: 18px;
    font-weight: normal;
    color: #efefef;
    margin: 0 0px 0px 0;
    padding: 0 50px 0px 0;
}
.starttext2
{
    position: relative;
    float: left;
    clear: none;
    width: 450px;
    margin: 0 0px 0px 0;
    padding: 0 50px 0px 0;
}
.starttext p, .starttext2 p
{
    margin:5px 0;
    padding:0;
}