* {
	font-family: Georgia, Arial, Tahoma, Verdana, Sans serif;
}


body {
	font-size:75%;
	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;

}


	h1 { 
		font-family:  Arial,Georgia, Myriad Pro, Tahoma, Arial, Verdana, Sans serif;
		font-size:2.4em; 
		color:#666666; 
		margin:0 0 0.4em 0;
		font-weight:500;
	}

	h2 { 
		font-family: Arial, Myriad, Tahoma, Arial, Verdana, Sans serif;
		font-size:2em; 
		color:#660000; 
		margin:0 0 0.4em 0;
		font-weight:500;
	}

	h3 { 
		font-family: Arial, Myriad Pro, Tahoma, Arial, Verdana, Sans serif;
		font-size:1.8em; 
		color:#660000; 
		margin:0 0 0.3em 0;
		font-weight:500;
	}

	h4 { 
		font-family: Arial, Myriad Pro, Tahoma, Arial, Verdana, Sans serif;
		font-size:1.6em; 
		color:#660000; 
		margin:0 0 0.3em 0;
		font-weight:500;
	}

	h5 { 
		font-family:  Arial, Myriad Pro, Tahoma, Arial, Verdana, Sans serif;
		font-size:1.4em; 
		color:#660000; 
		margin:0 0 0.2em 0; 
		font-weight:700;
	}

	h6 { 
		font-family: Arial, Myriad Pro, Tahoma, Arial, Verdana, Sans serif;
		font-size:1.2em; 
		color:#660000; 
		margin:0 0 0.2em 0;
		font-weight:700;
	}



/* områden */
#body {
	text-align:center;
	height: 100%;
	background:#ffffff;
}

#layout_background{
	height: 100%;
}

#layout {
	margin:0px auto 0 auto;
	width:828px;
	text-align:left;
	height: 100%;
	/*background: url('/client_files/images/content_background.jpg') center repeat-y;	*/
}

#layout_container {
   text-align: center;
   height:100%;
   min-height:100%;   
}
	
		/*#layout_right_side {
			width: 135px;
			background: url(/client_files/images/shadow_right.png) repeat-y;
		}	
	
	
		#layout_left_side {
			width: 135px;
			background: url(/client_files/images/shadow_left.png) repeat-y;
			
		}*/
	




* html body #layout {

	text-align:center;
	height:100%;
	min-height: 100%;
}

	#layout_header {
		text-align:center;
		padding:0px 0 0 0;
	}
	
	#layout_header img {
		display:block;
	}
	
	#layout_content {
		/*padding:15px 10px;*/
		height: 100%;
		min-height: 100%;
	}
	
		#layout_content_left {
			width: 185px;
			background: #ffffff;
			height: 100%;
		}

			#layout_content_left_placeholder {
				padding: 15px 4px 0px 10px;
				line-height: 2em;
		
			}

				
		#layout_content_right {
			width:643px;
			background:#FFFFFF;
			vertical-align: top;
			
		}
			#layout_content_right_placeholder {
				padding: 25px 20px 150px 20px;
				line-height: 1.6em;
				
			}
			
			#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_content_bottom {
				/*background: url('/client_files/images/content_footerbackground.jpg') no-repeat center;*/
				margin: 0;
				padding: 0;
		}
		
		
		#Layout_AddressInfo {
			margin: 60px 0 0 8px;
			font-size:11px;
			color:#000000;
			padding:0 10px;		
		}
	
			#Layout_AddressInfo a {
				color: #000000;
			}
				#Layout_AddressInfo a:hover {
					text-decoration: none;
				}
		
#PublicMenuTable {
	width:100%;
	
}
	#PublicMenuTable td {
		padding: 5px;
		/*background: url('/client_files/images/ruler_hor.gif') repeat-x;*/
		background-position: bottom;
	}
	
	#PublicMenuTable td img {
		margin-right: 2px;
		
	}
	
	#PublicMenuTable .link {
		padding:3px 0 4px 0px;
	}
	
	#PublicMenuTable .link a {
		color:#666666;
		text-decoration:none;	
	}
	
	#PublicMenuTable .link a:hover {
	}
	
	#PublicMenuTable .ruler {
		 background: url('/client_files/images/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:#aaaaaa;
		background-color:#aaaaaa;
		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:15px;
	}
	
	.Bild_hoger {
		float:right;
		clear:right;
		margin-left:15px;
	}
	
	.Liten_text {
		font-size:smaller;
	}
	
	.Storre_text {
		font-size:larger;
	}
