﻿

body {

background-image: url(bilder/bakgrund.jpg);
background-repeat: repeat-x;

}

div.background
{   
    text-align: center;
    
    margin: 0px;
    
    left: 0px;
    position: absolute;
    top: 0px;
}
div.container
{
    
   /* width: 1400px; */  
}

div.top
{
    text-align: left;
    margin-top: 20px;
    height: 50px;
    font-size: 50px;
    color: White;
    font-family: Magneto;
    vertical-align: middle;
    margin-left: 160px;
    
    
    
}
div.navbar
{
    margin-left: 155px;
    text-align: left;
    margin-top: 10px;
    
    height: 20px;
       
}
div.leftMenuBar
{
    text-align: left;
    width: 190px;
    float: left;
}
    
div.menu
{
    margin-top:225px;
    
    text-align: left;
    margin-left: auto;
    width: 130px;
    height: 300px;
    
    background-color: Silver;
    border-right: gray solid;
    border-top: gray solid;
    border-left: gray solid;
    border-bottom: gray solid;
}

div.content
{
    

    
    left: 190px;
    position: absolute;
    top: 110px;
    right: 0px;
    bottom:04px;
   
 
  /*  height: 760px;
    width: 1200px;*/
   /* height: 75em;
    width: 75em;*/
    
    float: left;
    color: White;
   text-align: center;
   	
 
    
    font-size: larger;
    font-weight: bold;
	
}
div.textAlign
{
    
    clear: both;
 margin-top: 360px;    
}

