/* CSS Document red_stucco*/

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

p {
	font-size: 0.8em;
	line-height: 1.6em;	
}

a {
	color: #095BA6;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Divar */

#container_top {
/*	background: url(../Bilder/PK_Container_Background.png); */
	background-color: rgb(230,230,230);;
	position:absolute;
	top: 0px;
	width: 1600px;
	height: 35px;
	border-bottom: 2px solid rgb(190,190,190);

/*	
	border-top: 4px solid #095BA6;
	border-bottom: 4px solid #095BA6;
*/	
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	left: 0;
}

#header {
	background: 	url(../bilder/logga.gif) no-repeat 0px 15px;
	height: 50px;
}

#footer {
	border-top: 1px dotted #000;
	background: #D0E7F9;
	height: 50px;
}

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

