@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------
CONTENTS
------------------------------------------------------------*/

body {
	background:url(img/body_bg.png) #fff repeat-x;
	margin:0;
	font-family: Arial, Times, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;
	text-align:center;
}

#wrapper {
width: 850px;
margin:0 auto;
background-color:#FFF;
text-align:left;
}



#header {
background-image:url(img/header.png);
width: 850px;
height: 220px;
}

#navigation {
width: 120px;
float: left;

}

#content {
width: 700px;
float: right;
margin-bottom:40px;
}

#maincontent {
width: 430px;
float:left;

}

#right {
width:230px;
float:right;


}

#nyheter {
padding-left:48px;

}

#nyheter h1 {
color:#f08800;
font-weight:500;
font-size:12px;
margin-left:0px;
margin-top:0px;
margin-bottom:-10px;

}

#bottom {
width:850px;
height:23px;
background-color:#f9f9f9;
clear:both;

}

#bottombild {
width:175px;
height:23px;
background-image:url(img/footer_boip.png);
float:left;
}

#bottomtext {
margin-top:5px;
width:620px;
float:right;
background-color:#f9f9f9;
}


#maincontent  h1{
color:#000;
font-weight:500;
font-size:24px;
margin-left:0px;
margin-top:0px;
margin-bottom:24px;

}

#maincontent a {

color: #44648f;
text-align:center;
text-decoration:none;

}

.table td{
margin-left:10px;

}





/*===================================
NAVIGERING
=====================================*/

#tabs
{
	
	margin: 0;
	margin-left:6px;
	margin-top:5px;
	padding: 0;
	font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	
}

#tabs li {
list-style-type:none;
margin-bottom:5px;
background-image:url(img/nav_bg.png) no-repeat;

}

#tabs li a
{
	font-size:12px;
	color: #f08800;
	padding-top:8px;
	text-decoration: none;
	font-weight: bold;
	
}

#tabs li a:hover
{
	color:#000;
	cursor:pointer;
}

#navigation li a.active {
color:#000;

}

