<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Remove margins from the 'html' and 'body' tags, and ensure the page takes up full screen height */
html, body { background-color:#FFF; margin:0; padding:0; height:100%;	}

#centrering {width: 960px; margin-right: auto; margin-left: auto; z-index:1; position:relative; padding:0px;}

.menycontainer { 
position:relative;
width:960px;
height:70px;
margin:45px 0 0 0;
padding:0;
font-family:Verdana, Geneva, sans-serif;
font-size: 13px;
text-decoration:none;
text-align:left;
}

/* ----------- formatering startsida --------- */

.maincontent {	
	float:left;		
	margin-left:20px; 		
	width:890px; 	
	text-align:left;
	z-index:1;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
font-size: 10px;
line-height: 15px;
	}
	
	.mainsidecontent {	
	float:left;		
	margin:10px 0 0 25px;
	padding:0;	
	width:150px;
	text-align:left;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#ffffff;
	/*background-color:#0FF; */
	}	
	
	.colum1-2 {
		float:left;
		position:relative;
		margin:10px 0 0 0;
		width:255px;
		text-align:left;
		font:Verdana, Geneva, sans-serif;
		font-size:10px;
		line-height:15px;
		color:#fff;	
		/*background-color:#0FF; */
		padding:0;
		}
		
		.colum2-2 {
			float:left;
			position:relative;
			margin:10px 0 0 25px;
			width:435px; 
			text-align:left; 
			font:Verdana, Geneva, sans-serif; 
			font-size:10px;
			line-height:15px;
			color:#fff;
			/*background-color:#0FF; */
			padding:0;
			}
			.banner {
		float:left;
		position:relative;
		margin:5px 0 20px 0;
		width:885px;
		text-align:left;		
		padding:0;
		}
	
	/* ----------- formatering 2-spalt, storbild t ex FAQ --------- */
	
	.subcontent {	
	float:left;		
	margin-left:20px; 
	margin-top:3px; 	
	width:580px; 	
	text-align:left;	
	}
	
	.subsidecontent {	
	float:right;		
	margin-right:18px; 
	margin-top:3px;
	padding: 0 10px 10px 10px; 	
	width:300px;
	text-align:left;
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:16px;
	color:#dcdcdc; 
	}	
		
	
	
	/* ----------- formatering helsida --------- */
	
	.mainmaximum {	
	float:left;		
	margin-left:110px; 
	margin-top:3px; 	
	width:800px; 	
	text-align:left;	
	}
	
	/* ----------- formatering bild --------- */
	
			
			.kantbild_stor {
			margin:8px 0 10px 0;
			clear:both; 
			display: block	
			}
			
			.kantbild_liten {
			margin:0 12px 10px 0;	
			float:left;			
			}
			
			.uppfodare {
			margin:6px 35px 20px 0;	
			float:left;				
			}
			
			.logo {
				position:absolute;
				left:0;
				top:-25px;
				}
			
			
			/* ----------- Ã¶vrig formatering av element --------- */
			
			
			hr {
				color:#666;
				text-align:left;
				margin-left:0;
				background-color:#666;
				height:1px;												
				border:0;
				width:98%;
				margin-bottom:10px;
				margin-top:10px;
				clear:both; 
			display: block;	
				}
				
						.distance {		
				margin:20px 0 20px 0;		
				}
				
				h1{
					font-weight:bold;
					font-size:16px;
					line-height:20px;
					color:#FFF;
					}
					.brodrubbe{
						font-size:12px;
						line-height:18px;
						color:#FFF;
						font-weight:bold;
						clear:both;
						display: block;
						margin-bottom:-10px;						
						}
						.brodrubbe_enspalt{
						font-size:12px;
						line-height:25px;
						color:#FFF;
						font-weight:bold;												
						}
				
	/* ----------- formatering bakgrundsbild --------- */			
	
/* Set the position and dimensions of the background image. */
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;}



/* ----------- formatering textlÃ¤nkar --------- */
a:link {
	color: #78e7fb;
	text-decoration:none;
	border-bottom:0px dotted #fff;
}
a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
a:visited {
	color: #78e7fb;
	text-decoration:none;
	border-bottom:0px dotted #fff;
}
a:hover:visited{
color: #fff;
text-decoration:none;
	border-bottom:1px dotted #fff;
}


/* ----------- regler fÃ¶r box --------- */
.shadowtop {
	width: 960px;
	height:21px;
	background: url(../bilder/struktur/box_top_960.png) no-repeat left;
	margin:0;
	padding:0;
}

.shadowmiddle {
	width: 960px;
	background: url(../bilder/struktur/box_middle_960.png) repeat-y top left;
	margin:0;
	padding:0;	
}
.shadowbot {
	width: 960px;
	height:21px;
	background: url(../bilder/struktur/box_bot_960.png) no-repeat top left;
	margin:0;
	padding:0;		
}

.boxbody {	
width:920px;
	background-color:#005fa2;	
	margin:0 auto;	
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:16px;
}</pre></body></html>