

html, body {
	height:100%;
	margin:0;
	padding:0;
}


h1 { 
	font-family:Arial, Verdana, sans-serif;
	font-size:1.6em; 
	color:#000000; 
	margin:0 0 0.4em 0;
	font-weight:700;
}

h2 { 
	font-family:Arial, Verdana, sans-serif;
	font-size:1.5em; 
	color:#000000; 
	margin:0 0 0.4em 0;
	font-weight:700;
}

h3 { 
	font-family:Arial, Verdana, sans-serif;
	font-size:1.4em; 
	color:#000000; 
	margin:0 0 0.3em 0;
	font-weight:700;
}

h4 { 
	font-family:Arial, Verdana, sans-serif;
	font-size:1.3em; 
	color:#000000; 
	margin:0 0 0.3em 0;
	font-weight:700;
}

h5 { 
	font-family:Arial, Verdana, sans-serif;
	font-size:1.2em; 
	color:#000000; 
	margin:0 0 0.2em 0;
	font-weight:700;
}

h6 { 
	font-family:Arial, Verdana, sans-serif;
	font-size:1.1em; 
	color:#000000; 
	margin:0 0 0.2em 0;
	font-weight:700;
}



/* områden */
#body {
	background: #B3B3B3;
	text-align:center;
	font-family:Arial, Verdana, sans-serif;
	font-size:76%;
}

#layout {
	margin:0 auto;
	width:750px;
	min-height:100%;
	text-align:left;
	background: url('/client_files/images/content_background.gif') repeat-y
}

* html body #layout {
	 height: 100%;
}

	#layout_header_spacer {
		height:10px;
		background-color:#b7b7b7;
	}
	
	#layout_header {
		clear:both;
		text-align:center;
		background-color:#dddddd;
		padding:0px 0 0 0;
	}
	
	#layout_header img {
		display:block;
	}
	
	#layout_content {
		clear:both;
		padding:10px;
		
	}
	
		#layout_content_left {
			width:185px;
			clear:left;
			float:left;
			margin-right:18px;
		}

			#layout_content_left_placeholder {
				padding:0;
			}

				
		#layout_content_right {
			width:527px;
			clear:right;
			float:left;
		}
			#layout_content_right_placeholder {
				padding:0;
			}
			
			#layout_content_right_placeholder a {
				color:#000000;
				text-decoration:underline;
			}
			
			#layout_content_right_placeholder a:hover {
				text-decoration:none;
			}
			
			#layout_content_right_placeholder p {
				margin:0.2em 0 0.8em 0;
			}
		
		#Layout_AddressInfo {
			margin-top:30px;
			font-weight: 700;
			
		}
	
			#Layout_AddressInfo a {
				color: #000000;
			}
	
		
#PublicMenuTable {
	width:100%;
	
}
	
	#PublicMenuTable .headlink {
		padding: 2px;
	}
	
	#PublicMenuTable .headlink a {
		color:#000000;
		text-decoration:none;
		font-weight:700;
	}
	
	#PublicMenuTable .headlink a:hover {
	
	}
	
	#PublicMenuTable .sublink {
		padding: 2px;
	}
	
	#PublicMenuTable .sublink a {
		color:#000000;
		text-decoration:none;
		font-weight:400;
	}
	
	#PublicMenuTable .sublink a:hover {
	
	}
	
	
	#PublicMenuTable .ruler {
		 background: url('/images/common/ruler_hor.gif') repeat-x;
		 padding:0 0 2px 0;
	}
	
	
	
.CompaniesTable {
	width:100%;
}

	.CompaniesTable h4 {
		font-weight:700;
		font-size:1.1em;
		margin-top:20px;
	}
	
	.companyheading {
		width:240px;
	}
	
	.company {
		width:240px;
	}

/* hr */
	hr {
		color:#b91c3d;
		background-color:#b91c3d;
		height:1px;
	}
	div.hr {
		height:1px;
		background: url('/client_files/images/ruler_hor.gif') repeat-x;
		clear:both;
	}
	div.hr hr {
		display:none;
	}



/* hml editor --------------------------------------------------------*/
	
	.Bild_vanster {
		float:left;
		clear:left;
		margin-right:6px;
	}
	
	.Bild_hoger {
		float:right;
		clear:right;
		margin-left:6px;
	}
	
	.Liten_text {
		font-size:smaller;
	}
	
	.Storre_text {
		font-size:larger;
	}
