body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}


.textender {
	background-attachment: fixed;
	background-image: url(images/midborder.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.tleft {
	background-attachment: fixed;
	background-image: url(images/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.tright {
	background-attachment: fixed;
	background-image: url(images/topright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.bleft {
	background-attachment: fixed;
	background-image: url(images/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.bextender {
	background-attachment: fixed;
	background-image: url(images/bborder.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%
}

#tmeny {
	width: 491px;
	position: absolute;
	top: 180px;
}

#bottom {
	position: relative;						/* Följer sidan */
/*	position: absolute;  */					/* "Alltid" i botten */
	bottom: 0px;
	
}

.ttop {
	position: absolute;
	margin-top: 0px;
}










.pagetitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24pt;
  color: #FFFBF0;
  font-weight: bold;
}
.thumbtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFBF0;
}
.imagetitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFBF0;
}
.navigation {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFBF0;
  font-weight: bold;
}