/* CSS Document */

/* Sätter style till Index */
html, body {
  background: #FFFFEC;
  color:#373737;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  }
#wrapper {
  width: 821px;
  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: 818px;
  border-left: #BFBCCB solid 1px;
  margin: 0;
  padding: 0;
  font-size: 85%;
  }
/* set margins, padding, and line height for maincontent paragraphs */

#maincontent h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #6633CC;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 165%;
	top: 20px;
}

#maincontent p, #maincontent u1 {
	line-height:1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-right: 0;
	font-size: 12px;
  }
  
table {
	margin-left: 50px;
	font-size: 11px;
  }
 form {
	font-size: 85%;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
  } 

#footer {
  background: url(../Bilder/Gron_footer.jpg) top left no-repeat;
  width: 821px;
  height: 40px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 75%
  }
#footer p {
	margin: 0;
	padding: 10px 15px 0 25px;
	clear:both;
	color: #0000CC;
  }  
  
 
html, body {
  height: 101%;
  background: #FFFFEC url(../Bilder/Gul_bg.jpg);
  }
  
/* this next rule prevents Firefox adding a space beneath the
 * title image when displayed as application/xhtml+xml */
#titlebar img {
  display: block;
  }
  
.miniklubb {
	color:#0033CC;
	font-size: 15px;
	font-weight: bolder;
  }
 
  
.fotoram {
	float:none;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 5px;
}
