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


/* 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 {
	color:				#000000;
}

/* Brödtext */

span, .quote {

}

/* Rubrik 1 */

h1, .span_h1 {
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#000000;
	font-size:			24px;
	font-weight:		normal;
	line-height:		1.2em;
}

/* Ingress */

h2, .span_h2 {

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

/* Rubrik 2 */

h3, .span_h3 {

	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#da620c;
	font-size:			24px;
	font-weight:		normal;
	line-height:		1.2em;
}

/* Mellanrubrik 1 */

h4, .span_h4 {
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#da620c;
	font-size:			20px;
	font-weight:		normal;
	line-height:		1.3em;
}

/* Mellanrubrik 2 */

h5, .span_h5 {

	font-size:			14px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 3 */

h6, .span_h6 {

	color:				#da620c;
	font-size:			14px;
	font-weight:		bold;
	line-height:		1.3em;
	font-style: 		italic;
}

/* Citat */
.quote {
	font-family:		Arial, "Times New Roman", Times, serif;
	font-size:			17px;
	font-style:			italic;
	display:			block;
}

.bold {
	font-weight:		bold;
}

/* Links */

a {
	color:				#da620c;
	text-decoration: 	none;
}

/* Nav */

ul#navi_top {
	list-style-type:		none;
	list-style-position:	outside;
	padding:				0px;
	margin: 				0px 0px 0px 0px;
}

ul#navi_top li {
	float:					left;
	padding:				0px 30px 0px 0px;
}

ul#navi_top a {
	color:					#FFFFFF;
	font-size:				18px;
	text-decoration:		none;
	font-family: 			Georgia, "Times New Roman", Times, serif;
	line-height: 			34px;
}

ul#navi_top a.selected {
	color:					#000000;
	font-size:				18px;
	text-decoration:		none;
	background-color:       #f7f7f7;
	padding:				7px 9px 9px 9px;
}

/* Nav left */

ul#navi_left {
	list-style-type:	none;
	list-style-position:outside;
	margin:				0px 0px 0px 0px;
	padding:			0px;
}
	
ul#navi_left li, ul#navi_left li.selected {
	padding:			12px 0px 12px 0px;
	margin:				0px 0px 2px 0px;
	border-bottom:		2px solid #636363;
}
	
ul#navi_left a.selected, ul#navi_left a {
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-weight:		normal;
	text-decoration:	none;
	font-size:			16px;
	color:				#da620c;
}
	
/* 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;
}

