.body_main	{
		background-color: #C4C4C4;
		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;
		}

.blockrubrik	{
		font-family: arial, helvetica, verdana;
		font-size:14px;
		color: #666666;
		}

		
/* Rubrik 1 */
.rubrik, h1, .span_h1 {
		font-family: arial, helvetica, verdana;
		font-size:16px;
		font-weight:bold;
		color: #333333;

}

/* Ingress */
.ingress, h2, .span_h2 {
		font-family: arial, helvetica, verdana;
		font-size:12px;
		font-weight:bold;
		color: #333333;
		line-height:16px;
}

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

.text		{
		font-family: arial, helvetica, verdana;
		font-size:12px;
		color: #333333;
		line-height:16px;
		}
.text11		{
		font-family: arial, helvetica, verdana;
		font-size:13px;
		color: #333333;
		line-height:16px;
		text-decoration: none;
		}
.text12		{
		font-family: arial, helvetica, verdana;
		font-size:15px;
		color: #333333;
		line-height:16px;
		text-decoration: none;
		}
.text13		{
		font-family: arial, helvetica, verdana;
		font-size:17px;
		color: #333333;
		line-height:16px;
		text-decoration: none;
		}
.text12_sel	{
		font-family: arial, helvetica, verdana;
		font-size:15px;
		color: #333333;
		line-height:16px;
		text-decoration: underline;
		}
a, .link		{
		font-family: arial, helvetica, verdana;
		font-size:11px;
		color: #1A839E;
		line-height:16px;
		}
.link_navi	{
		font-family: arial, helvetica, verdana;
		font-size:14px;
		color: #FFFFFF;
		text-decoration: none;
		line-height:16px;
		}
.link_navi_sel	{
		font-family: arial, helvetica, verdana;
		font-size:14px;
		color: #FFFFFF;
		text-decoration: none;
		line-height:16px;
		}

a.link_navi_l	{
		font-family: arial, helvetica, verdana;
		font-size:14px;
		color: #666666;
		text-decoration: none;
		line-height:16px;
		}
a:hover.link_navi_l{
		font-family: arial, helvetica, verdana;
		font-size:14px;
		color: #666666;
		text-decoration: underline;
		line-height:16px;
		}

.link_navi_l_sel{
		font-family: arial, helvetica, verdana;
		font-size:14px;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		line-height:16px;
		}
a:hover.link_navi_l_sel{
		font-family: arial, helvetica, verdana;
		font-size:14px;
		font-weight: bold;
		color: #666666;
		text-decoration: underline;
		line-height:16px;
		}
.text_copy	{
		font-family: arial, helvetica, verdana;
		font-size:11px;
		color: #000000;
		line-height:16px;
		}
.link_copy	{
		font-family: arial, helvetica, verdana;
		font-size:11px;
		color: #000000;
		line-height:16px;
		}
.text_copy_grey	{
		font-family: arial, helvetica, verdana;
		font-size:11px;
		color: #333333;
		line-height:16px;
		}
.link_copy_grey	{
		font-family: arial, helvetica, verdana;
		font-size:11px;
		color: #333333;
		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;
}
