@charset "utf-8";
/* CSS Document */

body 
{
    margin-top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    margin-bottom: 0px; 
    font-family: Arial; 
    font-size: 8pt; 
    background-image: url(../bilder/tojtas-bg2.gif);
    background-repeat: repeat;
}

#content
{
    position: relative;
    top: 0px; 
    margin-left: 0px; 
    margin-right: 0px; 
    height: 130px;
    width: 100%;
    background-image: url(../bilder/tojtas-bg.gif);
    background-repeat: repeat;
}

#start_object 
{
    position: relative;
    width: 800px;
    height: 720px;
    margin-top: -50px;
    margin-left: auto;
    margin-right:auto;
    background-image: url(../bilder/tojtas-start-big.gif);
    background-repeat: no-repeat;
    border: 1px solid #c3c3c3;
} 

#mordotter
{
    position: absolute;
    top: 420px;
    left: 100px;
    width: 400px;
    height: 150px;
}

#vidare
{
    position: absolute;
    top: 540px;
    left: 540px;
    width: 250px;
    height: 75px;
}

.mordotter { font-family: Arial; font-size: 20px; color: #000000; }

.text { font-family: Arial; font-size: 13px; color: #595959; }


