/********************************************
STILARK TIL Nesodden massasjeterapi:
*********************************************/
/*  nullstiller margen for alle browsere  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #484848;
	background-color: #ced4d6; /*lys gråblå*/
	}

#main {
	margin: 0 auto;
	width: 840px;
	height: 1000px;
	background-image: url(images/bakgrunn.png);
	background-repeat: no-repeat;
	z-index: 100;
	}
	
#meny {
	margin-top: 20px; 
	margin-bottom: 10px;
	margin:0 auto;
	width: 820px;
}

#textbox {
	width: 800px;
	text-align: center;
	margin-top: 160px;
	margin-right: 10px;
	margin-left: 10px;
}

p {
	margin: 5px;
	text-align: center;
}

h1{
	font-size: 110%;
	font-style: italic;
	text-align: center;
	color: #586A78;
	margin-left: 5px;
}

h2{
	font-size: 110%;
	font-style: italic;
	text-align: center;
	color: #AF9B6F;
	margin-left: 5px;
}

h3{
	font-size: 110%;
	font-style: italic;
	color: #586A78;
}

a{
	color: #484848;
}

/*  tar bort stiplet linje rundt linker  */
a:focus {
	outline: none;
}

/*endrer farge på linker når man drar musepekeren over*/
a:hover {
	color: grey;
}
/*  tar bort linje rundt bilder som er linket  */
img {
	border: 0;
	text-decoration: none;
	margin: 0 auto;
}

table {
		margin: 0 auto;
		width: 700px;
		top: 10px;
}

td {
	width: 350px;
	text-align: left;
	padding: 10px;
}

#footer{
	margin: 0 auto;
	font-size: 70%;
	width: 850px;
	height: 6px;
}
