/* CSS Document */



*{

margin: 0px;

padding: 0px;

}



body{

font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;

color: #eee;

background-color: #333;

font-size: 12px;

background-repeat: repeat-y;

}



div{

background-repeat: no-repeat;

background-position: top, left;

position: absolute;

padding: 0px;

}



a{

color: #fff;

text-decoration: none;

}



a:hover{

color: #FFFF33;

}



h1{

font-size: 16px;

}

table{

font-size: 12px;


}

h2{

font-size: 14px;

}


ul{

list-style: none;

}



#top{

height: 160px;

}



#container, #top{

width: 1024px;

}



#meny, #main, #info{

height: 1040px;

top: 160px;

}



#meny, #info{

padding-top: 50px;

}



#meny{

background-image: url(_images/meny.jpg);

padding-left: 47px;

width: 227px; /* (227 - 7 = 180) */

}



.niv1{

font-size: 11px;

font-weight: bold;

padding-left: 0px;

line-height: 20px;

color: #FFF;

}

.niv2{

font-size: 11px;

color: #FFFF33;

padding-left: 15px;

}



#main{

background-image: url(_images/main.jpg);

width: 633px;

left: 227px;

}



#info{

background-image: url(_images/info.jpg);

padding-left: 50px;

width: 244px; /* (204 - 50 = 154) */

left: 860px

}



#nyheter, #text{

padding-left: 50px;

width: 550px;

}



#nyheter{

padding-top: 40px;

height: 130px;

}



#text{

padding-top: 250px;

}



#text p{

margin-bottom: 1px;

}



#text img{

border: 1px solid #000;

}

