/********************************************
STILARK TIL Sandvang:
*********************************************/
/*  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: 90%;
	color: Maroon;
	background-image: url(images/bg.gif);
}

#textbox {
	width: 400px;
	float: left;
	margin-left: 40px;
}

#bilder {
width: 250px;
float: right;
}

table {
	margin: 0 auto;
	text-align: center;
}

p {
	padding: 5px;
	margin: 5px;
}

h1{
	font-size: 130%;
	color: #8B4513;
	padding: 5px;
	margin: 5px;
}

h2{
	font-size: 110%;
	color: #8B4513;
}

h3{
	font-size: 120%;
	color: maroon;
	padding: 5px;
	margin: 5px;
}


a{
	color: #4A2600;
}

/*  tar bort stiplet linje rundt linker  */
a:focus {
	outline: none;
}

/*endrer farge på linker når man drar musepekeren over*/
a:hover {
	color: #8B4513;
}
/*  tar bort linje rundt bilder som er linket  */

img {
	border: 0;
	text-decoration: none;
	margin: 0 auto;
}

#header {
	margin: 0 auto;
	height: 90px;
	background-image: url(images/headerBG.gif);
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 70px;
	margin-left: 200px;
	}

#meny {
	background-image:url(images/menyBG.gif);
	height: 40px;
	font-size: 80%;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	line-height: 2em;
	word-spacing: 60px;
}

#main {
	margin: 0 auto;
	width: 700px;
	/*background-color: #B2A18F;*/
	background-image: url(images/mainBG.gif);
	background-repeat: repeat-y;
	z-index: 100;
	}
	table {
		margin: 0 auto;
		text-align: center;
	}

#bottom{
	width: 700px;
	margin: 0 auto;
	margin-top: -5px;
	background-image: url(images/shadowBtm.gif);
	background-repeat: repeat-x;
}

#footer{
	margin: 0 auto;
	font-size: 70%;
	width: 850px;
	height: 6px;
	color: #cdc2b0;
}

#footer a{
	color: Silver;
}
