body {
	font-family:		verdana, arial, helvetica;
	font-size:			11px;
	font-style:			normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		1.4em;
	color:				#706755;
}

ul.rating {

	list-style-type:	none;
	margin:				0px;
	padding:			0px;
}

ul.rating li {
	float:				left;
}

img.icon {
	float:				left;
}

div.line {
	float:				left;
	width:				100%;
	background-image:	url('../img/hr.gif');
	background-repeat:	repeat-x;
	margin:				10px 0px 10px 0px;
}

div.line {
	border:				0px solid #000000;
	background-image:	url('../img/hr.gif');
	background-repeat:	repeat-x;
}

div.line hr {
	height:				0px;
	border:				0px solid #000000;
}

input[type='button'], input[type='button'].invert {
	height:				21px;

	background-image:	url('../img/button_blue.png');
	background-position:left;
	background-repeat:	no-repeat;
	padding:			0px 3px 2px 8px;
	color:				#ffffff;
	font-size:			11px;
	font-family:		verdana;
}

input[type='button'].invert {

	background-image:	url('../img/button_orange.png');
	color:				#ffffff;
}

/* Navi */

	ul.navi_left {
	list-style-type:	none;
	list-style-position:outside;
	margin:				0px;
	padding:			0px;
	}
	
	ul.navi_left li {
	margin:				0px;
	padding:			4px 0px 4px 0px;

	}

	ul.navi_left li a.lvl1 {
	background-image:	none;
	padding-left:		0px;
	}

	ul.navi_left li a, ul.navi_left li a.selected, ul.navi_left li a.selected_arrow {
	text-decoration:	none;
	color:				#666666;
	background-image:	url('../img/arrow_blue.png');
	background-repeat:	no-repeat;
	background-position:left;
	padding-left:		14px;
	}
	
	ul.navi_left li a, ul.navi_left li a.selected {
	background-image:	none;
	}
	
	ul.navi_left li a.selected {
	background-image:	url('../img/arrow_blue.png');
	color:				#4f62f2;
	}

/* 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 {

}

/* Brödtext */
span, .quote {

}

.white {
	color:				#bababa;
}

.marker {
	color:				#4f62f2;
}

/* Rubrik 1 */
.rubrik, h1, .span_h1 {
	color:				#4f62f2;
	font-size:			24px;
	font-family:		'times new roman';
	font-style:			italic;
	line-height:		1.3em;
	margin:				0px;
	padding:			0px;
}

/* Ingress */
.ingress, h2, .span_h2 {

	font-size:			14px;
	line-height:		1.4em;
	margin:				0px;
	padding:			0px;
}

/* Rubrik 2 */
h3, .span_h3 {
	font-family:		'times new roman';
	font-size:			20px;
	font-weight:		bold;
	line-height:		1.3em;
	margin:				0px;
	padding:			0px;
}

/* Mellanrubrik 1 */
.mellanrubrik, h4, .span_h4 {
	color:				#4f62f2;
	font-size:			14px;
	font-weight:		bold;
	line-height:		1.3em;
	margin:				0px;
	padding:			0px;
}

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

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

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

.bold {
	font-weight:		bold;
}

/* Links */

a {
	color:				#666666;
}

a.marker {
	color:				#4f62f2;
}

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:		verdana, arial, helvetica;
	font-size:			12px;
}

	ul#footer_links {
	float:				left;
	width:				740px;
	list-style-type:	none;
	list-style-position:outside;
	margin:				0px 0px 0px 0px;
	padding:			0px;
	}

	ul#footer_links li {
	float:				left;
	}
	
	ul#footer_links li a {
	color:				#666666;
	}
