.body_main	{
		background-color: #4B4A01;
		scrollbar-arrow-color: #929292;
		scrollbar-base-color: #A0A0A0;
		scrollbar-dark-shadow-color: #C0C0C0;
		scrollbar-face-color: #F0F0F0;
		scrollbar-highlight-color: #F0F0F0;
		scrollbar-shadow-color: #F0F0F0;
		margin-top: 0px;
		margin-left: 0px;
		}

.ingress	{

		line-height:16px;
		}
/* Rubrik 1 */
.rubrik, h1, .span_h1 {
		font-family: arial, helvetica, verdana;
		font-weight:bold;
		color: #4B4A01;
		color:				#666;
	font-size:			25px;
	line-height:		1.3em;

}

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

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

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

/* Mellanrubrik 2 */
h5, .span_h5 {
		color: #4B4A01;
	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:12px;
		color: #333333;
		line-height:16px;
		}
a, .link		{
		font-family: arial, helvetica, verdana;
		font-size:12px;
		color: #666666;
		line-height:16px;
		}
.link_navi	{
		font-family: arial, helvetica, verdana;
		font-size:12px;
		color: #666666;
		line-height:16px;
		}


.text_copy	{
		font-family: arial, helvetica, verdana;
		font-size:11px;
		color: #D0D0D0;
		line-height:16px;
		}
.link_copy	{
		font-family: arial, helvetica, verdana;
		font-size:11px;
		color: #D0D0D0;
		line-height:16px;
		}

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


/* Object Info-box */
div.infobox {
	position:		absolute;
	background-color:	#FFFFFF;
	border:			1px solid #000000;
	padding:		3px;
	font-family:		arial, helvetica, verdana;
	font-size:		11px;
	visibility:		hidden;
	zIndex:			1;
}

