
body {
	background: url(Bilder/bgpattern.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
}	

img {
	border: 1px solid #000;
}

#wrapper {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#wood {
	background-image: url(Bilder/woodbg4.jpg);
	background-repeat: repeat-y;
	width: 860px;
	float: left;
}

#header {
	width: 760px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
}

#menubar {
	width: 762px;
	background: url(Bilder/menybar.jpg);
	float: left;
	height: 36px;
	margin-bottom: 25px;
}

#menuwrapper {
	width: 740px;
	margin: 0;
}

#menulist {
	margin: 0;
}

#menulist li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	margin-left: 0px;
	height: 34px;
	line-height: 34px;
}

#menulist a:link {
	color: #FFF;
	text-decoration: none;
	padding: 0 9px;
}

#menulist a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 0 9px;
	
}

#menulist a:hover {
	color: #CCC;
	text-decoration: none;
}

#menulist a:active {
	color: #CCC;
	text-decoration: none;
}

#menulist2 {
	margin: 0;
}

#menulist2 li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	margin-left: 0px;
	height: 34px;
	line-height: 34px;
}

#menulist2 a:link {
	color: #FFF;
	text-decoration: none;
	padding: 0 11px;
}

#menulist2 a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 0 11px;
	
}

#menulist2 a:hover {
	color: #CCC;
	text-decoration: none;
}

#menulist2 a:active {
	color: #CCC;
	text-decoration: none;
}


#main {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
}

input { 
	border: 1px #000 dotted; 
	background: transparent;
	color: #000;
}

textarea { 
	border: 1px #000 dotted; 
	background: transparent;  
	color: #000;
}

#gallerywrapper {
	width: 603px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	padding-bottom: 35px;
}

#imggallery {
	border: 2px solid #000;
}

.rightimg {
	float: right;
	margin-right: 78px;
	margin-bottom: 25px;
}

.leftimg {
	float: left;
	margin-left: 75px;
	margin-bottom: 25px;
}

#bottomtextbox {
	width: 705px;
	height: 125px;
	border: 1px dotted #000;
	margin-left: 75px;
	margin-bottom: 25px;
	margin-top: 20px;
	clear: both;
}


#left {
	width: 400px;
	float: left;
}

#footer {
	background: url(Bilder/bunnlinje.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	width: 760px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFF;
	text-align: center;
	line-height: 12px;
}

#footercontent {
	padding-top: 52px;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
}

#footer a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #990000;
	text-decoration: underline;
}

#footer a:active {
	color: #990000;
	text-decoration: underline;
}