body
{
background:url(riks_bg.jpg) repeat-y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:140%;
color: #555555;
}


#wrapper {
margin: 0 0 0 100px;
width: 800px;
}

#leftcontent {
position: absolute;
top: 0px;
left: 108px;
width: 190px;

}


#topp {
background:url(riksbanner.png) no-repeat;
position: absolute;
top: 0px;
left: 301px;
width: 600px;
height: 200px;
background-color:#ffffff;
}

#main {
position: absolute;
top: 220px;
left: 330px;
width: 550px;
}

/* RUBKRIKER */
h1 {
font-weight: bold;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 200%;
margin-bottom: 0;
color:#000000;
}

H2 {
margin-bottom: 0;
}

H3 {
margin-bottom: 0;
}

H4 {
margin-bottom: 0;
}

H5 {
font-weight: bold;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 110%;
margin-bottom: 0;
color:#FFFFFF;
}

.storrubrik {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size:180%;
font-weight:bold;
line-height:26px;
color:#000000; 
}


/*MENY */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: #164272;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #164272;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 3px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #164272;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #164272;
background-color: #bae4fa;
}