body {
	background-color: #dadbc6;
}

a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
table {
	border: 0px;
}
td {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 16px;
	color: #49321B;
}
h2 {
	font-size: 13px;
	color: #49321B;
}
h3 {
	font-size: 11px;
	color: #49321B;
}
h4 {
	font-size: 11px;
	font-style: italic;
	color: #49321B;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color: #49321B;
}
.wrapping {
	position: relative;
	top: 30px;
	width: 900px;
	text-align: center;
	overflow: auto;
}


/* TOPP-DELEN */
.top {
	width: 646px;
	height: 100px;
	background-color: #776656;
	border: 1px solid #25231f;	
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #fbf2b0;
}
.adress {
	text-align: right;
	color: #fbf2b0;
}






/* HUVUDFÖNSTER */

.left {
	float: left;
	width: 606px;
	height: auto;
	padding: 20px;
	background-color: #ebe7d9;
	border: 1px solid #25231f;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #25231f;
	
	
}


/* MENYN */

.foot {
	position: relative;
	float: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 10px;
	border: 0px solid #25231f;
	color: #25231f;
	text-align: left;
	padding-bottom: 9px;
	margin-top: 0px;
}
.foot img {
	margin-top: 7px;
	border: 0px solid #25231f;
	padding: 5px;
}
/* ÄNDRA color FÖR ATT ÄNDRA FÄRGEN PÅ MENYTEXTEN DÅ MAN ÄR ONSITE */
#onsite {
	color: #824213;
}

/* ÄNDRA color FÖR ATT ÄNDRA FÄRGEN PÅ MENYTEXTEN DÅ MAN ÄR OFFSITE */
#offsite {
	color: #25231f;
}





