body {
	width:			980px !important; /* Real width: 976px */
	margin-top:		0px;
	margin-left:		6px;
	background-color:	#587789;
	background-image:	url('../img/background.gif');
	background-repeat:	repeat-x;
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		1.4em;
	color:			#333333;
	padding:		0px;
}

/* Sökruta */

div#search_input {
	margin-bottom:		15px;
}

input.search_input, input.search_input_button {
	border:				1px solid #92AAB8;
	background-color:	#587889;
	color:				#ffffff;
}

input.search_input {
	width:				100px;
	float:				left;
	margin:				0px 4px 0px 0px;
}

input.search_input_button {
	height:				18px;
}

/* Text */

* > h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top:			0px;
}

/* Brödtext + rubriker */
p, h1, h2, h3, h4, .rubrik, .text, .ingress {
	color:				#333;
}

/* Brödtext */
span, .quote {
	color:				#333;
}

/* Rubrik 1 */
h1, .span_h1, .rubrik {
	color:				#0F3E76;
	font-size:			18px;
	line-height:			1.3em;
	font-weight:			normal

}

/* Ingress */
h2, .span_h2, .ingress {
	color:				#333;
	font-size:			14px;
	line-height:		1.4em;
}

/* Rubrik 2 */
h3, .span_h3 {
	color:				#0F3E76;
	font-size:			14px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 1 */
h4, .span_h4 {
	color:				#333;
	font-size:			13px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 2 */
h5, .span_h5 {
	color:				#0F3E76;
	font-size:			13px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 3 */
h6, .span_h6 {
	color:				#0F3E76;
	font-size:			12px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Citat */
.quote {
	font-family:		'times new roman', verdana, arial, helvetica;
	font-size:			17px;
	font-style:			italic;
	display:			block;
}

.bold {
	font-weight:		bold;
}

/* Links */

a, a.dot {
	color:				#0C4072;
}

a.dot {
	background-image:		url('../img/dot.gif');
	background-repeat:		no-repeat;
	background-position:		left;
	padding-left:			15px;
}

a.white {
	color:				#fff;
}


/* Images */

img {
	border:				0;
}

.img_left, .img_left_border {
	float:				left;
	margin:				0px 10px 5px 0px;
}

.img_right, .img_right_border {
	float:				right;
	margin:				0px 0px 5px 10px;
}

.img_center, .img_center_border {
	margin:				0px 0px 5px 0px;
	display:			block;
	margin-left:		auto;
	margin-right:		auto;
}

.img_border, .img_left_border, .img_right_border, .img_center_border {
	border:				1px #333 solid;
}

.text_italic {
	font-style:			italic;
}

.link {
	color:				#666666;
}

.br, .br_dbl, .img_border {
	display:			block;
}

.br_dbl {
	margin-top:			15px;
	margin-bottom:		15px;
}

.clear {
	clear:				left;
}


/* Copyright & W3 standards*/
.text_copy {
	font-size:			11px;
	color:				#fff;
}

.link_copy {
	font-size:			11px;
	color:				#fff;
}

.img_w3xhtml1 {
	margin:				5px 0px 0px 0px;
}


/* Tables & inputs */
#tbl_intr {
	width:				240px;
	border:				0;
}

#tbl_intr td1 {
	width:				40px;
}

#tbl_intr td2 {
	width:				200px;
}

.tbl_intr_inp {
	width:				200px;
}

.tbl_intr_text {
	width:				200px;
	height:				50px;
	font-family:		arial, helvetica, verdana;
	font-size:			12px;
}

/* Navi */

ul#navi_left {
	list-style-type:	none;	
}

ul#navi_left li {
	background-image:	url('../img/list_style_image.gif');
	background-repeat:	no-repeat;
	padding-left:		10px;
	margin-bottom:		4px;
}

ul#navi_left a {
	color:			#ffffff;
	text-decoration:	none;
}

ul#navi_left a.selected {
	font-weight:		bold;
}