body {
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #597895;
	background-image: url(images/bakgrunn3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #D96748;
}
#menycontainer{float: left; margin: 1em 0 0 1em; padding: 0;}
#meny{margin: 0; padding: 0; list-style-type: none;	font: 70% Verdana, Helvetica, sans-serif;}
#meny a{width: 130px;	text-decoration: none; display: block; padding: 0.3em 2em; margin-bottom: 0.8em; 	border: 1px solid #d96748;}
/*#meny a{width: 8em;	text-decoration: none; display: block; padding: 0.3em 2em; margin-bottom: 0.8em; 	border: 1px solid #d96748;}*/
#meny a:link{color: #d96748; background: #FFEAFF;}
#meny a:visited{color: #d96748; background: #FFEAFF;}
#meny a:hover{background: #597895;}
#meny a#current{font-weight: bold; background: #FFEAFF;}
.bottom {
	border-top: thick dotted #D96748;
	border-bottom-style: dotted;
	border-bottom-color: #D96748;
	border-bottom-width: thick;
}
.left-border {
	border-right-width: thick;
	border-right-style: dotted;
	border-right-color: #D96748;
}
.right-border {
	border-left-width: thick;
	border-left-style: dotted;
	border-left-color: #D96748;
}
.meny {
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #D96748;
}
.main {
	border-top-width: thick;
	border-top-style: dotted;
	border-top-color: #D96748;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}.bilde {
/*	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #D96748;
	border-left-color: #D96748;*/
}
.handle {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #D96748;
}
.knapp {
	background-color: #FFEAFF; 
	border: 2px solid #D96748;
}
/*BILDEVISNINGEN*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}