﻿	/*Rensa marginaler*/
*{
	margin: 0px;
}

body{
	font-family: verdana;
	font-size: 14pt;
	line-height: 26pt;
}

a 
{
	font-size: 14pt;
}


h1
{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
    font-size: 14pt;
    padding-top: 5px;
    background-color: #000;
    color: #fff;

}

h2
{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
    font-size: 14pt;
    padding-top: 5px;
}

h3
{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
    font-size: 14pt;
    padding-top: 5px;
    background-color: #000;
    color: #fff;
}

h4
{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 30px;
    font-size: 14pt;
    padding-top: 5px;
    background-color: #000;
    color: #fff;
}
h5
{
    margin-bottom: 20px;
    height: 30px;
    font-size: 14pt;
    margin-top: -10px;
    padding-top: 5px;
}

p
{
    margin-top: 30px;
    line-height: 26pt;
    font-size: 14pt;
    }
#container
{
	width: 900px;
}

#main
{
    width: 900px;
    background-color: #f9f0bb;
}

#content
{
    width: 680px;
    min-height: 600px;
    float: right;
    margin-top: 4px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background: #f9f0bb;
    
}


#sidebar
{
    clear: left;
    float: left;
    width: 170px;
    min-height: 600px;
    margin-top: 10px;
    padding-top: 20px;
    padding-right: 10px;
    text-align: left;
    background: #F9F0BB;
    
}
#newsbox
{
    width: 170px;
    background-color: #f9f0bb;
    background: #F9F0BB;
    margin-top: 30px;
}
#newsbox a
{
    font-size: 8pt;
   
}
#newsbox p
{
    font-size: 8pt;
   
}

#sidebar a
{
    width: 165px;
    line-height: 40px;
    border-bottom: solid 1px #B2B2B2;
}



#header{
	height:250px;
	width: 900px;
    background-image: url(_images/HSO_head.jpg);
    background-repeat: no-repeat;}
    
/*toppmeny*/
#topmenu
{
    width: 900px;
    height: 54px;
    top: 200px;
    background-image: url(_images/bg_menycontainer_hso.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 13px;
    position: relative;
}

#topmenu a
{
    font-size: 13px;
}


/*Länkar innehåll*/


#content ul li{
	
	list-style-type: none;
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
}


#content ul li a
{
    color: #993300;
    text-decoration: none;
}

/*Sidfot */
#footer{
	clear: both;
	height: 70px;
	padding-left: 0px;
}

.innerfooter
{
    background: #eeeeee;
    width: 880;
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 8pt;
}
.innerfooter p
{
    font-size: 8pt;
}
.innerfooter a
{
    font-size: 8pt;
}



