/* CSS Document */

body {
/*	background: url(../Bilder/PK_Frame_Background.png);
	background-color:#99FFBB; */
	background-color: rgb(230,230,230);;
	margin: 0px;
	padding: 0px;
	}
	
/* Typografiska regler */	
p, a, h1, h2, h3 {
	margin-left:10; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}

 h4 {
	color: #000066;
	margin-left:5; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
}


p {
	color: #095BA6;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4em;	
}

a {
	font-size: 0.9em;
	line-height: 1.4em;	
	color: #095BA6;
	text-decoration: none;
}

a:hover {
	font-size: 0.9em;
	text-decoration: underline;
}

/* Divar */

#container_left {
/*	background: url(../Bilder/PK_Container_Background.png); */
	position:absolute;
	top: 0px;
	width: 177px;
	height: 1200px;
	border-right: 3px solid rgb(190,190,190);
	border-bottom: 0px solid rgb(190,190,190);
	padding: 30px 0px 0px 0px;
	margin-left: 0px;
	left: 0;
}


/* span class */
.ingress {
	font-weight: bold;
}
.warning {
 	font-weight: bold;
	color: red;
}
	
