body {
	background-color:#0a0b37;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
	color:#000000;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	overflow-x: hidden;
	width: 100%;
}

a img {
	border: 0;
}

.sidtitel {
	font-size: 160%;
	font-weight: bold;
}

.rubrik {
	padding-top:50px;
	font-size:140%;
	font-weight:bold;
}

#header {
	margin-top: 15px;
	margin-right:auto;
	margin-left:40px;
	background-color: #0a0b37;
	padding:8px 0 8px 0;

}

#footer {
	margin-bottom: 0px;
	background-color: #0a0b37;
	padding:8px 0 8px 0;
	text-align: center;
	color: #ffffff;
}

#forstasida {
	font-size: 160%;
	font-family: serif;
	padding-top: 30px;
	margin-bottom: 30px;
}

#huvudkatt {
	/*background-color: #e0fab3;*/
	background-color: #0288D8;
	/*border: 1px solid #0400bb;*/
	color: #000000;
	margin-top:0;
	padding-top:0;	
}

.section-body {
	background:#5c83aa;
	padding:14px;
	position:relative;
}

.section-bodytext {
	width:700px;
	background:#daecff;
	padding:14px;
	position:relative;
	float:left;
	background-image:url('img/stjarna_bg.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

.section-rightcol {
	width:200px;
	background:#103a66;
	color:#ffffff;
	padding:12px;
	float:right;
	position:relative;
}

.section-rightcol a {
	color:#ffffff;	
}

ul, li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
ul {
	/*border-bottom:solid 1px #e9f0f5;*/
	height:29px;
}
li {
	float:left;
	margin-right:2px;
}
.tab a:link, .tab a:visited {
	background:url(img/tab-round.png) right 60px;
	color:#ffffff;
	display:block;
	display:inline-block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span {
	background:url(img/tab-round.png) left 60px;
	display:block;
	display:inline-block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover {
	background:url(img/tab-round.png) right 30px;
	display:block;
	display:inline-block;
	color:#ffffff;
}
.tab a:hover span {
	background:url(img/tab-round.png) left 30px;
	display:block;
	display:inline-block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover {
	color:#ffffff;
	background:url(img/tab-round.png) right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url(img/tab-round.png) left 0 no-repeat;
}


.section-body > .tl, .section-body > .tr, .section-body > .bl, .section-body > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.section-body > .tl
{
  background: url(img/colhead-tl.png) top left no-repeat;
  top: 0;
  left: 0;
}

.section-body > .tr
{
  background: url(img/colhead-tr.png) top right no-repeat;
  top: 0;
  right: 0;
}

.section-body > .bl
{
  background: url(img/colhead-bl.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.section-body > .br
{
  background: url(img/colhead-br.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}



.section-bodytext > .tl, .section-bodytext > .tr, .section-bodytext > .bl, .section-bodytext > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.section-bodytext > .tl
{
  background: url(img/colhead-tl2.png) top left no-repeat;
  top: 0;
  left: 0;
}

.section-bodytext > .tr
{
  background: url(img/colhead-tr2.png) top right no-repeat;
  top: 0;
  right: 0;
}

.section-bodytext > .bl
{
  background: url(img/colhead-bl2.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.section-bodytext > .br
{
  background: url(img/colhead-br2.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}



.section-rightcol > .tl, .section-rightcol > .tr, .section-rightcol > .bl, .section-rightcol > .br
{
  width: 6px;
  height: 6px;
  position: absolute;
}

.section-rightcol > .tl
{
  background: url(img/colhead-tl3.png) top left no-repeat;
  top: 0;
  left: 0;
}

.section-rightcol > .tr
{
  background: url(img/colhead-tr3.png) top right no-repeat;
  top: 0;
  right: 0;
}

.section-rightcol > .bl
{
  background: url(img/colhead-bl3.png) bottom left no-repeat;
  bottom: 0;
  left: 0;
}

.section-rightcol > .br
{
  background: url(img/colhead-br3.png) bottom right no-repeat;
  bottom: 0;
  right: 0;
}


