body {
	width:			915px !important;
	margin-top:		20px !important;
	margin-bottom:		10px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#485B3D;
	font-family:		arial, helvetica, sans-serif;
	font-size:		11px;
	color:			#000000;
	padding:		0px;
	line-height:		1.4em;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
}

div#header {
	float:			left;
	width:			908px;
	height:			135px;
	padding:		0px 0px 0px 0px;
	margin:			0;
	background:		#746C5A;
	overflow:		hidden;
}

div#navi_top {
	float:			left;
	width:			668px;
	height:			26px;
	padding:		10px 0px 0px 20px;
	margin:			0;
	background:		#666153;
	overflow:		hidden;
}

div#top_right {
	float:			left;
	width:			200px;
	height:			29px;
	padding:		7px 0px 0px 20px;
	margin:			0;
	background:		#666153;
	overflow:		hidden;
}

div#middle {
	float:			left;
	width:			908px;
	padding:		0px 0px 0px 0px;
	margin:			0;
	background-color:	#ffffff;
	background-image:	url('../img/content_background.gif');
	overflow:		hidden
}

div#left {
	float:			left;
	width:			226px;
	padding:		20px 0px 20px 0px;
	margin:			0;
	background:		#B2AD9E;
	overflow:		hidden;
}

div#content_left {
	float:			left;
	width:			186px;
	padding:		0px 20px 0px 20px;
	margin:			0;
	background:		#B2AD9E;
	overflow:		hidden;
}

div#navi_left {
	float:			left;
	width:			186px;
	padding:		0px 20px 20px 20px;
	margin:			0;
	background:		#B2AD9E;
	overflow:		hidden;
}

div#content {
	float:			left;
	width:			642px;
	padding:		20px 20px 20px 20px;
	margin:			0;
	background:		#ffffff;
	overflow:		hidden;
}

div#bottom_1 {
	float:			left;
	width:			908px;
	height:			23px;
	padding:		0px 0px 0px 0px;
	margin:			0;
	background:		#666153;
	overflow:		hidden;
}

div#bottom_2 {
	float:			left;
	width:			908px;
	height:			76px;
	padding:		10px 0px 0px 0px;
	margin:			0;
	background:		#746C5A;
	overflow:		hidden;
	text-align:		center;
	font-family:		times;
	color:			#ffffff;
	font-size:		24px;
	font-style:		italic;
	line-height:		30px;
}

div#content_footer {
	float:			left;
	width:			908px;
	padding:		0px 0px 0px 0px;
	margin:			0;
	overflow:		hidden;
	text-align:		center;
}

/* Main */

/* Rubrik 1 */
.rubrik, h1, .span_h1 {
	font-family:		arial, helvetica, verdana;
	font-size:		22px;
	font-weight:		bold;
	color:			#414E3A;
	line-height:		1.4em;
}

/* Ingress */
.ingress, h2, .span_h2 {
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#414E3A;
	line-height:		1.4em;
}

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

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

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

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

p, .text {
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	font-weight:		normal;
	letter-spacing:		1px;
	color:			#000000;
	line-height:		1.4em;
}
a, .link {
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	font-weight:		normal;
	letter-spacing:		1px;
	color:			#414E3A;
	line-height:		1.4em;
}

/* Navi*/

.link_navi_top {
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	font-weight:		normal;
	color:			#ffffff;
	letter-spacing:		1px;
	line-height:		1.4em;
	text-decoration:	none;
}

.link_navi {
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	font-weight:		normal;
	color:			#000000;
	letter-spacing:		1px;
	line-height:		20px;
	text-decoration:	none;
}

/* Copyright */
.text_copy {
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	color:			#D0D0D0;
	line-height:		1.4em;
}
.link_copy {
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	color:			#D0D0D0;
	line-height:		1.4em;
}

/* 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;
}


/* 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;
}


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

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

.clear {
	clear:				left;
}