﻿/* Navigering */
#nav ul{
    height: 40px;
    background: url("/images/navBg.png") repeat-x 0 0;
    list-style: none;
}
#nav ul li, #nav ul li a{
    float: left;
}
.box h3{
    padding: 5px 0 2px 10px;
    min-height: 22px;
    background: url("/images/h3bg.png") repeat-x 0 100% #f3f4f3;
    margin-bottom: 2px;
}

.menu h3{
    background: url("/images/h3bg2.png") repeat-x 0 100% #97cfe1;
}
.boxContent
{
	padding:5px 10px;
	background-color:#EEE;
}

.boxContent img
{
	margin:0 -10px 5px;
}
.column ul{
    list-style-position: outside;
    margin-left: 30px;
}
/* Nyheterna förstasida */
dl.news
{
	padding:5px;
}
dl.news dt .date{
    display: block;
    font-weight: normal;
    font-size: 0.916em;
}
dl.news dt{
    font-weight: bold;
    margin-bottom: 5px;
}
dl.news dd a:link, dl.news dd a:visited{
    display: block;
    background: url("/images/icons/page_save.png") 0 0 no-repeat;
    height: 16px;
    padding: 0 0 0 20px;
    float: right;
    margin: 5px;
}
dl.news dd a[href$=".doc"]{
    background: url("/images/icons/page_white_word.png") 0 0 no-repeat;
}
dl.news dd a[href$=".pdf"]{
    background: url("/images/icons/page_white_acrobat.png") 0 0 no-repeat;
}
dl.news dd a[href$=".xls"]{
    background: url("/images/icons/page_white_excel.png") 0 0 no-repeat;
}
dl.news dd a[href$=".ppt"]{
    background: url("/images/icons/page_white_powerpoint.png") 0 0 no-repeat;
}
/* Meny */
.menu ul{
    list-style: none;
    margin: 0;
}
/* Sidfot */
#footer .tel, #footer div div, #footer adr, #footer .adr span{
    margin-right: 37px;
    display: block;
    float: left;
}
#footer .adr span.postal-code{
    margin-right: 0.5em;
}
#footer .fn{
    display: none;
}

