body {
	width:			100%;
	margin-top:		0px !important;
	margin-bottom:		0px !important;
	margin-left:		0;
	margin-right:		0;
	background-color:	#ffffff;
	background-image:	url('../img/background_lines.gif');
	background-repeat:	repeat-x;
	font-family:		arial, helvetica, sans-serif;
	font-size:		12px;
	color:			#333333;
	padding:		0px;
	line-height:		1.4em;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
}

div#top {
	border:			0px solid #000000;
	
	width:			720px;
	height:			69px;
	background-color:	#ffffff;
	background-image:	url('../img/background_top.gif');
	overflow:		hidden;
	margin-left:		auto;
	margin-right:		auto;
}
div#top_left {
	border:			0px solid #000000;
	float:			left;
	width:			150px;
	background-color:	#ffffff;
	overflow:		hidden;
}
div#top_main {
	border:			0px solid #000000;
	float:			left;
	width:			720px;
	height:			60px;
	padding:		8px 0px 0px 0px;
	background-color:	#ffffff;
	background-image:	url('../img/background_red_line.gif');
	background-position:	top right;
	background-repeat:	no-repeat;
	overflow:		hidden;
}
div#logo {
	border:			0px solid #000000;
	float:			left;
	width:			280px;

}
div#contact_text {
	border:			0px solid #000000;
	float:			left;
	width:			440px;
	text-align:		right;
	overflow:		hidden;
}

div#fulfix {
	border:			0px solid #000000;
	float:			left;
	width:			0px;
	height:			500px;
	padding:		0px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
}

div#main {
	border:			0px solid #000000;
	float:			left;
	width:			99.8%;

}
div#main_container {
	float:			left;
	width:			720px;
	background-image:	url('../img/background_main_container.gif');
	background-color:	#eeeeee;
	border:			0px solid #000000;

}
div#main_left {
	border:			0px solid #000000;
	float:			left;
	width:			149px;

}

div#main_main {
	border:			0px solid #000000;
	
	width:			720px;
	padding:		0px 0px 0px 0px;
	margin-left:		auto;
	margin-right:		auto;
}

div#main_content, div#main_content_no_margin {
	border:			0px solid #000000;
	float:			left;
	width:			720px;
	padding:		0px 0px 0px 0px;
	overflow:		hidden;
}

div#main_content {
	border: 0px solid	#000000;
	width:			700px;
	padding:		10px 10px 10px 10px;
}

div#main_content_left, div#main_content_right {
	border:			0px solid #000000;
	float:			left;
	
}

div#main_content_left {
	border:			0px solid #000000;
	width:			207px;
	padding:		15px 10px 15px 7px;
}

div#main_content_right {
	border:			0px solid #000000;
	width:			485px;
	padding:		15px 0px 15px 11px;
}

div#navi_top {
	border:			0px solid #000000;
	float:			left;
	width:			720px;
	height:			25px;
	padding:		0px 0px 0px 0px;
	background-color:	#ffffff;
	background-image:	url('../img/background_navi_top.gif');
	
}

div#bottom {
	border:			0px solid #000000;
	float:			left;
	width:			100%;
	height:			29px;
	background-color:	#D0D0D0;
	overflow:		hidden;
}

div#bottom_main {
	border:			0px solid #000000;
	width:			720px;
	padding:		7px 0px 0px 15px;
	margin-left:		auto;
	margin-right:		auto;
	overflow:		hidden;
}


div#content_footer {
	border:			0px solid #000000;
	width:			720px;
	padding:		0px 0px 0px 0px;
	text-align:		center;
	overflow:		hidden;
	margin-left:		auto;
	margin-right:		auto;
	clear:			left;
}

div.gray_full {
	width:			720px;
	background-color:	#D0D0D0;
	padding:		5px 15px 5px 15px;
}

/* Main */
h1, span_h1, .rubrik {
	font-family:		verdana;
	font-size:		22px;
	font-weight:		bold;
	color:			#666666;
	line-height:		1.4em;
}
h2, span_h2, .ingress {
	font-family:		verdana;
	font-size:		11px;
	font-weight:		bold;
	color:			#666666;
	line-height:		1.4em;
}

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

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

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

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

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

p, span, .text, .text_contact {
	font-family:		verdana;
	font-size:		11px;
	font-weight:		normal;
	color:			#666666;
	line-height:		1.3em;
}
.text_contact {
	font-size:		10px;
}
a, .link, .link:hover {
	font-family:		verdana;
	font-size:		11px;
	font-weight:		normal;
	color:			#666666;
	line-height:		1.4em;
	text-decoration:	none;
}
.link:hover {
	color:			#C71444;
	text-decoration:	underline;
}
/* Navi */

.link_navi, .link_navi:hover {
	font-family:		verdana;
	font-size:		10px;
	font-weight:		bold;
	color:			#666666;
	line-height:		1.4em;
	text-decoration:	none;
}
.link_navi_sub, link_navi_sub:hover {
	font-family:		verdana;
	font-size:		10px;
	font-weight:		normal;
	color:			#666666;
	line-height:		1.4em;
	text-decoration:	none;
}

.link_navi_sub:hover {
	color:			#C71444;
}

.link_navi:hover{
	color:			#C71444;
}

/* Copyright */
.text_copy {
	font-family:		verdana;
	font-size:		11px;
	font-weight:		normal;
	color:			#666666;
	line-height:		1.3em;
}
.link_copy {
	font-family:		verdana;
	font-size:		11px;
	font-weight:		normal;
	color:			#666666;
	line-height:		1.3em;
}
