/* CSS Document */

/* sätter  sid bakgrunden till vit och texten till mörkt grå 
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */

html, body {
  background: #FFFFEC;
  color:#373737;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers =centrerar hemsidan */
 
#wrapper {
  width: 822px;
  margin: 0 auto;
  }
  
/* set 15px top margin for titlebar (dvs loggan), other margins set to zero */
#titlebar {
	background-image: url(../Bilder/Gron_Topp_1.png);
	background-repeat: no-repeat;
	height: 122px;
	width: 822px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }
  
/* set the maincontent background to white, and add a drop shadow
 * image to the right border */
/* maincontent width is 1px smaller to account for left border  - Sätter färg på linjen runt om i grått*/

#maincontent {
  background: #FFF url(../Bilder/Gron_sidan.jpg) top right repeat-y;width: 819px;
  border-left: #BFBCCB solid 1px;
  margin: 0;
  padding: 0;
  font-size: 85%;
  }
/* set margins, padding, and line height for maincontent paragraphs */

#maincontent p {
	line-height:1.4;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	font-size: 11px;
  }
/* Sätter färg och storlek på rubrik 1 och 2. set dimensions for level 1 and 2 headings in maincontent - */


#maincontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 15px;
	padding-top: 20px;
	font-size: 80%;
	margin-top: 15px;
	margin-left: 10px;
}

 #maincontent h2, #maincontent h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 5px;
  }
#maincontent h2 {
  font-size: 95%;
  } 
#maincontent h3 {
  font-size: 95%;
  }
  
  /* footer styles - set to height and width of the footer image */

#footer {
	background: url(../Bilder/Gron_footer.jpg) top left no-repeat;
	width: 822px;
	height: 40px;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 75%;
	float: right;
  }
#footer p {
	margin: 0;
	padding: 10px 15px 0 25px;
	clear:both;
	color: #0000CC;
  }  
#maincontent h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 90%;
}
