* {
	font-family: Verdana, Arial,sans-serif;
	
}


body {
	font-size:76%;
}

html, body {
	margin: 0;
	padding: 0;
}


	h1 { 
		font-family: Georgia, Verdana, Arial, Helvetica, sans-serif
		font-size:1.6em; 
		color:#c04701; 
		margin:0 0 0.4em 0;
		font-weight:700;
	}

	h2 { 
		font-family:Georgia, Verdana, Arial, Helvetica, sans-serif
		font-size:1.5em; 
		color:#c04701; 
		margin:0 0 0.4em 0;
		font-weight:700;
	}

	h3 { 
		font-family:Georgia, Verdana, Arial, Helvetica, sans-serif
		font-size:1.4em; 
		color:#c04701; 
		margin:0 0 0.3em 0;
		font-weight:700;
	}

	h4 { 
		font-family:Georgia, Verdana, Arial, Helvetica, sans-serif
		font-size:1.3em; 
		color:#c04701; 
		margin:0 0 0.3em 0;
		font-weight:700;
	}

	h5 { 
		font-family:Georgia, Verdana, Arial, Helvetica, sans-serif
		font-size:1.2em; 
		color:#c04701; 
		margin:0 0 0.2em 0; 
		font-weight:700;
	}

	h6 { 
		font-family:Georgia, Verdana, Arial, Helvetica, sans-serif
		font-size:1.1em; 
		color:#8c8d8f; 
		margin:0 0 0.2em 0;
		font-weight:700;
	}



/* områden */
#body {
	background:#01324b;
	text-align:center;
	
}


#layout {
	margin:0px auto 0 auto;
	/*width:790px;*/
	width:861px;
	text-align:left;
	background: url('/client_files/images/content_background.jpg') center repeat-y
	
}

* html body #layout {
/*	 height: 100%;*/
}

	#layout_header {
		clear:both;
		text-align:center;
		background-color:#d4d4d4;
		padding:0px 0 0 0;
	}
	
	#layout_header img {
		display:block;
	}
	
	#layout_content {
		clear:both;
		padding:15px 35px;
	}
	
		#layout_content_left {
			width: 185px;
			clear:left;
			float:left;
		}

			#layout_content_left_placeholder {
				padding:0px 4px 0px 0px;
			}

				
		#layout_content_right {
			width:605px;
			clear:right;
			float:left;
						
		}
			#layout_content_right_placeholder {
				padding:0 20px 0 20px;
				/*background-color:#6633FF;*/
			}
			
			#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;
				height: 41px;
		}
		

		#Layout_AddressInfo {
			margin: 200px 0 30px 0;
			font-family: "Arial";
			font-size:10px;
			color:#FFFFFF;
			font-weight:bold;		
			text-align:right;
			padding:0 10px;
		}
	
		#Layout_AddressInfo a {
			color: #FFFFFF;
		}
		
#PublicMenuTable {
	width:100%;
	
}
	#PublicMenuTable td {
		padding: 5px;
		height: 19px;	
		text-align:left;	
	}
	
	#PublicMenuTable td img {
		
	}
	
	#PublicMenuTable .link {
		padding:0 0 4px 6px;
	}
	
	#PublicMenuTable .link a {
		color:#FFFFFF;
		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:#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;
	}
